mirror of
https://github.com/kremalicious/Badged.git
synced 2024-11-22 09:56:50 +01:00
readme updates & bump to 1.0.1
This commit is contained in:
parent
1ce463465c
commit
0d89d0398c
11
README.md
11
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 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.
|
||||||
|
|
||||||
* * *
|
* * *
|
||||||
|
|
||||||
@ -33,6 +33,15 @@ For manual installation:
|
|||||||
|
|
||||||
## Changelog
|
## 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
|
### v1.0.0
|
||||||
|
|
||||||
* new default style based on iOS 7
|
* new default style based on iOS 7
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
* @author Matthias Kretschmann <m@kretschmann.io>
|
* @author Matthias Kretschmann <m@kretschmann.io>
|
||||||
* @license GPL-2.0+
|
* @license GPL-2.0+
|
||||||
* @link http://kremalicious.com/badged/
|
* @link http://kremalicious.com/badged/
|
||||||
* @copyright 2013 Matthias Kretschmann
|
* @copyright 2014 Matthias Kretschmann
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
* @author Matthias Kretschmann <m@kretschmann.io>
|
* @author Matthias Kretschmann <m@kretschmann.io>
|
||||||
* @license GPL-2.0+
|
* @license GPL-2.0+
|
||||||
* @link http://kremalicious.com/badged/
|
* @link http://kremalicious.com/badged/
|
||||||
* @copyright 2013 Matthias Kretschmann
|
* @copyright 2014 Matthias Kretschmann
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
* @author Matthias Kretschmann <m@kretschmann.io>
|
* @author Matthias Kretschmann <m@kretschmann.io>
|
||||||
* @license GPL-2.0+
|
* @license GPL-2.0+
|
||||||
* @link http://kremalicious.com/badged/
|
* @link http://kremalicious.com/badged/
|
||||||
* @copyright 2013 Matthias Kretschmann
|
* @copyright 2014 Matthias Kretschmann
|
||||||
*
|
*
|
||||||
* @wordpress-plugin
|
* @wordpress-plugin
|
||||||
* Plugin Name: Badged
|
* 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.
|
* Description: Transforms the standard WordPress update & comment notification badges into iOS-styled ones. Just activate and enjoy the red badges.
|
||||||
* Author: Matthias Kretschmann
|
* Author: Matthias Kretschmann
|
||||||
* Author URI: http://matthiaskretschmann.com
|
* Author URI: http://matthiaskretschmann.com
|
||||||
* Version: 1.0.0
|
* Version: 1.0.1
|
||||||
* License: GPL-2.0+
|
* License: GPL-2.0+
|
||||||
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
|
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
|
||||||
* Domain Path: /languages
|
* Domain Path: /languages
|
||||||
|
@ -4,7 +4,7 @@ Donate link: http://krlc.us/givecoffee
|
|||||||
Tags: notification, adminmenu, toolbar, adminbar, ios, badge, badged, badges
|
Tags: notification, adminmenu, toolbar, adminbar, ios, badge, badged, badges
|
||||||
Requires at least: 2.7
|
Requires at least: 2.7
|
||||||
Tested up to: 4.0
|
Tested up to: 4.0
|
||||||
Stable tag: 1.0.0
|
Stable tag: 1.0.1
|
||||||
|
|
||||||
iOS Style Notification Badges for WordPress
|
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 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.
|
||||||
|
|
||||||
* * *
|
* * *
|
||||||
|
|
||||||
@ -45,6 +45,15 @@ For manual installation:
|
|||||||
|
|
||||||
== Changelog ==
|
== 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 =
|
= v1.0.0 =
|
||||||
* new default style based on iOS 7
|
* new default style based on iOS 7
|
||||||
* new setting to switch back to pre-iOS 7 style
|
* new setting to switch back to pre-iOS 7 style
|
||||||
|
Loading…
Reference in New Issue
Block a user