diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5291b9b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## 1.1.0-beta.1 + +- Feat: Refactor for WPCS and best practices + +## 1.0.0-beta + +- Initial public release diff --git a/onedesign.php b/onedesign.php index 8bbf9dc..2f34198 100644 --- a/onedesign.php +++ b/onedesign.php @@ -10,10 +10,10 @@ * License URI: https://www.gnu.org/licenses/gpl-2.0.txt * Text Domain: onedesign * Domain Path: /languages - * Version: 1.0.0 + * Version: 1.1.0-beta.1 * Requires PHP: 8.0 * Requires at least: 6.8 - * Tested up to: 6.8.2 + * Tested up to: 6.9 * * @package OneDesign */ @@ -30,7 +30,7 @@ function constants(): void { /** * Version of the plugin. */ - define( 'ONEDESIGN_VERSION', '1.0.0' ); + define( 'ONEDESIGN_VERSION', '1.1.0-beta.1' ); /** * Root path to the plugin directory. diff --git a/readme.txt b/readme.txt index bc4b5d0..2dd5d21 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: rtcamp, parthnvaswani, up1512001, singhakanshu00, danish17, aviral-mittal, vaishaliagola27, rishavjeet, vishal4669, iamimmanuelraj, vishalkakadiya Donate link: https://rtcamp.com/ Tags: OnePress, Pattern distribution, Pattern sync, OneDesign, Design consistency -Requires at least: 6.5 -Tested up to: 6.8 -Stable tag: 1.0.0 +Requires at least: 6.8 +Tested up to: 6.9 +Stable tag: 1.1.0-beta.1 Requires PHP: 8.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -109,7 +109,7 @@ All blocks used in the patterns must be available on all target sites. Ensure co == Changelog == -= 1.0 = += 1.0.0-beta = * Initial release * Centralized pattern management dashboard * Support for WordPress multisite and standalone installations @@ -121,13 +121,14 @@ All blocks used in the patterns must be available on all target sites. Ensure co == Upgrade Notice == -= 1.0 = += 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 == -* WordPress 6.2.6 or higher -* PHP 7.4 or higher * Full Site Editing (FSE) compatible theme across all sites * Same theme variables and variations across network * All blocks used in patterns must be available on all sites