diff --git a/.changeset/sharp-items-smoke.md b/.changeset/sharp-items-smoke.md deleted file mode 100644 index 826f58691..000000000 --- a/.changeset/sharp-items-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@faustwp/core': minor ---- - -The Experimental Toolbar feature is being deprecated. You may continue using it but no further bug fixes will be provided. diff --git a/.changeset/slow-monkeys-tease.md b/.changeset/slow-monkeys-tease.md deleted file mode 100644 index b36c92b1f..000000000 --- a/.changeset/slow-monkeys-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@faustwp/wordpress-plugin": patch ---- - -Updated the package `lucatume/wp-browser` to fix a security vulnurability for `nesbot/carbon `. See https://github.com/briannesbitt/Carbon/releases/tag/2.72.6 diff --git a/.changeset/tidy-toys-bake.md b/.changeset/tidy-toys-bake.md deleted file mode 100644 index 05c249552..000000000 --- a/.changeset/tidy-toys-bake.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'@faustwp/wordpress-plugin': minor ---- - -### Fixes - -- Fixes various issues with content replacement callback functions and replacing the site_url and media_urls -- Fixed an issue with content replacement when media replacement was disabled and rewrites enabled, it was overwriting and updating the media URL to the frontend URL rather than leaving it as the original site URL - - -### Added - -- Added 6.6 and 6.7 to Github Actions -- Added 2 new filters for `faustwp_get_wp_site_urls` and `faustwp_get_wp_site_media_urls` to allow users add/remove/edit site and media URLS for the content replacement. diff --git a/examples/next/faustwp-getting-started/package.json b/examples/next/faustwp-getting-started/package.json index ea66f6801..22900d8e6 100644 --- a/examples/next/faustwp-getting-started/package.json +++ b/examples/next/faustwp-getting-started/package.json @@ -12,7 +12,7 @@ "dependencies": { "@apollo/client": "^3.10.4", "@faustwp/cli": "^3.1.1", - "@faustwp/core": "^3.1.0", + "@faustwp/core": "^3.2.0", "@wordpress/base-styles": "^5.10.0", "@wordpress/block-library": "^9.10.0", "classnames": "^2.5.1", diff --git a/packages/faustwp-core/CHANGELOG.md b/packages/faustwp-core/CHANGELOG.md index 434be9dfc..a96f1e16e 100644 --- a/packages/faustwp-core/CHANGELOG.md +++ b/packages/faustwp-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @faustwp/core +## 3.2.0 + +### Minor Changes + +- 8f133f5: The Experimental Toolbar feature is being deprecated. You may continue using it but no further bug fixes will be provided. + ## 3.1.0 ### Minor Changes diff --git a/packages/faustwp-core/package.json b/packages/faustwp-core/package.json index 6614e3fa4..67bbc44df 100644 --- a/packages/faustwp-core/package.json +++ b/packages/faustwp-core/package.json @@ -1,6 +1,6 @@ { "name": "@faustwp/core", - "version": "3.1.0", + "version": "3.2.0", "description": "Faust is a framework that aims to make headless WordPress as streamlined as classic WordPress for both developers and publishers", "main": "dist/cjs/index.js", "module": "dist/mjs/index.js", diff --git a/plugins/faustwp/CHANGELOG.md b/plugins/faustwp/CHANGELOG.md index 29b5a1045..a600c3a28 100644 --- a/plugins/faustwp/CHANGELOG.md +++ b/plugins/faustwp/CHANGELOG.md @@ -1,5 +1,23 @@ # Faust +## 1.7.0 + +### Minor Changes + +- 33dda2e: ### Fixes + + - Fixes various issues with content replacement callback functions and replacing the site_url and media_urls + - Fixed an issue with content replacement when media replacement was disabled and rewrites enabled, it was overwriting and updating the media URL to the frontend URL rather than leaving it as the original site URL + + ### Added + + - Added 6.6 and 6.7 to Github Actions + - Added 2 new filters for `faustwp_get_wp_site_urls` and `faustwp_get_wp_site_media_urls` to allow users add/remove/edit site and media URLS for the content replacement. + +### Patch Changes + +- ab06786: Updated the package `lucatume/wp-browser` to fix a security vulnurability for `nesbot/carbon `. See https://github.com/briannesbitt/Carbon/releases/tag/2.72.6 + ## 1.6.0 ### Minor Changes diff --git a/plugins/faustwp/faustwp.php b/plugins/faustwp/faustwp.php index 84bc51f26..55e013377 100644 --- a/plugins/faustwp/faustwp.php +++ b/plugins/faustwp/faustwp.php @@ -9,7 +9,7 @@ * License URI: https://www.gnu.org/licenses/gpl-2.0.html * Text Domain: faustwp * Domain Path: /languages - * Version: 1.6.0 + * Version: 1.7.0 * Requires PHP: 7.4 * Requires at least: 5.7 * Update URI: false diff --git a/plugins/faustwp/package.json b/plugins/faustwp/package.json index 0792271a2..1f5c7df0c 100644 --- a/plugins/faustwp/package.json +++ b/plugins/faustwp/package.json @@ -1,5 +1,5 @@ { "name": "@faustwp/wordpress-plugin", - "version": "1.6.0", + "version": "1.7.0", "private": true } diff --git a/plugins/faustwp/readme.txt b/plugins/faustwp/readme.txt index e55575f2a..dbc37569d 100644 --- a/plugins/faustwp/readme.txt +++ b/plugins/faustwp/readme.txt @@ -3,7 +3,7 @@ Contributors: antpb, apmatthe, blakewpe, chriswiegman, claygriffiths, jasonkonen Tags: faustjs, faust, headless, decoupled, composable-architecture Requires at least: 5.7 Tested up to: 6.6.1 -Stable tag: 1.6.0 +Stable tag: 1.7.0 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -52,24 +52,36 @@ plugins/faustwp/.wordpress-org/screenshot-1.png plugins/faustwp/.wordpress-org/screenshot-2.png plugins/faustwp/.wordpress-org/screenshot-3.png -== Changelog == - -= 1.6.0 = - -### Minor Changes - -- 28f1f83: Added new filter `faustwp_public_redirect_status_code`, allowing WordPress plugins and themes to choose the [HTTP status code](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status) to use when generating redirects when the [enable public route redirects](https://faustjs.org/docs/faustwp/settings#enabling-public-route-redirects) setting is active. - -= 1.5.0 = - -### Minor Changes - -- 011cd931: - Added a custom PluginUpdater class to enable FaustWP plugin updates from an external API endpoint. - -= 1.4.1 = - -### Patch Changes - -- e80d80af: Tested up to WordPress v6.6.1 - +== Changelog == + += 1.7.0 = + +### Minor Changes + +- 33dda2e: ### Fixes + + - Fixes various issues with content replacement callback functions and replacing the site_url and media_urls + - Fixed an issue with content replacement when media replacement was disabled and rewrites enabled, it was overwriting and updating the media URL to the frontend URL rather than leaving it as the original site URL + + ### Added + + - Added 6.6 and 6.7 to Github Actions + - Added 2 new filters for `faustwp_get_wp_site_urls` and `faustwp_get_wp_site_media_urls` to allow users add/remove/edit site and media URLS for the content replacement. + +### Patch Changes + +- ab06786: Updated the package `lucatume/wp-browser` to fix a security vulnurability for `nesbot/carbon `. See https://github.com/briannesbitt/Carbon/releases/tag/2.72.6 + += 1.6.0 = + +### Minor Changes + +- 28f1f83: Added new filter `faustwp_public_redirect_status_code`, allowing WordPress plugins and themes to choose the [HTTP status code](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status) to use when generating redirects when the [enable public route redirects](https://faustjs.org/docs/faustwp/settings#enabling-public-route-redirects) setting is active. + += 1.5.0 = + +### Minor Changes + +- 011cd931: - Added a custom PluginUpdater class to enable FaustWP plugin updates from an external API endpoint. + [View the full changelog](https://github.com/wpengine/faustjs/blob/canary/plugins/faustwp/CHANGELOG.md) \ No newline at end of file