Skip to content

Commit 959b51a

Browse files
committed
Version push.
1 parent b46c7db commit 959b51a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

class-simple-options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

simple-options.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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
@@ -54,7 +54,7 @@
5454

5555
// Debugging activation errors
5656
add_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
}

0 commit comments

Comments
 (0)