My Custom Functions - Version 4.22

Version Description

  • Fixed: CodeMirror addon 'autorefresh.js' was added to one of the previous versions of the plugin, but it was not enabled.
Download this release

Release Info

Developer Arthur Gareginyan
Plugin Icon 128x128 My Custom Functions
Version 4.22
Comparing to
See all releases

Code changes from version 4.21 to 4.22

inc/js/codemirror-settings.js CHANGED
@@ -20,6 +20,7 @@ jQuery(document).ready(function($) {
20
  matchBrackets: true,
21
  indentUnit: 4,
22
  mode: 'text/x-php',
 
23
  styleActiveLine: true
24
  });
25
  });
20
  matchBrackets: true,
21
  indentUnit: 4,
22
  mode: 'text/x-php',
23
+ autoRefresh: true,
24
  styleActiveLine: true
25
  });
26
  });
my-custom-functions.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Easily and safely add your custom functions (PHP code) directly out of your WordPress Admin Area, without the need to have an external editor.
6
  * Author: Space X-Chimp
7
  * Author URI: https://www.spacexchimp.com
8
- * Version: 4.21
9
  * License: GPL3
10
  * Text Domain: my-custom-functions
11
  * Domain Path: /languages/
5
  * Description: Easily and safely add your custom functions (PHP code) directly out of your WordPress Admin Area, without the need to have an external editor.
6
  * Author: Space X-Chimp
7
  * Author URI: https://www.spacexchimp.com
8
+ * Version: 4.22
9
  * License: GPL3
10
  * Text Domain: my-custom-functions
11
  * Domain Path: /languages/
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: code, php, function, snippet, custom, execute, edit, editing, editor, func
4
  Donate link: https://www.spacexchimp.com/donate.html
5
  Requires at least: 3.9
6
  Tested up to: 4.9
7
- Stable tag: 4.21
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -215,6 +215,9 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
215
 
216
  == Changelog ==
217
 
 
 
 
218
  = 4.21 =
219
  * Fixed localization of the word "licence". (Thanks to Garrett Hyder @garrett-eclipse)
220
  * Settings for the CodeMirror editor are moved to a separate file 'codemirror-settings.js'.
4
  Donate link: https://www.spacexchimp.com/donate.html
5
  Requires at least: 3.9
6
  Tested up to: 4.9
7
+ Stable tag: 4.22
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
215
 
216
  == Changelog ==
217
 
218
+ = 4.22 =
219
+ * Fixed: CodeMirror addon 'autorefresh.js' was added to one of the previous versions of the plugin, but it was not enabled.
220
+
221
  = 4.21 =
222
  * Fixed localization of the word "licence". (Thanks to Garrett Hyder @garrett-eclipse)
223
  * Settings for the CodeMirror editor are moved to a separate file 'codemirror-settings.js'.