Version Description
- Tested compatibility with WordPress 5.4.2
Download this release
Release Info
Developer | deb255 |
Plugin | Insert Headers and Footers |
Version | 1.4.6 |
Comparing to | |
See all releases |
Code changes from version 1.4.5 to 1.4.6
- ihaf.php +2 -2
- readme.txt +5 -2
ihaf.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* Plugin Name: Insert Headers and Footers
|
4 |
* Plugin URI: http://www.wpbeginner.com/
|
5 |
-
* Version: 1.4.
|
6 |
* Author: WPBeginner
|
7 |
* Author URI: http://www.wpbeginner.com/
|
8 |
* Description: Allows you to insert code or text in the header or footer of your WordPress blog
|
@@ -40,7 +40,7 @@ class InsertHeadersAndFooters {
|
|
40 |
$this->plugin = new stdClass;
|
41 |
$this->plugin->name = 'insert-headers-and-footers'; // Plugin Folder
|
42 |
$this->plugin->displayName = 'Insert Headers and Footers'; // Plugin Name
|
43 |
-
$this->plugin->version = '1.4.
|
44 |
$this->plugin->folder = plugin_dir_path( __FILE__ );
|
45 |
$this->plugin->url = plugin_dir_url( __FILE__ );
|
46 |
$this->plugin->db_welcome_dismissed_key = $this->plugin->name . '_welcome_dismissed_key';
|
2 |
/**
|
3 |
* Plugin Name: Insert Headers and Footers
|
4 |
* Plugin URI: http://www.wpbeginner.com/
|
5 |
+
* Version: 1.4.6
|
6 |
* Author: WPBeginner
|
7 |
* Author URI: http://www.wpbeginner.com/
|
8 |
* Description: Allows you to insert code or text in the header or footer of your WordPress blog
|
40 |
$this->plugin = new stdClass;
|
41 |
$this->plugin->name = 'insert-headers-and-footers'; // Plugin Folder
|
42 |
$this->plugin->displayName = 'Insert Headers and Footers'; // Plugin Name
|
43 |
+
$this->plugin->version = '1.4.6';
|
44 |
$this->plugin->folder = plugin_dir_path( __FILE__ );
|
45 |
$this->plugin->url = plugin_dir_url( __FILE__ );
|
46 |
$this->plugin->db_welcome_dismissed_key = $this->plugin->name . '_welcome_dismissed_key';
|
readme.txt
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
Contributors: WPbeginner, smub, deb255
|
3 |
Tags: code, content, css, facebook pixel, footer, footer code, footer scripts, footers, google analytics, head, header, header code, header scripts, headers, insert, insert code, insert scripts, js, meta, meta tags, scripts, wpmu
|
4 |
Requires at least: 3.6
|
5 |
-
Tested up to: 5.
|
6 |
Requires PHP: 5.2
|
7 |
-
Stable tag: 1.4.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -86,6 +86,9 @@ Syed Balkhi
|
|
86 |
|
87 |
== Changelog ==
|
88 |
|
|
|
|
|
|
|
89 |
= 1.4.5 =
|
90 |
* Tested compatibility with WordPress 5.3.2
|
91 |
* Add support for printing scripts right after the opening body tag using the `wp_body_open` action
|
2 |
Contributors: WPbeginner, smub, deb255
|
3 |
Tags: code, content, css, facebook pixel, footer, footer code, footer scripts, footers, google analytics, head, header, header code, header scripts, headers, insert, insert code, insert scripts, js, meta, meta tags, scripts, wpmu
|
4 |
Requires at least: 3.6
|
5 |
+
Tested up to: 5.5.1
|
6 |
Requires PHP: 5.2
|
7 |
+
Stable tag: 1.4.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
86 |
|
87 |
== Changelog ==
|
88 |
|
89 |
+
= 1.4.6 =
|
90 |
+
* Tested compatibility with WordPress 5.4.2
|
91 |
+
|
92 |
= 1.4.5 =
|
93 |
* Tested compatibility with WordPress 5.3.2
|
94 |
* Add support for printing scripts right after the opening body tag using the `wp_body_open` action
|