Plugin Directory

Changeset 1737998


Ignore:
Timestamp:
09/28/2017 08:49:44 PM (9 years ago)
Author:
jakob42
Message:

tagged 2.1.5

Location:
reaction-buttons
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • reaction-buttons/tags/2.1.5/reaction_buttons.php

    r1677303 r1737998  
    606606            w3tc_pgcache_flush_post($post_id);
    607607        }
     608        if ( has_action('ce_clear_post_cache')  ) {
     609               do_action('ce_clear_post_cache', $post_id );
     610        }
    608611    }
    609612
  • reaction-buttons/tags/2.1.5/readme.txt

    r1677303 r1737998  
    22Tags: feedback, polls, button, comment, widget, sidebar
    33Requires at least: 3.3
    4 Tested up to: 4.6.1
    5 Stable tag: 2.1.4
     4Tested up to: 4.8.2
     5Stable tag: 2.1.5
    66License: GPLv2 or later
    77Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MLX3Z7ZD5AJ4Q
     
    4848* W3 Total Cache
    4949* 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/)
    5051
    5152= My plugin isn't listed, can you add support? =
     
    7273
    7374== 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
    7478= 2.1.4 =
    7579* Fixed v2.0 upgrade routine
     
    7781= 2.1.3 =
    7882* 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 addind the settings menu, thanks flufftron!
     83* Fixed deprecated syntax when adding the settings menu, thanks flufftron!
    8084* fixed some typos and such
    8185
  • reaction-buttons/trunk/reaction_buttons.php

    r1677303 r1737998  
    606606            w3tc_pgcache_flush_post($post_id);
    607607        }
     608        if ( has_action('ce_clear_post_cache')  ) {
     609               do_action('ce_clear_post_cache', $post_id );
     610        }
    608611    }
    609612
  • reaction-buttons/trunk/readme.txt

    r1677303 r1737998  
    22Tags: feedback, polls, button, comment, widget, sidebar
    33Requires at least: 3.3
    4 Tested up to: 4.6.1
    5 Stable tag: 2.1.4
     4Tested up to: 4.8.2
     5Stable tag: 2.1.5
    66License: GPLv2 or later
    77Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MLX3Z7ZD5AJ4Q
     
    4848* W3 Total Cache
    4949* 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/)
    5051
    5152= My plugin isn't listed, can you add support? =
     
    7273
    7374== 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
    7478= 2.1.4 =
    7579* Fixed v2.0 upgrade routine
     
    7781= 2.1.3 =
    7882* 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 addind the settings menu, thanks flufftron!
     83* Fixed deprecated syntax when adding the settings menu, thanks flufftron!
    8084* fixed some typos and such
    8185
Note: See TracChangeset for help on using the changeset viewer.