mirror of
https://github.com/kremalicious/Badged.git
synced 2024-11-21 17:36:50 +01:00
readme updates & bump to 1.0.1
This commit is contained in:
parent
1ce463465c
commit
0d89d0398c
13
README.md
13
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
|
||||
|
@ -6,7 +6,7 @@
|
||||
* @author Matthias Kretschmann <m@kretschmann.io>
|
||||
* @license GPL-2.0+
|
||||
* @link http://kremalicious.com/badged/
|
||||
* @copyright 2013 Matthias Kretschmann
|
||||
* @copyright 2014 Matthias Kretschmann
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -6,7 +6,7 @@
|
||||
* @author Matthias Kretschmann <m@kretschmann.io>
|
||||
* @license GPL-2.0+
|
||||
* @link http://kremalicious.com/badged/
|
||||
* @copyright 2013 Matthias Kretschmann
|
||||
* @copyright 2014 Matthias Kretschmann
|
||||
*/
|
||||
?>
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
* @author Matthias Kretschmann <m@kretschmann.io>
|
||||
* @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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user