Version Description
- Purely cosmetic update for WordPress 4.4
Download this release
Release Info
Developer | bitacre |
Plugin | Custom Meta Widget |
Version | 1.4.7 |
Comparing to | |
See all releases |
Code changes from version 1.4.6 to 1.4.7
- customMeta.php +3 -3
- readme.txt +9 -3
customMeta.php
CHANGED
@@ -2,11 +2,11 @@
|
|
2 |
Plugin Name: Custom Meta Widget
|
3 |
Plugin URI: http://shinraholdings.com/plugins/custom-meta-widget/
|
4 |
Description: Clone of the standard Meta widget with options to hide thlogin, admin, entry and comment feed, WordPress.org and /custom links.
|
5 |
-
Version: 1.4.
|
6 |
Author: bitacre
|
7 |
Author URI: http://shinraholdings.com/
|
8 |
License: GPLv2
|
9 |
-
Copyright
|
10 |
*/
|
11 |
|
12 |
/**
|
@@ -225,4 +225,4 @@ function customMetaWidget_i18n() {
|
|
225 |
load_plugin_textdomain( 'customMetaWidget', NULL, trailingslashit( basename( dirname(__FILE__) ) ) . 'lang' );
|
226 |
} add_action( 'plugins_loaded', 'customMetaWidget_i18n' ); // hook
|
227 |
|
228 |
-
?>
|
2 |
Plugin Name: Custom Meta Widget
|
3 |
Plugin URI: http://shinraholdings.com/plugins/custom-meta-widget/
|
4 |
Description: Clone of the standard Meta widget with options to hide thlogin, admin, entry and comment feed, WordPress.org and /custom links.
|
5 |
+
Version: 1.4.7
|
6 |
Author: bitacre
|
7 |
Author URI: http://shinraholdings.com/
|
8 |
License: GPLv2
|
9 |
+
Copyright 2016 Shinra Web Holdings (http://shinraholdings.com)
|
10 |
*/
|
11 |
|
12 |
/**
|
225 |
load_plugin_textdomain( 'customMetaWidget', NULL, trailingslashit( basename( dirname(__FILE__) ) ) . 'lang' );
|
226 |
} add_action( 'plugins_loaded', 'customMetaWidget_i18n' ); // hook
|
227 |
|
228 |
+
?>
|
readme.txt
CHANGED
@@ -4,8 +4,8 @@ Contributors: bitacre
|
|
4 |
Donate link: http://shinraholdings.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:
|
8 |
-
Stable tag: 1.4.
|
9 |
|
10 |
Clone of the standard Meta widget plus options to hide log in/out, admin, feed and WordPress.org/custom links.
|
11 |
|
@@ -48,6 +48,9 @@ Most people, myself included, are understandably reluctant to donate real curren
|
|
48 |
3. Comparison of options between the standard and Custom Meta Widget.
|
49 |
|
50 |
== Changelog ==
|
|
|
|
|
|
|
51 |
= 1.4.6 =
|
52 |
* WordPress 3.6.1 update
|
53 |
* Added fr_FR (French) translation
|
@@ -125,6 +128,9 @@ Most people, myself included, are understandably reluctant to donate real curren
|
|
125 |
* There may still be bugs, but I can't find any.
|
126 |
|
127 |
== Upgrade Notice ==
|
|
|
|
|
|
|
128 |
= 1.4.6 =
|
129 |
Optional upgrade, new translations pl_PL (Polish), fr_FR (French), sr_RS (Serbian), and nl_NL (Dutch).
|
130 |
|
@@ -197,4 +203,4 @@ If you would like to help make this plugin available in your native language, pl
|
|
197 |
* [plugins@shinraholdings.com](mailto:plugins@shinraholdings.com)
|
198 |
|
199 |
== Donations ==
|
200 |
-
[Donations](http://shinraholdings.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!
|
4 |
Donate link: http://shinraholdings.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: 4.4
|
8 |
+
Stable tag: 1.4.7
|
9 |
|
10 |
Clone of the standard Meta widget plus options to hide log in/out, admin, feed and WordPress.org/custom links.
|
11 |
|
48 |
3. Comparison of options between the standard and Custom Meta Widget.
|
49 |
|
50 |
== Changelog ==
|
51 |
+
= 1.4.7 =
|
52 |
+
* Purely cosmetic update for WordPress 4.4
|
53 |
+
|
54 |
= 1.4.6 =
|
55 |
* WordPress 3.6.1 update
|
56 |
* Added fr_FR (French) translation
|
128 |
* There may still be bugs, but I can't find any.
|
129 |
|
130 |
== Upgrade Notice ==
|
131 |
+
= 1.4.7 =
|
132 |
+
* Purely cosmetic update for WordPress 4.4. Happy New Year.
|
133 |
+
|
134 |
= 1.4.6 =
|
135 |
Optional upgrade, new translations pl_PL (Polish), fr_FR (French), sr_RS (Serbian), and nl_NL (Dutch).
|
136 |
|
203 |
* [plugins@shinraholdings.com](mailto:plugins@shinraholdings.com)
|
204 |
|
205 |
== Donations ==
|
206 |
+
[Donations](http://shinraholdings.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!
|