Version Description
- Fix: Reverted a method visibility that was conflicting with other plugins using it.
Download this release
Release Info
Developer | gripgrip |
Plugin | Insert Headers and Footers |
Version | 1.6.2 |
Comparing to | |
See all releases |
Code changes from version 1.6.1 to 1.6.2
- 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.6.
|
6 |
* Requires at least: 4.6
|
7 |
* Requires PHP: 5.2
|
8 |
* Tested up to: 5.9
|
@@ -44,7 +44,7 @@ class InsertHeadersAndFooters {
|
|
44 |
/**
|
45 |
* Constructor
|
46 |
*/
|
47 |
-
|
48 |
$file_data = get_file_data( __FILE__, array( 'Version' => 'Version' ) );
|
49 |
|
50 |
// Plugin Details
|
2 |
/**
|
3 |
* Plugin Name: Insert Headers and Footers
|
4 |
* Plugin URI: http://www.wpbeginner.com/
|
5 |
+
* Version: 1.6.2
|
6 |
* Requires at least: 4.6
|
7 |
* Requires PHP: 5.2
|
8 |
* Tested up to: 5.9
|
44 |
/**
|
45 |
* Constructor
|
46 |
*/
|
47 |
+
public function __construct() {
|
48 |
$file_data = get_file_data( __FILE__, array( 'Version' => 'Version' ) );
|
49 |
|
50 |
// Plugin Details
|
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: 4.6
|
5 |
-
Tested up to:
|
6 |
Requires PHP: 5.2
|
7 |
-
Stable tag: 1.6.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -98,6 +98,9 @@ Syed Balkhi
|
|
98 |
|
99 |
== Changelog ==
|
100 |
|
|
|
|
|
|
|
101 |
= 1.6.1 =
|
102 |
* Tested compatibility with WordPress 5.9
|
103 |
|
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: 4.6
|
5 |
+
Tested up to: 6.0
|
6 |
Requires PHP: 5.2
|
7 |
+
Stable tag: 1.6.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
98 |
|
99 |
== Changelog ==
|
100 |
|
101 |
+
= 1.6.2 =
|
102 |
+
* Fix: Reverted a method visibility that was conflicting with other plugins using it.
|
103 |
+
|
104 |
= 1.6.1 =
|
105 |
* Tested compatibility with WordPress 5.9
|
106 |
|