Changeset 788343
- Timestamp:
- 10/15/2013 07:40:52 PM (12 years ago)
- Location:
- flare/trunk
- Files:
-
- 3 edited
-
flare.php (modified) (1 diff)
-
lib/constants.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
flare/trunk/flare.php
r738824 r788343 4 4 Plugin URI: http://www.dtelepathy.com/ 5 5 Description: Flare is a simple yet eye-catching social sharing bar that gets you followed and lets your content get shared via posts, pages, and media types. 6 Version: 1.2. 46 Version: 1.2.5 7 7 Author: dtelepathy 8 8 Author URI: http://www.dtelepathy.com/ -
flare/trunk/lib/constants.php
r784054 r788343 27 27 28 28 // Plugin Version 29 if( !defined( 'FLARE_VERSION' ) ) define( 'FLARE_VERSION', "1.2. 4" );29 if( !defined( 'FLARE_VERSION' ) ) define( 'FLARE_VERSION', "1.2.5" ); 30 30 31 31 // Environment - change to "development" to load .dev.js JavaScript files (DON'T FORGET TO TURN IT BACK BEFORE USING IN PRODUCTION) -
flare/trunk/readme.txt
r784741 r788343 4 4 Tags: dtelepathy, dtlabs, sharebar, social widget, sidebar, facebook, twitter, sharethis, simple, social bar, pinterest, stumbleupon, reddit, flare, social share, social flare 5 5 Requires at least: 3.0 6 Tested up to: 3.6 6 Tested up to: 3.6.1 7 7 License: GPL3 8 8 Stable tag: trunk … … 82 82 83 83 == Changelog == 84 = 1.2. 4=84 = 1.2.5 = 85 85 * Added option to disable Filament icon 86 * Updated messaging to better describe the future of Flare (Pro)87 86 * Increased width of horizontal bubbles to account for a sizing bug with the LinkedIn share button 88 87 * Added Github and Soundcloud follow icons 88 89 = 1.2.4 = 90 * Updated messaging to better describe the future of Flare (Pro) 89 91 90 92 = 1.2.3 =
Note: See TracChangeset
for help on using the changeset viewer.