mirror of
https://github.com/kremalicious/Badged.git
synced 2024-11-22 18:00:01 +01:00
more descriptive readme and settings footer with links to blog post & github page
This commit is contained in:
parent
c5e1756758
commit
1c33b1739e
@ -38,7 +38,7 @@
|
||||
</form>
|
||||
|
||||
<footer>
|
||||
<p><?php _e('Thanks for using Badged', 'bdgd'); ?> · <?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>) · <?php _e('Created by', 'bdgd'); ?> <a href="http://mkretschmann.com">Matthias Kretschmann</a> (<a href="https://twitter.com/kremalicious">@kremalicious</a>)</p>
|
||||
</footer>
|
||||
|
||||
</div>
|
@ -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.
@ -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"
|
||||
|
||||
|
25
readme.txt
25
readme.txt
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user