diff --git a/README.md b/README.md index 7d5236f..b37d8fb 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Badged transforms the standard WordPress update & comment notification badges in The badges are created without any images by using only CSS (box shadows, gradients, pseudo elements, you name it) and were tested in current versions of Safari, Chrome, Firefox, Opera & Internet Explorer. It should degrade gracefully in older browsers with some details missing like drop shadows or the highlight shine. -The plugin is localized in english & german. +The plugin is localized in english, german & spanish. * * * @@ -20,7 +20,7 @@ The plugin is localized in english & german. ## Installation -Just install using the automatic backend installer under Plugins > Add New, activate and enjoy the red badges. +Just install using the automatic backend installer under Plugins > Add New, activate and enjoy the red badges. For manual installation: @@ -33,6 +33,15 @@ For manual installation: ## Changelog +### v1.0.1 + +* tested for WP 4.0 +* Spanish translation, muchas gracias to Andrew Kurtis from [webhostinghub.com](http://www.webhostinghub.com) +* don't style comments badge with 0 comments +* improved styles +* admin settings page fixes +* plugin icon and updated banner & screenshots + ### v1.0.0 * new default style based on iOS 7 diff --git a/badged/admin/class-badged-admin.php b/badged/admin/class-badged-admin.php index 2f8efbe..4358e7b 100755 --- a/badged/admin/class-badged-admin.php +++ b/badged/admin/class-badged-admin.php @@ -6,7 +6,7 @@ * @author Matthias Kretschmann * @license GPL-2.0+ * @link http://kremalicious.com/badged/ - * @copyright 2013 Matthias Kretschmann + * @copyright 2014 Matthias Kretschmann */ /** diff --git a/badged/admin/views/admin.php b/badged/admin/views/admin.php index 7510c40..df1bc74 100644 --- a/badged/admin/views/admin.php +++ b/badged/admin/views/admin.php @@ -6,7 +6,7 @@ * @author Matthias Kretschmann * @license GPL-2.0+ * @link http://kremalicious.com/badged/ - * @copyright 2013 Matthias Kretschmann + * @copyright 2014 Matthias Kretschmann */ ?> diff --git a/badged/badged.php b/badged/badged.php index f525a7a..c528c23 100644 --- a/badged/badged.php +++ b/badged/badged.php @@ -9,7 +9,7 @@ * @author Matthias Kretschmann * @license GPL-2.0+ * @link http://kremalicious.com/badged/ - * @copyright 2013 Matthias Kretschmann + * @copyright 2014 Matthias Kretschmann * * @wordpress-plugin * Plugin Name: Badged @@ -17,7 +17,7 @@ * Description: Transforms the standard WordPress update & comment notification badges into iOS-styled ones. Just activate and enjoy the red badges. * Author: Matthias Kretschmann * Author URI: http://matthiaskretschmann.com - * Version: 1.0.0 + * Version: 1.0.1 * License: GPL-2.0+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt * Domain Path: /languages diff --git a/badged/readme.txt b/badged/readme.txt index c9b1f7a..333286e 100644 --- a/badged/readme.txt +++ b/badged/readme.txt @@ -4,7 +4,7 @@ Donate link: http://krlc.us/givecoffee Tags: notification, adminmenu, toolbar, adminbar, ios, badge, badged, badges Requires at least: 2.7 Tested up to: 4.0 -Stable tag: 1.0.0 +Stable tag: 1.0.1 iOS Style Notification Badges for WordPress @@ -14,7 +14,7 @@ Badged transforms the standard WordPress update & comment notification badges in The badges are created without any images by using only CSS (box shadows, gradients, pseudo elements, you name it) and were tested in current versions of Safari, Chrome, Firefox, Opera & Internet Explorer. It should degrade gracefully in older browsers with some details missing like drop shadows or the highlight shine. -The plugin is localized in english & german. +The plugin is localized in english, german & spanish. * * * @@ -23,7 +23,7 @@ The plugin is localized in english & german. == Installation == -Just install using the automatic backend installer under Plugins > Add New, activate and enjoy the red badges. +Just install using the automatic backend installer under Plugins > Add New, activate and enjoy the red badges. For manual installation: @@ -45,6 +45,15 @@ For manual installation: == Changelog == += v1.0.1 = + +* tested for WP 4.0 +* Spanish translation, muchas gracias to Andrew Kurtis from [webhostinghub.com](http://www.webhostinghub.com) +* don't style comments badge with 0 comments +* improved styles +* admin settings page fixes +* plugin icon and updated banner & screenshots + = v1.0.0 = * new default style based on iOS 7 * new setting to switch back to pre-iOS 7 style