Custom Meta Widget - Version 1.3.5_a

Version Description

  • Updated for WordPress version 3.3.2
  • Fixed the 1 missed textdomain for i18n
Download this release

Release Info

Developer bitacre
Plugin Icon wp plugin Custom Meta Widget
Version 1.3.5_a
Comparing to
See all releases

Code changes from version 1.3.5 to 1.3.5_a

Files changed (2) hide show
  1. customMeta.php +5 -5
  2. readme.txt +23 -9
customMeta.php CHANGED
@@ -1,13 +1,13 @@
1
  <?php
2
  /*
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 options to hide log in/out, admin, feed and WordPress/custom links.
6
- Version: 1.3.5
7
  Author: bitacre
8
- Author URI: http://wikiduh.com/
9
  License: GPLv2
10
- Copyright 2011 bitacre (plugins@wikiduh.com)
11
  */
12
 
13
  class customMetaWidget extends WP_Widget {
@@ -54,7 +54,7 @@ function form( $instance ) {
54
 
55
  <!-- login -->
56
  <p>
57
- <label for="<?php echo $this ->get_field_name( 'login' ); ?>"><?php _e( 'Show "Log in/out" link?' ); ?></label>
58
  <input id="<?php echo $this->get_field_id( 'login' ); ?>" name="<?php echo $this->get_field_name( 'login' ); ?>" type="checkbox" value="1" <?php checked( $instance['login'] ); ?> />
59
  </p>
60
 
1
  <?php
2
  /*
3
  Plugin Name: Custom Meta Widget
4
+ Plugin URI: http://bitacre.com/plugins/custom-meta-widget
5
  Description: Clone of the standard Meta widget plus options to hide log in/out, admin, feed and WordPress/custom links.
6
+ Version: 1.3.5_a
7
  Author: bitacre
8
+ Author URI: http://bitacre.com/
9
  License: GPLv2
10
+ Copyright 2012 Shinra Web Holdings (http://shinraholdings.com)
11
  */
12
 
13
  class customMetaWidget extends WP_Widget {
54
 
55
  <!-- login -->
56
  <p>
57
+ <label for="<?php echo $this ->get_field_name( 'login' ); ?>"><?php _e( 'Show "Log in/out" link?', 'customMetaWidget' ); ?></label>
58
  <input id="<?php echo $this->get_field_id( 'login' ); ?>" name="<?php echo $this->get_field_name( 'login' ); ?>" type="checkbox" value="1" <?php checked( $instance['login'] ); ?> />
59
  </p>
60
 
readme.txt CHANGED
@@ -1,11 +1,11 @@
1
  === Custom Meta Widget ===
2
- Plugin URI: http://wikiduh.com/plugins/custom-meta-widget
3
  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.3.1
8
- Stable tag: 1.3.5
9
 
10
  Clone of the standard Meta widget plus options to hide log in/out, admin, feed and Wordpress.org/custom links.
11
 
@@ -47,6 +47,14 @@ Most people, myself included, are understandably reluctant to donate real curren
47
  3. Comparison of options between the standard and Custom Meta Widget.
48
 
49
  == Changelog ==
 
 
 
 
 
 
 
 
50
  = 1.3.5 =
51
  * Fixed typo introduced in i18n transition.
52
  * Adds translation files for en-AU, en-CA, en-GB, en-IE, and es-MX.
@@ -85,6 +93,12 @@ Most people, myself included, are understandably reluctant to donate real curren
85
  * There may still be bugs, but I can't find any.
86
 
87
  == Upgrade Notice ==
 
 
 
 
 
 
88
  = 1.3.5 =
89
  Adds translations for several languages.
90
 
@@ -110,11 +124,11 @@ Fixes a code error.
110
  Not essential, no bug fixes just minor structural code changes. (Mostly a test of the SVN repository system which I am new at.)
111
 
112
  == Readme Generator ==
113
- * This plugin's readme.txt file was generated by the [WikiDuh Readme Generator](http://wikiduh.com/project/readme-gen) for WordPress Plugins.
114
 
115
  == Support ==
116
- * [Plugin Homepage](http://wikiduh.com/plugins/custom-meta-widget)
117
- * [plugins@wikiduh.com](mailto:plugins@wikiduh.com)
118
 
119
  == Donations ==
120
- [Donations](http://wikiduh.com/donate) are graciously accepted to support the continued development and maintenance of this and other plugins. We currently accept Paypal, link backs, and kind words. Also, checking the 'show plugin link' option on the widget helps us out greatly!
1
  === Custom Meta Widget ===
2
+ Plugin URI: http://bitacre.com/plugins/custom-meta-widget
3
  Contributors: bitacre
4
+ Donate link: http://bitacre.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.4.1
8
+ Stable tag: 1.3.6
9
 
10
  Clone of the standard Meta widget plus options to hide log in/out, admin, feed and Wordpress.org/custom links.
11
 
47
  3. Comparison of options between the standard and Custom Meta Widget.
48
 
49
  == Changelog ==
50
+
51
+ = 1.3.6 =
52
+ * Small metadata update
53
+
54
+ = 1.3.5_a =
55
+ * Updated for WordPress version 3.3.2
56
+ * Fixed the 1 missed textdomain for i18n
57
+
58
  = 1.3.5 =
59
  * Fixed typo introduced in i18n transition.
60
  * Adds translation files for en-AU, en-CA, en-GB, en-IE, and es-MX.
93
  * There may still be bugs, but I can't find any.
94
 
95
  == Upgrade Notice ==
96
+ = 1.3.6 =
97
+ Updated metadata, not an essential upgrade.
98
+
99
+ = 1.3.5_a =
100
+ Fixes one textdomain missed in the internationalization update and update for Wordpress 3.3.2.
101
+
102
  = 1.3.5 =
103
  Adds translations for several languages.
104
 
124
  Not essential, no bug fixes just minor structural code changes. (Mostly a test of the SVN repository system which I am new at.)
125
 
126
  == Readme Generator ==
127
+ * This plugin's readme.txt file was generated by the [bitacre Readme Generator](http://t.bitacre.com/readme-gen) for WordPress Plugins.
128
 
129
  == Support ==
130
+ * [Plugin Homepage](http://bitacre.com/plugins/custom-meta-widget)
131
+ * [bitacre@gmail.com](mailto:bitacre@gmail.com)
132
 
133
  == Donations ==
134
+ [Donations](http://bitacre.com/donate) are graciously accepted to support the continued development and maintenance of this and other plugins. We currently accept Paypal, link backs, and kind words. Also, checking the 'show plugin link' option on the widget helps us out greatly!