File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class Simple_Options {
2626 *
2727 * @const string
2828 */
29- const VERSION = '0.4.1 ' ;
29+ const VERSION = '0.4.2 ' ;
3030
3131 /**
3232 * Unique identifier for your plugin.
Original file line number Diff line number Diff line change 1515 * Plugin Name: Simple Options Framework
1616 * Plugin URI: https://github.com/SimpleRain/SimpleOptions
1717 * Description: A simple wordpress options framework for developers.
18- * Version: 0.4.1
18+ * Version: 0.4.2
1919 * Author: Dovy Paukstys
2020 * Author URI: http://simplerain.com
2121 * Text Domain: simple-options
5454
5555// Debugging activation errors
5656add_action ('activated_plugin ' ,'save_error ' );
57- function save_error (){
57+ function save_error () {
5858 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 ());
6060}
You can’t perform that action at this time.
0 commit comments