Version Description
- Importante security fix (update asap!)
Download this release
Release Info
Developer | satollo |
Plugin | Head, Footer and Post Injections |
Version | 3.2.4 |
Comparing to | |
See all releases |
Code changes from version 3.2.3 to 3.2.4
- admin/options.php +8 -0
- plugin.php +1 -1
- readme.txt +6 -2
admin/options.php
CHANGED
@@ -1,4 +1,12 @@
|
|
1 |
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
if (function_exists('load_plugin_textdomain')) {
|
3 |
load_plugin_textdomain('header-footer', false, 'header-footer/languages');
|
4 |
}
|
1 |
<?php
|
2 |
+
|
3 |
+
defined('ABSPATH') || exit;
|
4 |
+
|
5 |
+
// Quick security patch, to be better integrated
|
6 |
+
if (!current_user_can('administrator')) {
|
7 |
+
die();
|
8 |
+
}
|
9 |
+
|
10 |
if (function_exists('load_plugin_textdomain')) {
|
11 |
load_plugin_textdomain('header-footer', false, 'header-footer/languages');
|
12 |
}
|
plugin.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin Name: Head, Footer and Post Injections
|
5 |
Plugin URI: https://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.2.
|
8 |
Requires PHP: 5.6
|
9 |
Requires at least: 4.6
|
10 |
Author: Stefano Lissa
|
4 |
Plugin Name: Head, Footer and Post Injections
|
5 |
Plugin URI: https://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.2.4
|
8 |
Requires PHP: 5.6
|
9 |
Requires at least: 4.6
|
10 |
Author: Stefano Lissa
|
readme.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
=== Head, Footer and Post Injections ===
|
2 |
Tags: header, footer, ads, analytics, facebook pixel, amp
|
3 |
-
Tested up to:
|
4 |
-
Stable tag: 3.2.
|
5 |
Donate link: http://www.satollo.net/donations
|
6 |
Contributors: satollo
|
7 |
|
@@ -89,6 +89,10 @@ FAQs are answered on [Header and Footer](http://www.satollo.net/plugins/header-f
|
|
89 |
|
90 |
== Changelog ==
|
91 |
|
|
|
|
|
|
|
|
|
92 |
= 3.2.3 =
|
93 |
|
94 |
* Updated meta information
|
1 |
=== Head, Footer and Post Injections ===
|
2 |
Tags: header, footer, ads, analytics, facebook pixel, amp
|
3 |
+
Tested up to: 6.0
|
4 |
+
Stable tag: 3.2.4
|
5 |
Donate link: http://www.satollo.net/donations
|
6 |
Contributors: satollo
|
7 |
|
89 |
|
90 |
== Changelog ==
|
91 |
|
92 |
+
= 3.2.4 =
|
93 |
+
|
94 |
+
* Importante security fix (update asap!)
|
95 |
+
|
96 |
= 3.2.3 =
|
97 |
|
98 |
* Updated meta information
|