Version Description
- Fixed reference to non-existent instance error.
Download this release
Release Info
Developer | bitacre |
Plugin | Custom Meta Widget |
Version | 1.2 |
Comparing to | |
See all releases |
Code changes from version 1.1 to 1.2
- customMeta.php +2 -2
- readme.txt +13 -3
customMeta.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Custom Meta Widget
|
4 |
Plugin URI: http://wikiduh.com/plugins/custom-meta-widget
|
5 |
Description: Clone of the standard Meta widget plus option to hide log in/out, admin, feed and WordPress links.
|
6 |
-
Version: 1.
|
7 |
Author: bitacre
|
8 |
Author URI: http://wikiduh.com/
|
9 |
Acknowledgements:
|
@@ -74,7 +74,7 @@ class customMetaWidget extends WP_Widget {
|
|
74 |
bloginfo('comments_rss2_url');
|
75 |
echo '" title="Syndicate this site using RSS 2.0">Comments <abbr title="Really Simple Syndication">RSS</abbr></a></li>';
|
76 |
}
|
77 |
-
if(esc_attr($instance['
|
78 |
echo '</ul>';
|
79 |
echo $after_widget; // after widget code from themes
|
80 |
}
|
3 |
Plugin Name: Custom Meta Widget
|
4 |
Plugin URI: http://wikiduh.com/plugins/custom-meta-widget
|
5 |
Description: Clone of the standard Meta widget plus option to hide log in/out, admin, feed and WordPress links.
|
6 |
+
Version: 1.2
|
7 |
Author: bitacre
|
8 |
Author URI: http://wikiduh.com/
|
9 |
Acknowledgements:
|
74 |
bloginfo('comments_rss2_url');
|
75 |
echo '" title="Syndicate this site using RSS 2.0">Comments <abbr title="Really Simple Syndication">RSS</abbr></a></li>';
|
76 |
}
|
77 |
+
if(esc_attr($instance['wordpress'])) echo '<li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress.org</a></li>'; // 5. wordpress.org link
|
78 |
echo '</ul>';
|
79 |
echo $after_widget; // after widget code from themes
|
80 |
}
|
readme.txt
CHANGED
@@ -4,8 +4,8 @@ Contributors: bitacre
|
|
4 |
Donate link: http://wikiduh.com/donate
|
5 |
Tags: meta, hide, link, admin, simple, widget, default, wordpress.org, change, rss, remove, login
|
6 |
Requires at least: 2.8
|
7 |
-
Tested up to: 3.
|
8 |
-
Stable tag: 1.
|
9 |
|
10 |
Clone of the standard Meta widget plus option to hide log in/out, admin, feed and WordPress links.
|
11 |
|
@@ -48,6 +48,9 @@ Can I? Yes. Will I? Yes, if I think it would be a helpful addition. I'm trying t
|
|
48 |
|
49 |
== Changelog ==
|
50 |
|
|
|
|
|
|
|
51 |
= 1.1 =
|
52 |
* Minor improvements to code architechture.
|
53 |
* Increased compliance with WordPress style standards.
|
@@ -59,10 +62,17 @@ Can I? Yes. Will I? Yes, if I think it would be a helpful addition. I'm trying t
|
|
59 |
|
60 |
== Upgrade Notice ==
|
61 |
|
|
|
|
|
|
|
|
|
62 |
= 1.1 =
|
63 |
|
64 |
Not essential, no bug fixes just minor structural code changes. (Mostly a test of the SVN repository system which I am new at.)
|
65 |
|
|
|
|
|
|
|
66 |
== Support ==
|
67 |
|
68 |
* [Plugin Homepage](http://wikiduh.com/plugins/custom-meta-widget)
|
@@ -70,4 +80,4 @@ Not essential, no bug fixes just minor structural code changes. (Mostly a test o
|
|
70 |
|
71 |
== Donations ==
|
72 |
|
73 |
-
[Donations](http://wikiduh.com/
|
4 |
Donate link: http://wikiduh.com/donate
|
5 |
Tags: meta, hide, link, admin, simple, widget, default, wordpress.org, change, rss, remove, login
|
6 |
Requires at least: 2.8
|
7 |
+
Tested up to: 3.3.1
|
8 |
+
Stable tag: 1.2
|
9 |
|
10 |
Clone of the standard Meta widget plus option to hide log in/out, admin, feed and WordPress links.
|
11 |
|
48 |
|
49 |
== Changelog ==
|
50 |
|
51 |
+
= 1.2 =
|
52 |
+
* Fixed reference to non-existent instance error.
|
53 |
+
|
54 |
= 1.1 =
|
55 |
* Minor improvements to code architechture.
|
56 |
* Increased compliance with WordPress style standards.
|
62 |
|
63 |
== Upgrade Notice ==
|
64 |
|
65 |
+
= 1.2 =
|
66 |
+
|
67 |
+
Fixes a code error.
|
68 |
+
|
69 |
= 1.1 =
|
70 |
|
71 |
Not essential, no bug fixes just minor structural code changes. (Mostly a test of the SVN repository system which I am new at.)
|
72 |
|
73 |
+
== Readme Generator ==
|
74 |
+
* This plugin's readme.txt file was generated by the [WikiDuh Readme Generator](http://wikiduh.com/project/readme-gen) for WordPress Plugins.
|
75 |
+
|
76 |
== Support ==
|
77 |
|
78 |
* [Plugin Homepage](http://wikiduh.com/plugins/custom-meta-widget)
|
80 |
|
81 |
== Donations ==
|
82 |
|
83 |
+
[Donations](http://wikiduh.com/donate) are graciously accepted to support the continued development and maintenance of this and other plugins. We currently accept Paypal and kind words.
|