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
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.1.0-beta.1
## 1.1.0

- Feat: Refactor for WPCS and best practices

Expand Down
4 changes: 2 additions & 2 deletions onedesign.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down
18 changes: 2 additions & 16 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 <a href="https://github.com/rtCamp/OneDesign/blob/main/CHANGELOG.md" target="_blank">GitHub repository</a>.

== 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
Expand Down
Loading