Changeset 2044979
- Timestamp:
- 03/06/2019 04:16:12 AM (7 years ago)
- Location:
- quotes-collection/trunk
- Files:
-
- 4 edited
-
inc/class-quotes-collection-shortcode.php (modified) (1 diff)
-
inc/class-quotes-collection.php (modified) (1 diff)
-
quotes-collection.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
quotes-collection/trunk/inc/class-quotes-collection-shortcode.php
r2037758 r2044979 39 39 ), $atts ); 40 40 extract($atts); 41 41 42 42 if( $ajax_refresh && $ajax_refresh !== 'false' ) { 43 43 $atts['echo'] = 0; 44 if( 45 ($auto_refresh == 1 || $auto_refresh === true || $auto_refresh == 'true') 46 && is_numeric($refresh_interval) 47 ) { 48 $atts['auto_refresh'] = $refresh_interval; 49 } else if($auto_refresh === false || $auto_refresh == 'false') { 50 $atts['auto_refresh'] = 0; 51 } 44 52 return quotescollection_quote($atts); 45 53 } -
quotes-collection/trunk/inc/class-quotes-collection.php
r2044373 r2044979 10 10 11 11 /** Plugin version **/ 12 const PLUGIN_VERSION = '2.5. 1';12 const PLUGIN_VERSION = '2.5.2'; 13 13 14 14 public $refresh_link_text; -
quotes-collection/trunk/quotes-collection.php
r2044373 r2044979 4 4 * Plugin URI: http://srinig.com/wordpress/plugins/quotes-collection/ 5 5 * Description: Quotes Collection plugin with Ajax powered Random Quote sidebar widget helps you collect and display your favourite quotes in your WordPress blog/website. 6 * Version: 2.5. 16 * Version: 2.5.2 7 7 * Author: Srini G 8 8 * Author URI: http://srinig.com/ -
quotes-collection/trunk/readme.txt
r2044373 r2044979 74 74 ==Changelog== 75 75 76 * **2019-03-06: Version 2.5.2** 77 * Fixed issues with auto_refresh in shortcode. 78 76 79 * **2019-03-05: Version 2.5.1** 77 80 * Fix for an issue where JS arguments break HTML loop when widget is used inside certain page builders. … … 329 332 == Upgrade Notice == 330 333 334 = 2.5.2 = 335 Fixed issues with auto_refresh in shortcode. 336 331 337 = 2.5.1 = 332 338 Comes with a fix for an issue where widget breaks HTML loop in some cases. Upgrade recommended.
Note: See TracChangeset
for help on using the changeset viewer.