Changeset 1480928
- Timestamp:
- 08/22/2016 04:53:11 PM (10 years ago)
- File:
-
- 1 edited
-
flattr/tags/1.2.2/flattr.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
flattr/tags/1.2.2/flattr.php
r1480926 r1480928 3 3 * @package Flattr 4 4 * @author Michael Henke 5 * @version 1.2. 15 * @version 1.2.2 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.2. 19 Version: 1.2.2 10 10 Author: Michael Henke 11 11 Author URI: http://www.codingmerc.com/tags/flattr/ … … 23 23 const FLATTR_DOMAIN = 'flattr.com'; 24 24 25 const VERSION = "1.2. 1";25 const VERSION = "1.2.2"; 26 26 27 27 /**
Note: See TracChangeset
for help on using the changeset viewer.