Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## 1.1.0-beta.1

- Feat: Refactor for WPCS and best practices

## 1.0.0-beta

- Initial public release
6 changes: 3 additions & 3 deletions onedesign.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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.
Expand Down
15 changes: 8 additions & 7 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading