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 11fc8fe commit 5244925Copy full SHA for 5244925
class-simple-options.php
@@ -26,7 +26,7 @@ class Simple_Options {
26
*
27
* @const string
28
*/
29
- const VERSION = '0.4.3';
+ const VERSION = '0.4.4';
30
31
/**
32
* Unique identifier for your plugin.
simple-options.php
@@ -1,5 +1,5 @@
1
<?php
2
-/**
+/**
3
* The WordPress Plugin Boilerplate.
4
5
* A foundation off of which to build well-documented WordPress plugins that also follow
@@ -15,7 +15,7 @@
15
* Plugin Name: Simple Options Framework
16
* Plugin URI: https://github.com/SimpleRain/SimpleOptions
17
* Description: A simple wordpress options framework for developers.
18
- * Version: 0.4.3
+ * Version: 0.4.4
19
* Author: Dovy Paukstys
20
* Author URI: http://simplerain.com
21
* Text Domain: simple-options
0 commit comments