Head and Footer Scripts Inserter - Version 4.24

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 Head and Footer Scripts Inserter
Version 4.24
Comparing to
See all releases

Code changes from version 4.23 to 4.24

header-and-footer-scripts-inserter.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Easily add your scripts to the WordPress website's head and footer sections. This is a must have tool for authors and website's owners.
6
  * Author: Space X-Chimp
7
  * Author URI: https://www.spacexchimp.com
8
- * Version: 4.23
9
  * License: GPL3
10
  * Text Domain: header-and-footer-scripts-inserter
11
  * Domain Path: /languages/
5
  * Description: Easily add your scripts to the WordPress website's head and footer sections. This is a must have tool for authors and website's owners.
6
  * Author: Space X-Chimp
7
  * Author URI: https://www.spacexchimp.com
8
+ * Version: 4.24
9
  * License: GPL3
10
  * Text Domain: header-and-footer-scripts-inserter
11
  * Domain Path: /languages/
inc/js/codemirror-settings.js CHANGED
@@ -20,6 +20,7 @@ jQuery(document).ready(function($) {
20
  matchBrackets: true,
21
  indentUnit: 4,
22
  mode: 'text/html',
 
23
  styleActiveLine: true
24
  });
25
  });
20
  matchBrackets: true,
21
  indentUnit: 4,
22
  mode: 'text/html',
23
+ autoRefresh: true,
24
  styleActiveLine: true
25
  });
26
  });
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: inject, insert, insert scripts, insert javascript, insert js, insert html,
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.23
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -187,6 +187,9 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
187
 
188
  == Changelog ==
189
 
 
 
 
190
  = 4.23 =
191
  * Fixed localization of the word "licence". (Thanks to Garrett Hyder @garrett-eclipse)
192
  * 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.24
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
187
 
188
  == Changelog ==
189
 
190
+ = 4.24 =
191
+ * Fixed: CodeMirror addon 'autorefresh.js' was added to one of the previous versions of the plugin, but it was not enabled.
192
+
193
  = 4.23 =
194
  * Fixed localization of the word "licence". (Thanks to Garrett Hyder @garrett-eclipse)
195
  * Settings for the CodeMirror editor are moved to a separate file 'codemirror-settings.js'.