Version Description
- Fixed a debug notice
Download this release
Release Info
Developer | satollo |
Plugin | Head, Footer and Post Injections |
Version | 3.1.2 |
Comparing to | |
See all releases |
Code changes from version 3.1.1 to 3.1.2
- options.php +0 -10
- plugin.php +1 -1
- readme.txt +7 -3
options.php
CHANGED
@@ -217,16 +217,6 @@ if (isset($_POST['save'])) {
|
|
217 |
}
|
218 |
$options['mobile_user_agents_parsed'] = implode('|', $agents2);
|
219 |
|
220 |
-
$script_async_handles1 = explode("\n", $options['script_async_handles']);
|
221 |
-
$script_async_handles2 = array();
|
222 |
-
foreach ($script_async_handles1 as $value) {
|
223 |
-
$value = trim($value);
|
224 |
-
if (empty($value))
|
225 |
-
continue;
|
226 |
-
$script_async_handles2[] = strtolower($value);
|
227 |
-
}
|
228 |
-
$options['script_async_handles'] = $script_async_handles2;
|
229 |
-
|
230 |
update_option('hefo', $options);
|
231 |
}
|
232 |
|
217 |
}
|
218 |
$options['mobile_user_agents_parsed'] = implode('|', $agents2);
|
219 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
220 |
update_option('hefo', $options);
|
221 |
}
|
222 |
|
plugin.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin Name: Head, Footer and Post Injections
|
5 |
Plugin URI: http://www.satollo.net/plugins/header-footer
|
6 |
Description: Header and Footer lets to add html/javascript code to the head and footer and posts of your blog. Some examples are provided on the <a href="http://www.satollo.net/plugins/header-footer">official page</a>.
|
7 |
-
Version: 3.1.
|
8 |
Author: Stefano Lissa
|
9 |
Author URI: http://www.satollo.net
|
10 |
Disclaimer: Use at your own risk. No warranty expressed or implied is provided.
|
4 |
Plugin Name: Head, Footer and Post Injections
|
5 |
Plugin URI: http://www.satollo.net/plugins/header-footer
|
6 |
Description: Header and Footer lets to add html/javascript code to the head and footer and posts of your blog. Some examples are provided on the <a href="http://www.satollo.net/plugins/header-footer">official page</a>.
|
7 |
+
Version: 3.1.2
|
8 |
Author: Stefano Lissa
|
9 |
Author URI: http://www.satollo.net
|
10 |
Disclaimer: Use at your own risk. No warranty expressed or implied is provided.
|
readme.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
=== Head, Footer and Post Injections ===
|
2 |
Tags: header, footer, blog, page, single, post, head, tracking, facebook, og meta tag, open graph, ads, adsense, injections, analytics, amp, pixel
|
3 |
Requires at least: 3.0
|
4 |
-
Tested up to: 4.8
|
5 |
-
Stable tag: 3.1.
|
6 |
Donate link: http://www.satollo.net/donations
|
7 |
Contributors: satollo
|
8 |
|
@@ -62,7 +62,7 @@ The specific bbPress injections are going to be removed. Switch to my
|
|
62 |
|
63 |
This plugin cannot change the menu or the footer layout, those features must be covered by your theme!
|
64 |
|
65 |
-
|
66 |
|
67 |
Other plugins by Stefano Lissa:
|
68 |
|
@@ -93,6 +93,10 @@ FAQs are answered on [Header and Footer](http://www.satollo.net/plugins/header-f
|
|
93 |
|
94 |
== Changelog ==
|
95 |
|
|
|
|
|
|
|
|
|
96 |
= 3.1.1 =
|
97 |
|
98 |
* Privacy section in the readme.txt
|
1 |
=== Head, Footer and Post Injections ===
|
2 |
Tags: header, footer, blog, page, single, post, head, tracking, facebook, og meta tag, open graph, ads, adsense, injections, analytics, amp, pixel
|
3 |
Requires at least: 3.0
|
4 |
+
Tested up to: 4.9.8
|
5 |
+
Stable tag: 3.1.2
|
6 |
Donate link: http://www.satollo.net/donations
|
7 |
Contributors: satollo
|
8 |
|
62 |
|
63 |
This plugin cannot change the menu or the footer layout, those features must be covered by your theme!
|
64 |
|
65 |
+
Official page: [Header and Footer](http://www.satollo.net/plugins/header-footer).
|
66 |
|
67 |
Other plugins by Stefano Lissa:
|
68 |
|
93 |
|
94 |
== Changelog ==
|
95 |
|
96 |
+
= 3.1.2 =
|
97 |
+
|
98 |
+
* Fixed a debug notice
|
99 |
+
|
100 |
= 3.1.1 =
|
101 |
|
102 |
* Privacy section in the readme.txt
|