svn merge

This commit is contained in:
Matthias Kretschmann 2011-12-18 15:56:15 +01:00
parent c97216919a
commit cbba0db32b
5 changed files with 30 additions and 15 deletions

View File

@ -38,7 +38,7 @@
</form>
<footer>
<p><?php _e('Thanks for using Badged', 'bdgd'); ?> &middot; <?php _e('Created by', 'bdgd'); ?> <a href="http://mkretschmann.com">Matthias Kretschmann</a> (<a href="https://twitter.com/kremalicious">@kremalicious</a>)</p>
<p><?php _e('Thanks for using', 'bdgd'); ?> <a href="http://www.kremalicious.com/2011/12/badged/" title="Badged Blog Post">Badged</a> (<a href="https://github.com/kremalicious/Badged/" title="Badged On Github">github</a>) &middot; <?php _e('Created by', 'bdgd'); ?> <a href="http://mkretschmann.com">Matthias Kretschmann</a> (<a href="https://twitter.com/kremalicious">@kremalicious</a>)</p>
</footer>
</div>

View File

@ -1,11 +1,11 @@
<?php
/**
* Plugin Name: Badged
* Plugin URI: http://kremalicious.com
* Description: Transforms the standard WordPress update & comment notification badges into iOS-styled ones. Just activate and enjoy the red Badges.
* Plugin URI: http://www.kremalicious.com/2011/12/badged/
* 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: 0.3.2
* Version: 0.3.3
* License: GPL
*/

Binary file not shown.

View File

@ -44,18 +44,18 @@ msgstr "Admin-Menü"
msgid "Toolbar"
msgstr "Werkzeugleiste"
#: badged.php:68
#: badged.php:115
#@ default
msgid "Settings"
msgstr ""
#: badged-settings.php:41
#@ bdgd
msgid "Thanks for using Badged"
msgstr "Danke für die Nutzung von Badged"
#: badged-settings.php:41
#@ bdgd
msgid "Created by"
msgstr "Erstellt von"
#: badged-settings.php:41
#@ bdgd
msgid "Thanks for using"
msgstr "Danke für die Nutzung von"

View File

@ -1,23 +1,31 @@
=== Badged ===
Contributors: kremalicious
Donate link: http://kremalicious.com/
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.2
Stable tag: 0.3.3
iOS Style Notification Badges for WordPress
== Description ==
Badged transforms the standard WordPress update & comment notification badges into iOS-styled ones.
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 CSS only and were tested in current versions of Safari, Chrome & Firefox. 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 CSS only (box shadows, gradients, pseudo elements, you name it) and were tested in current versions of Safari, Chrome & Firefox. 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, 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:
1. Upload the badged plugin folder to the '/wp-content/plugins/' directory
2. Activate the plugin through the 'Plugins' menu in WordPress
@ -34,6 +42,13 @@ Just install, activate and enjoy the red badges:
== Changelog ==
= v0.3.3 =
* 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