Changeset 1854431
- Timestamp:
- 04/07/2018 05:06:50 AM (8 years ago)
- Location:
- quotes-collection/trunk
- Files:
-
- 4 edited
-
inc/class-quotes-collection-widget.php (modified) (1 diff)
-
inc/class-quotes-collection.php (modified) (1 diff)
-
quotes-collection.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
quotes-collection/trunk/inc/class-quotes-collection-widget.php
r1539083 r1854431 63 63 extract( $args ); 64 64 echo $before_widget; 65 if($options['title']) echo $before_title . apply_filters('the_title', $options['title']). $after_title . "\n";65 if($options['title']) echo $before_title . $options['title'] . $after_title . "\n"; 66 66 echo $quote; 67 67 echo $after_widget; -
quotes-collection/trunk/inc/class-quotes-collection.php
r1638835 r1854431 10 10 11 11 /** Plugin version **/ 12 const PLUGIN_VERSION = '2.0. 9';12 const PLUGIN_VERSION = '2.0.10'; 13 13 14 14 public $refresh_link_text; -
quotes-collection/trunk/quotes-collection.php
r1638835 r1854431 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.0. 96 * Version: 2.0.10 7 7 * Author: Srini G 8 8 * Author URI: http://srinig.com/ … … 12 12 */ 13 13 14 /* Copyright 2007-201 7Srini G (email : s@srinig.com)14 /* Copyright 2007-2018 Srini G (email : s@srinig.com) 15 15 16 16 This program is free software; you can redistribute it and/or modify -
quotes-collection/trunk/readme.txt
r1676325 r1854431 4 4 Tags: quotes collection, quotes, quotations, random quote, sidebar, widget, ajax, shortcode 5 5 Requires at least: 3.1 6 Tested up to: 4. 86 Tested up to: 4.9.5 7 7 Stable tag: trunk 8 8 License: GNU General Public License … … 255 255 ==Changelog== 256 256 257 * **2018-04-07: Version 2.0.10** 258 * Removing apply_filters('the_title') for the widget title as it's out of place here, also could be problematic without argument 2. 259 257 260 * **2017-04-17: Version 2.0.9** 258 261 * CSS fix. … … 494 497 == Upgrade Notice == 495 498 499 = 2.0.10 = 500 Do upgrade if you get a "Warning: Missing argument 2 for WC_Template_Loader::unsupported_theme_title_filter() in ..." message. 501 496 502 = 2.0.9 = 497 503 CSS fix. If you are running a version < 2.0.8, please upgrade as the lower versions may run into security issues. If you upgrade from a version prior to 2.0, you will have to re-add the widget and set the widget options once again after upgrading.
Note: See TracChangeset
for help on using the changeset viewer.