Plugin Directory

Changeset 516783


Ignore:
Timestamp:
03/09/2012 02:50:42 PM (14 years ago)
Author:
VoxPelli
Message:

Releasing 1.1.0

Location:
flattr/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • flattr/trunk/flattr.php

    r516773 r516783  
    33 * @package Flattr
    44 * @author Michael Henke
    5  * @version 1.0.2
     5 * @version 1.1.0
    66Plugin Name: Flattr
    77Plugin URI: http://wordpress.org/extend/plugins/flattr/
    88Description: Give your readers the opportunity to Flattr your effort
    9 Version: 1.0.2
     9Version: 1.1.0
    1010Author: Michael Henke
    1111Author URI: http://www.codingmerc.com/tags/flattr/
     
    2323    const API_SCRIPT  = 'api.flattr.com/js/0.6/load.js?mode=auto';
    2424   
    25     const VERSION = "1.0.2";
     25    const VERSION = "1.1.0";
    2626
    2727    /**
  • flattr/trunk/readme.txt

    r508984 r516783  
    2828
    2929== 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
    3036
    3137= 1.0.2 =
Note: See TracChangeset for help on using the changeset viewer.