Head and Footer Scripts Inserter - Version 4.10

Version Description

  • Error in the PHP constant name fixed.
Download this release

Release Info

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

Code changes from version 4.9 to 4.10

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: Arthur Gareginyan
7
  * Author URI: https://www.arthurgareginyan.com
8
- * Version: 4.9
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: Arthur Gareginyan
7
  * Author URI: https://www.arthurgareginyan.com
8
+ * Version: 4.10
9
  * License: GPL3
10
  * Text Domain: header-and-footer-scripts-inserter
11
  * Domain Path: /languages/
inc/php/core.php CHANGED
@@ -70,7 +70,7 @@ function spacexchimp_p006_register_submenu_page() {
70
 
71
  $parent_slug = 'spacexchimp';
72
  $page_title = SPACEXCHIMP_P006_NAME;
73
- $menu_title = __( 'Scripts Inserter', SPACEXCHIMP_P007_TEXT );
74
  $capability = 'manage_options';
75
  $menu_slug = 'spacexchimp/' . SPACEXCHIMP_P006_SLUG;
76
  $function = 'spacexchimp_p006_render_submenu_page';
70
 
71
  $parent_slug = 'spacexchimp';
72
  $page_title = SPACEXCHIMP_P006_NAME;
73
+ $menu_title = __( 'Scripts Inserter', SPACEXCHIMP_P006_TEXT );
74
  $capability = 'manage_options';
75
  $menu_slug = 'spacexchimp/' . SPACEXCHIMP_P006_SLUG;
76
  $function = 'spacexchimp_p006_render_submenu_page';
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: inject, insert, insert scripts, insert javascript, insert js, insert html,
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS
5
  Requires at least: 3.9
6
  Tested up to: 4.8
7
- Stable tag: 4.9
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -175,6 +175,9 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
175
 
176
  == Changelog ==
177
 
 
 
 
178
  = 4.9 =
179
  * Added the top level menu item of the brand.
180
  * The submenu item of the plugin has moved to the menu item of the brand.
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS
5
  Requires at least: 3.9
6
  Tested up to: 4.8
7
+ Stable tag: 4.10
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
175
 
176
  == Changelog ==
177
 
178
+ = 4.10 =
179
+ * Error in the PHP constant name fixed.
180
+
181
  = 4.9 =
182
  * Added the top level menu item of the brand.
183
  * The submenu item of the plugin has moved to the menu item of the brand.