Badged/README.md

87 lines
2.9 KiB
Markdown
Raw Permalink Normal View History

2013-11-09 23:56:29 +01:00
# Badged
-----------------------------------
**iOS Style Notification Badges for WordPress**
2013-11-10 22:28:05 +01:00
<img src="https://raw.github.com/kremalicious/Badged/master/design/Badged%20Teaser%20kremalicious-assets/Badged-Teaser-kremalicious@2x.png" width="680" height="212" />
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 as the new default iOS style or styled as pre-iOS 7 badges.
2012-05-31 23:24:14 +02:00
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.
2014-10-11 17:11:46 +02:00
The plugin is localized in english, german & spanish.
* * *
2013-11-09 23:56:29 +01:00
[Badged Blog Post](http://kremalicious.com/badged/) | [Badged on github](https://github.com/kremalicious/badged) | **[Donate](http://krlc.us/givecoffee)**
* * *
2013-11-09 23:56:29 +01:00
## Installation
2014-10-11 17:11:46 +02:00
Just install using the automatic backend installer under Plugins > Add New, activate and enjoy the red badges.
For manual installation:
2013-11-10 22:28:05 +01:00
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
2013-11-10 22:28:05 +01:00
## Changelog
2014-10-11 17:11:46 +02:00
### 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
2013-11-10 22:28:05 +01:00
### v1.0.0
2013-11-10 22:28:05 +01:00
* new default style based on iOS 7
* new setting to switch back to pre-iOS 7 style
* rewritten from the ground up based on Tom McFarlin's excellent [WordPress Plugin Boilerplate](https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate)
* settings through WordPress Settings API
* Retina banner for WordPress plugin repository listing
* drop IE 8 support (still present in pre-iOS 7 style)
* using Grunt for optimized images and minified css
* confusing and ridiculous version number jump
2013-11-09 23:56:29 +01:00
### v0.3.6
2012-05-31 23:24:14 +02:00
* tested for WP 3.4
* settings page: Retina ready icon for high dpi devices, css only submit button
* updated german translation
2013-11-09 23:56:29 +01:00
### v0.3.5
2013-11-10 22:28:05 +01:00
2011-12-19 23:06:36 +01:00
* 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
2013-11-09 23:56:29 +01:00
### v0.3.4
2013-11-10 22:28:05 +01:00
* more descriptive readme and settings footer with links to blog post & github page
* updated translation
2013-11-09 23:56:29 +01:00
### v0.3.2
2013-11-10 22:28:05 +01:00
* Make the plugin work if symlinked
2013-11-09 23:56:29 +01:00
### v0.3
2013-11-10 22:28:05 +01:00
* initial beta release
2013-11-09 23:56:29 +01:00
### v0.2
2013-11-10 22:28:05 +01:00
* added options to control whether the badges show up in admin menu or toolbar (default is both)
2013-11-09 23:56:29 +01:00
### v0.1
2013-11-10 22:28:05 +01:00
* initial alpha release