Head and Footer Scripts Inserter - Version 4.44

Version Description

  • Mar 20, 2020 =
  • Maintenance: Ensure compatibility with upcoming WordPress 5.4.
  • Maintenance: Minimum WordPress version requirement is set to 4.9. Support for WordPress 4.8 and below has been discontinued.
  • Maintenance: Minimum PHP version requirement is set to 5.6. Support for PHP 5.5 and below has been discontinued.
Download this release

Release Info

Developer Arthur Gareginyan
Plugin Icon 128x128 Head and Footer Scripts Inserter
Version 4.44
Comparing to
See all releases

Code changes from version 4.43 to 4.44

header-and-footer-scripts-inserter.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Easily and safely add your custom HTML code (plus JavaScript, CSS, etc.) to your WordPress website, directly out of the 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.43
9
  * License: GPL3
10
  * Text Domain: header-and-footer-scripts-inserter
11
  * Domain Path: /languages/
5
  * Description: Easily and safely add your custom HTML code (plus JavaScript, CSS, etc.) to your WordPress website, directly out of the 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.44
9
  * License: GPL3
10
  * Text Domain: header-and-footer-scripts-inserter
11
  * Domain Path: /languages/
readme.txt CHANGED
@@ -2,9 +2,10 @@
2
  Contributors: Arthur Gareginyan
3
  Tags: inject code, inject scripts, inject javascript, inject js, inject html, inject css, insert code, insert scripts, insert javascript, insert js, insert html, insert css, inject custom code, inject custom scripts, inject custom snippet, insert custom code, insert custom scripts, insert custom snippet, html, javascript, js, css, code, custom code, script, scripts, custom scripts, meta, meta tags, head, header, head section, head area, footer, footer section, footer area
4
  Donate link: https://www.spacexchimp.com/donate.html
5
- Requires at least: 3.9
6
- Tested up to: 5.3
7
- Stable tag: 4.43
 
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -78,11 +79,13 @@ If you want to help translate this plugin, please visit the [translation page](h
78
 
79
  **Minimum system requirements:**
80
 
81
- * [PHP](https://secure.php.net) version **5.2** or higher.
 
82
  * [MySQL](https://www.mysql.com) version **5.0** or higher.
83
 
84
  **Recommended system requirements:**
85
 
 
86
  * [PHP](https://secure.php.net) version **7.0** or higher.
87
  * [MySQL](https://www.mysql.com) version **5.6** or higher.
88
 
@@ -116,7 +119,7 @@ Manually via FTP access:
116
 
117
  After installation and activation, the "`Scripts Inserter`" menu item will appear in the "`Settings`" section of Admin Area. Click on it in order to view the plugin settings page.
118
 
119
- [More help installing plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins "WordPress Codex: Installing Plugins")
120
 
121
 
122
  == Frequently Asked Questions ==
@@ -209,6 +212,7 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
209
  * The banner of plugin is a copyrighted image created by the [Space X-Chimp](https://www.spacexchimp.com) team. (C) All rights reserved.
210
  * [CodeMirror](https://codemirror.net/) is an open-source project shared under the [MIT license](https://codemirror.net/LICENSE).
211
  * [Bootstrap](http://getbootstrap.com) by Twitter, Inc. released under the [MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE).
 
212
 
213
  **Links**
214
 
@@ -220,6 +224,11 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
220
 
221
  == Changelog ==
222
 
 
 
 
 
 
223
  = 4.43 - Jan 20, 2020 =
224
  * Maintenance: The copyright date updated to support the 2020 year.
225
 
2
  Contributors: Arthur Gareginyan
3
  Tags: inject code, inject scripts, inject javascript, inject js, inject html, inject css, insert code, insert scripts, insert javascript, insert js, insert html, insert css, inject custom code, inject custom scripts, inject custom snippet, insert custom code, insert custom scripts, insert custom snippet, html, javascript, js, css, code, custom code, script, scripts, custom scripts, meta, meta tags, head, header, head section, head area, footer, footer section, footer area
4
  Donate link: https://www.spacexchimp.com/donate.html
5
+ Requires at least: 4.9
6
+ Tested up to: 5.4
7
+ Requires PHP: 5.6
8
+ Stable tag: 4.44
9
  License: GPL3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
79
 
80
  **Minimum system requirements:**
81
 
82
+ * [WordPress](https://wordpress.org) version **4.9** or higher.
83
+ * [PHP](https://secure.php.net) version **5.6** or higher.
84
  * [MySQL](https://www.mysql.com) version **5.0** or higher.
85
 
86
  **Recommended system requirements:**
87
 
88
+ * [WordPress](https://wordpress.org) version **5.0** or higher.
89
  * [PHP](https://secure.php.net) version **7.0** or higher.
90
  * [MySQL](https://www.mysql.com) version **5.6** or higher.
91
 
119
 
120
  After installation and activation, the "`Scripts Inserter`" menu item will appear in the "`Settings`" section of Admin Area. Click on it in order to view the plugin settings page.
121
 
122
+ [More help installing plugins](https://wordpress.org/support/article/managing-plugins/ "WordPress Codex: Installing Plugins")
123
 
124
 
125
  == Frequently Asked Questions ==
212
  * The banner of plugin is a copyrighted image created by the [Space X-Chimp](https://www.spacexchimp.com) team. (C) All rights reserved.
213
  * [CodeMirror](https://codemirror.net/) is an open-source project shared under the [MIT license](https://codemirror.net/LICENSE).
214
  * [Bootstrap](http://getbootstrap.com) by Twitter, Inc. released under the [MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE).
215
+ * [Font Awesome](https://fontawesome.com) is an open source-project created by Dave Gandy. Font released under the [SIL OFL 1.1 license](http://scripts.sil.org/OFL). Code released under the [MIT License](http://opensource.org/licenses/mit-license.html).
216
 
217
  **Links**
218
 
224
 
225
  == Changelog ==
226
 
227
+ = 4.44 - Mar 20, 2020 =
228
+ * Maintenance: Ensure compatibility with upcoming WordPress 5.4.
229
+ * Maintenance: Minimum WordPress version requirement is set to 4.9. Support for WordPress 4.8 and below has been discontinued.
230
+ * Maintenance: Minimum PHP version requirement is set to 5.6. Support for PHP 5.5 and below has been discontinued.
231
+
232
  = 4.43 - Jan 20, 2020 =
233
  * Maintenance: The copyright date updated to support the 2020 year.
234