Changeset 516783
- Timestamp:
- 03/09/2012 02:50:42 PM (14 years ago)
- Location:
- flattr/trunk
- Files:
-
- 2 edited
-
flattr.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
flattr/trunk/flattr.php
r516773 r516783 3 3 * @package Flattr 4 4 * @author Michael Henke 5 * @version 1. 0.25 * @version 1.1.0 6 6 Plugin Name: Flattr 7 7 Plugin URI: http://wordpress.org/extend/plugins/flattr/ 8 8 Description: Give your readers the opportunity to Flattr your effort 9 Version: 1. 0.29 Version: 1.1.0 10 10 Author: Michael Henke 11 11 Author URI: http://www.codingmerc.com/tags/flattr/ … … 23 23 const API_SCRIPT = 'api.flattr.com/js/0.6/load.js?mode=auto'; 24 24 25 const VERSION = "1. 0.2";25 const VERSION = "1.1.0"; 26 26 27 27 /** -
flattr/trunk/readme.txt
r508984 r516783 28 28 29 29 == Changelog == 30 31 = 1.1.0 = 32 * New Feature: Added support for WordPress uninstall feature. To use it you deactivate and delete the plugin from the plugin list. 33 * Fix: Descriptions sent to Flattr are now assembled in a totaly new way as a custom kind of excerpts that are limited to maximum 30 words 34 * Fix: The javascript loaded from Flattr.com is now loaded asynchronously 35 * Fix: The javascript loaded from Flattr.com is now only loaded in the frontend when dynamic buttons are used 30 36 31 37 = 1.0.2 =
Note: See TracChangeset
for help on using the changeset viewer.