Version Description
Fix link in admin.php from screenshot1.jpg to screenshot-1.jpg
Download this release
Release Info
Developer | powerblogservice |
Plugin | Footer Putter |
Version | 1.1 |
Comparing to | |
See all releases |
Code changes from version 1.0 to 1.1
- admin.php +1 -1
- main.php +2 -2
- readme.txt +4 -3
admin.php
CHANGED
@@ -37,7 +37,7 @@ class FooterPutterAdmin {
|
|
37 |
$home_url = FOOTER_PUTTER_HOME_URL;
|
38 |
$version = FOOTER_PUTTER_VERSION;
|
39 |
$plugin = FOOTER_PUTTER_FRIENDLY_NAME;
|
40 |
-
$screenshot = plugins_url('
|
41 |
$logo = plugins_url('logo.png',__FILE__);
|
42 |
print <<< ADMIN_PANEL
|
43 |
<div class="wrap">
|
37 |
$home_url = FOOTER_PUTTER_HOME_URL;
|
38 |
$version = FOOTER_PUTTER_VERSION;
|
39 |
$plugin = FOOTER_PUTTER_FRIENDLY_NAME;
|
40 |
+
$screenshot = plugins_url('screenshot-1.jpg',__FILE__);
|
41 |
$logo = plugins_url('logo.png',__FILE__);
|
42 |
print <<< ADMIN_PANEL
|
43 |
<div class="wrap">
|
main.php
CHANGED
@@ -3,13 +3,13 @@
|
|
3 |
* Plugin Name: Footer Putter
|
4 |
* Plugin URI: http://www.diywebmastery.com/plugins/footer-putter/
|
5 |
* Description: Put a footer on your site that boosts your credibility with both search engines and human visitors.
|
6 |
-
* Version: 1.
|
7 |
* Author: Russell Jamieson
|
8 |
* Author URI: http://www.diywebmastery.com/about/
|
9 |
* License: GPLv2+
|
10 |
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
*/
|
12 |
-
define('FOOTER_PUTTER_VERSION','1.
|
13 |
define('FOOTER_PUTTER_FRIENDLY_NAME', 'Footer Putter') ;
|
14 |
define('FOOTER_PUTTER_PLUGIN_NAME', 'footer-putter') ;
|
15 |
define('FOOTER_PUTTER_HOME_URL','http://www.diywebmastery.com/plugins/footer-putter/');
|
3 |
* Plugin Name: Footer Putter
|
4 |
* Plugin URI: http://www.diywebmastery.com/plugins/footer-putter/
|
5 |
* Description: Put a footer on your site that boosts your credibility with both search engines and human visitors.
|
6 |
+
* Version: 1.1
|
7 |
* Author: Russell Jamieson
|
8 |
* Author URI: http://www.diywebmastery.com/about/
|
9 |
* License: GPLv2+
|
10 |
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
*/
|
12 |
+
define('FOOTER_PUTTER_VERSION','1.1');
|
13 |
define('FOOTER_PUTTER_FRIENDLY_NAME', 'Footer Putter') ;
|
14 |
define('FOOTER_PUTTER_PLUGIN_NAME', 'footer-putter') ;
|
15 |
define('FOOTER_PUTTER_HOME_URL','http://www.diywebmastery.com/plugins/footer-putter/');
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.diywebmastery.com/donate/
|
|
4 |
Tags: footer, copyright, rel=nofollow
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.5
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv2+
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -37,12 +37,13 @@ Put a footer on your site that boosts your credibility with both search engines
|
|
37 |
|
38 |
== Changelog ==
|
39 |
|
|
|
40 |
= 1.0 = Initial release
|
41 |
|
42 |
== Upgrade Notice ==
|
43 |
|
44 |
-
= 1.
|
45 |
-
* Mandatory -
|
46 |
|
47 |
== Links ==
|
48 |
|
4 |
Tags: footer, copyright, rel=nofollow
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.5
|
7 |
+
Stable tag: 1.1
|
8 |
License: GPLv2+
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
37 |
|
38 |
== Changelog ==
|
39 |
|
40 |
+
= 1.1 = Fix link in admin.php from screenshot1.jpg to screenshot-1.jpg
|
41 |
= 1.0 = Initial release
|
42 |
|
43 |
== Upgrade Notice ==
|
44 |
|
45 |
+
= 1.1 =
|
46 |
+
* Mandatory - fix link to screenshot-1.jpg
|
47 |
|
48 |
== Links ==
|
49 |
|