WordPress plugin transforming the standard WordPress update & comment notification badges into iOS-styled ones, image-less with CSS only. https://kremalicious.com/badged/
Go to file
Matthias Kretschmann 12b1397bf2 tagged 0.3.5 2011-12-19 23:06:36 +01:00
css need to repeat the gradient filter declaration for IE 8, was replaced by shadow filter 2011-12-18 23:23:28 +01:00
img Renaming the plugin to Badged 2011-12-17 21:11:20 +00:00
languages svn merge 2011-12-18 14:58:24 +00:00
badged-settings.php svn merge 2011-12-18 14:58:24 +00:00
badged.php tagged 0.3.5 2011-12-19 23:06:36 +01:00
readme.txt tagged 0.3.5 2011-12-19 23:06:36 +01:00
screenshot-1.png readme conforming to WP plugins directory rules; added screenshots 2011-12-17 21:10:18 +00:00
screenshot-2.png readme conforming to WP plugins directory rules; added screenshots 2011-12-17 21:10:18 +00:00
screenshot-3.png updated readme, new settings page screenshot 2011-12-17 21:12:12 +00:00

readme.txt

=== Badged ===
Contributors: kremalicious
Donate link: http://www.kremalicious.com/2011/12/badged/
Tags: notification, adminmenu, toolbar, ios, badge
Requires at least: 2.7
Tested up to: 3.3
Stable tag: 0.3.5

iOS Style Notification Badges for WordPress

== Description ==

Badged transforms the standard WordPress update & comment notification badges into iOS-styled ones. Upon activation it automatically replaces the badge styles in the admin menu and the toolbar. An optional settings page allows to control whether the badges show up in the admin menu or toolbar only.

The badges are created without any images by using CSS only (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.

* * *

[Badged Blog Post](http://www.kremalicious.com/2011/12/badged/) | [Badged on github](https://github.com/kremalicious/Badged)


== Installation ==

Just install using the automatic backend installer under Plugins > Add New, activate and enjoy the red badges. 

For manual installation:

1. Upload the badged plugin folder to the '/wp-content/plugins/' directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Enjoy

(optional) Adjust options under Settings > Badges


== Screenshots ==

1. Restyled notifications in Toolbar
2. Restyled notifications in Admin Menu
3. Settings page

== Changelog ==

= v0.3.5 =
* IE 8 improvements: box shadow, light gradient through DXImageTransform filters (but no rounded corners, sorry)
* current versions of IE & Opera are now among the tested browsers
* updated settings page links

= v0.3.4 =
* more descriptive readme and settings footer with links to blog post & github page
* updated translation

= v0.3.2 =
* Make the plugin work if symlinked

= v0.3 =
* initial beta release

= v0.2 =
* added options to control whether the badges show up in admin menu or toolbar (default is both)

= v0.1 =
* initial alpha release