Version Description
- Moved the donate png inside the plugin
Download this release
Release Info
Developer | satollo |
Plugin | Head, Footer and Post Injections |
Version | 3.0.6 |
Comparing to | |
See all releases |
Code changes from version 3.0.5 to 3.0.6
- images/donate.png +0 -0
- options.php +2 -2
- plugin.php +1 -1
- readme.txt +5 -1
images/donate.png
ADDED
Binary file
|
options.php
CHANGED
@@ -346,8 +346,8 @@ else {
|
|
346 |
|
347 |
<div style="padding: 15px; background-color: #fff; border: 1px solid #eee; font-size: 16px; line-height: 22px">
|
348 |
Did this plugin save you lot of time and troubles?
|
349 |
-
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5PHGDGNHAYLJ8" target="_blank"><img style="vertical-align: bottom" src="
|
350 |
-
To help children. Even <b>2$</b>
|
351 |
<br>
|
352 |
Are you profitably using this free plugin for your customers? One more reason to consider a
|
353 |
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5PHGDGNHAYLJ8" target="_blank">donation</a>. Thank you.
|
346 |
|
347 |
<div style="padding: 15px; background-color: #fff; border: 1px solid #eee; font-size: 16px; line-height: 22px">
|
348 |
Did this plugin save you lot of time and troubles?
|
349 |
+
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5PHGDGNHAYLJ8" target="_blank"><img style="vertical-align: bottom" src="<?php echo plugins_url('header-footer')?>/images/donate.png"></a>
|
350 |
+
To help children. Even <b>2$</b> help. <a href="http://www.satollo.net/donations" target="_blank">Please read more</a>. Thank you.
|
351 |
<br>
|
352 |
Are you profitably using this free plugin for your customers? One more reason to consider a
|
353 |
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5PHGDGNHAYLJ8" target="_blank">donation</a>. Thank you.
|
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.0.
|
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.0.6
|
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
@@ -2,7 +2,7 @@
|
|
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.7.2
|
5 |
-
Stable tag: 3.0.
|
6 |
Donate link: http://www.satollo.net/donations
|
7 |
Contributors: satollo
|
8 |
|
@@ -93,6 +93,10 @@ FAQs are answered on [Header and Footer](http://www.satollo.net/plugins/header-f
|
|
93 |
|
94 |
== Changelog ==
|
95 |
|
|
|
|
|
|
|
|
|
96 |
= 3.0.5 =
|
97 |
|
98 |
* Debug notices fix
|
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.7.2
|
5 |
+
Stable tag: 3.0.6
|
6 |
Donate link: http://www.satollo.net/donations
|
7 |
Contributors: satollo
|
8 |
|
93 |
|
94 |
== Changelog ==
|
95 |
|
96 |
+
= 3.0.6 =
|
97 |
+
|
98 |
+
* Moved the donate png inside the plugin
|
99 |
+
|
100 |
= 3.0.5 =
|
101 |
|
102 |
* Debug notices fix
|