Changeset 1737998
- Timestamp:
- 09/28/2017 08:49:44 PM (9 years ago)
- Location:
- reaction-buttons
- Files:
-
- 4 edited
- 1 copied
-
tags/2.1.5 (copied) (copied from reaction-buttons/trunk)
-
tags/2.1.5/reaction_buttons.php (modified) (1 diff)
-
tags/2.1.5/readme.txt (modified) (4 diffs)
-
trunk/reaction_buttons.php (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
reaction-buttons/tags/2.1.5/reaction_buttons.php
r1677303 r1737998 606 606 w3tc_pgcache_flush_post($post_id); 607 607 } 608 if ( has_action('ce_clear_post_cache') ) { 609 do_action('ce_clear_post_cache', $post_id ); 610 } 608 611 } 609 612 -
reaction-buttons/tags/2.1.5/readme.txt
r1677303 r1737998 2 2 Tags: feedback, polls, button, comment, widget, sidebar 3 3 Requires at least: 3.3 4 Tested up to: 4. 6.15 Stable tag: 2.1. 44 Tested up to: 4.8.2 5 Stable tag: 2.1.5 6 6 License: GPLv2 or later 7 7 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MLX3Z7ZD5AJ4Q … … 48 48 * W3 Total Cache 49 49 * Quickcache seems to be working with an easy workaround, check [hengxis solution in the forums](http://wordpress.org/support/topic/adding-support-for-quick-cache?replies=3#post-4573581) 50 * [Cache Enabler Plugin](https://wordpress.org/plugins/cache-enabler/) 50 51 51 52 = My plugin isn't listed, can you add support? = … … 72 73 73 74 == Changelog == 75 = 2.1.5 = 76 * Added support for the [Cache Enabler Plugin](https://wordpress.org/plugins/cache-enabler/), thanks to [@matthiaspabst](https://wordpress.org/support/users/matthiaspabst/). 77 74 78 = 2.1.4 = 75 79 * Fixed v2.0 upgrade routine … … 77 81 = 2.1.3 = 78 82 * Added filter to conditionally disable the output based on post type. Check [here for an example](https://wordpress.org/support/topic/filter-the-output-for-more-developer-flexibility/). Thanks Matt Cromwell! 79 * Fixed deprecated syntax when addin dthe settings menu, thanks flufftron!83 * Fixed deprecated syntax when adding the settings menu, thanks flufftron! 80 84 * fixed some typos and such 81 85 -
reaction-buttons/trunk/reaction_buttons.php
r1677303 r1737998 606 606 w3tc_pgcache_flush_post($post_id); 607 607 } 608 if ( has_action('ce_clear_post_cache') ) { 609 do_action('ce_clear_post_cache', $post_id ); 610 } 608 611 } 609 612 -
reaction-buttons/trunk/readme.txt
r1677303 r1737998 2 2 Tags: feedback, polls, button, comment, widget, sidebar 3 3 Requires at least: 3.3 4 Tested up to: 4. 6.15 Stable tag: 2.1. 44 Tested up to: 4.8.2 5 Stable tag: 2.1.5 6 6 License: GPLv2 or later 7 7 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MLX3Z7ZD5AJ4Q … … 48 48 * W3 Total Cache 49 49 * Quickcache seems to be working with an easy workaround, check [hengxis solution in the forums](http://wordpress.org/support/topic/adding-support-for-quick-cache?replies=3#post-4573581) 50 * [Cache Enabler Plugin](https://wordpress.org/plugins/cache-enabler/) 50 51 51 52 = My plugin isn't listed, can you add support? = … … 72 73 73 74 == Changelog == 75 = 2.1.5 = 76 * Added support for the [Cache Enabler Plugin](https://wordpress.org/plugins/cache-enabler/), thanks to [@matthiaspabst](https://wordpress.org/support/users/matthiaspabst/). 77 74 78 = 2.1.4 = 75 79 * Fixed v2.0 upgrade routine … … 77 81 = 2.1.3 = 78 82 * Added filter to conditionally disable the output based on post type. Check [here for an example](https://wordpress.org/support/topic/filter-the-output-for-more-developer-flexibility/). Thanks Matt Cromwell! 79 * Fixed deprecated syntax when addin dthe settings menu, thanks flufftron!83 * Fixed deprecated syntax when adding the settings menu, thanks flufftron! 80 84 * fixed some typos and such 81 85
Note: See TracChangeset
for help on using the changeset viewer.