diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6afcc3d..1e6d68f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,7 +20,7 @@ updates: composer-minor-patch: dependency-type: 'production' update-types: [minor, patch] - # We don't bundle major production assets; minor and patch updates are grouped above. + # We don't bundle minor or major production assets, so they're tested individually. composer-patch: dependency-type: 'production' update-types: [patch] diff --git a/CHANGELOG.md b/CHANGELOG.md index 5291b9b..46cd3d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.1.0-beta.1 +## 1.1.0 - Feat: Refactor for WPCS and best practices diff --git a/onedesign.php b/onedesign.php index 2f34198..604d963 100644 --- a/onedesign.php +++ b/onedesign.php @@ -10,7 +10,7 @@ * License URI: https://www.gnu.org/licenses/gpl-2.0.txt * Text Domain: onedesign * Domain Path: /languages - * Version: 1.1.0-beta.1 + * Version: 1.1.0 * Requires PHP: 8.0 * Requires at least: 6.8 * Tested up to: 6.9 @@ -30,7 +30,7 @@ function constants(): void { /** * Version of the plugin. */ - define( 'ONEDESIGN_VERSION', '1.1.0-beta.1' ); + define( 'ONEDESIGN_VERSION', '1.1.0' ); /** * Root path to the plugin directory. diff --git a/readme.txt b/readme.txt index 2dd5d21..0d2ca4e 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://rtcamp.com/ Tags: OnePress, Pattern distribution, Pattern sync, OneDesign, Design consistency Requires at least: 6.8 Tested up to: 6.9 -Stable tag: 1.1.0-beta.1 +Stable tag: 1.1.0 Requires PHP: 8.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -109,24 +109,10 @@ All blocks used in the patterns must be available on all target sites. Ensure co == Changelog == -= 1.0.0-beta = -* Initial release -* Centralized pattern management dashboard -* Support for WordPress multisite and standalone installations -* Secure REST API with authentication keys -* Pattern browser with search and filtering -* Bulk pattern operations -* Pattern status monitoring and synchronization -* Full Site Editing (FSE) theme compatibility +For the full changelog, please visit GitHub repository. == Upgrade Notice == -= 1.1.0-beta.1 = -Feat: Refactor for WPCS and best practices - -= 1.0.0-beta = -Initial release of OneDesign. Perfect for enterprises managing design consistency across multiple WordPress sites. - == Requirements == * Full Site Editing (FSE) compatible theme across all sites