From 819728c18903591476cee71583e7e930652fcf76 Mon Sep 17 00:00:00 2001 From: Utsav Patel Date: Mon, 22 Dec 2025 13:03:03 +0530 Subject: [PATCH 1/3] release: refactor version --- docs/CHANGELOG.md | 5 +++++ onedesign.php | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 docs/CHANGELOG.md diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md new file mode 100644 index 0000000..be189ad --- /dev/null +++ b/docs/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## 1.1.0-beta.1 + +- Feat: Refactor for WPCS and best practices \ No newline at end of file diff --git a/onedesign.php b/onedesign.php index 8bbf9dc..e0e4e00 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.0.0 + * Version: 1.1.0-beta.1 * Requires PHP: 8.0 * Requires at least: 6.8 * Tested up to: 6.8.2 @@ -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. From b5e143d92383ca11855768a10b2c120250f37e95 Mon Sep 17 00:00:00 2001 From: Utsav Patel Date: Mon, 22 Dec 2025 13:57:35 +0530 Subject: [PATCH 2/3] update: changelog & unify readme.txt with plugin header --- docs/CHANGELOG.md | 6 +++++- onedesign.php | 2 +- readme.txt | 20 +++++++++++++------- 3 files changed, 19 insertions(+), 9 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index be189ad..5291b9b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,4 +2,8 @@ ## 1.1.0-beta.1 -- Feat: Refactor for WPCS and best practices \ No newline at end of file +- Feat: Refactor for WPCS and best practices + +## 1.0.0-beta + +- Initial public release diff --git a/onedesign.php b/onedesign.php index e0e4e00..2f34198 100644 --- a/onedesign.php +++ b/onedesign.php @@ -13,7 +13,7 @@ * 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 */ diff --git a/readme.txt b/readme.txt index bc4b5d0..b15730a 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,10 @@ All blocks used in the patterns must be available on all target sites. Ensure co == Changelog == -= 1.0 = += 1.1.0-beta.1 = +Feat: Refactor for WPCS and best practices + += 1.0.0-beta = * Initial release * Centralized pattern management dashboard * Support for WordPress multisite and standalone installations @@ -121,13 +124,16 @@ 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 +* WordPress 6.8 or higher +* PHP 8.0 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 From 51f2c612c41491df97b4f78e6b37999066121790 Mon Sep 17 00:00:00 2001 From: Utsav Patel Date: Mon, 22 Dec 2025 21:35:27 +0530 Subject: [PATCH 3/3] address PR feedbacks --- docs/CHANGELOG.md => CHANGELOG.md | 0 readme.txt | 5 ----- 2 files changed, 5 deletions(-) rename docs/CHANGELOG.md => CHANGELOG.md (100%) diff --git a/docs/CHANGELOG.md b/CHANGELOG.md similarity index 100% rename from docs/CHANGELOG.md rename to CHANGELOG.md diff --git a/readme.txt b/readme.txt index b15730a..2dd5d21 100644 --- a/readme.txt +++ b/readme.txt @@ -109,9 +109,6 @@ All blocks used in the patterns must be available on all target sites. Ensure co == Changelog == -= 1.1.0-beta.1 = -Feat: Refactor for WPCS and best practices - = 1.0.0-beta = * Initial release * Centralized pattern management dashboard @@ -132,8 +129,6 @@ Initial release of OneDesign. Perfect for enterprises managing design consistenc == Requirements == -* WordPress 6.8 or higher -* PHP 8.0 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