We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bcbac0 commit 819728cCopy full SHA for 819728c
docs/CHANGELOG.md
@@ -0,0 +1,5 @@
1
+# Changelog
2
+
3
+## 1.1.0-beta.1
4
5
+- Feat: Refactor for WPCS and best practices
onedesign.php
@@ -10,7 +10,7 @@
10
* License URI: https://www.gnu.org/licenses/gpl-2.0.txt
11
* Text Domain: onedesign
12
* Domain Path: /languages
13
- * Version: 1.0.0
+ * Version: 1.1.0-beta.1
14
* Requires PHP: 8.0
15
* Requires at least: 6.8
16
* Tested up to: 6.8.2
@@ -30,7 +30,7 @@ function constants(): void {
30
/**
31
* Version of the plugin.
32
*/
33
- define( 'ONEDESIGN_VERSION', '1.0.0' );
+ define( 'ONEDESIGN_VERSION', '1.1.0-beta.1' );
34
35
36
* Root path to the plugin directory.
0 commit comments