File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class Simple_Options {
26
26
*
27
27
* @const string
28
28
*/
29
- const VERSION = '0.4.1 ' ;
29
+ const VERSION = '0.4.2 ' ;
30
30
31
31
/**
32
32
* Unique identifier for your plugin.
Original file line number Diff line number Diff line change 15
15
* Plugin Name: Simple Options Framework
16
16
* Plugin URI: https://github.com/SimpleRain/SimpleOptions
17
17
* Description: A simple wordpress options framework for developers.
18
- * Version: 0.4.1
18
+ * Version: 0.4.2
19
19
* Author: Dovy Paukstys
20
20
* Author URI: http://simplerain.com
21
21
* Text Domain: simple-options
54
54
55
55
// Debugging activation errors
56
56
add_action ('activated_plugin ' ,'save_error ' );
57
- function save_error (){
57
+ function save_error () {
58
58
file_put_contents (dirname (__FILE__ ). '/error_activation.html ' , ob_get_contents ());
59
- }contents (dirname (__FILE__ ). '/error_activation.html ' , ob_get_contents ());
59
+ }ontents (dirname (__FILE__ ). '/error_activation.html ' , ob_get_contents ());
60
60
}
You can’t perform that action at this time.
0 commit comments