Changeset 2536644
- Timestamp:
- 05/24/2021 07:30:22 PM (5 years ago)
- Location:
- cynderhost/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
cynderhost.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cynderhost/trunk/README.txt
r2512446 r2536644 32 32 33 33 == Changelog == 34 = 1.4.11 = 35 * Fixed: Beaver Builder Stylesheet 404 on layour update (CM-3522) 36 34 37 = 1.4.10 = 35 38 * Updated: Use cron for post deletion purge -
cynderhost/trunk/cynderhost.php
r2512446 r2536644 9 9 * Plugin URI: https://cynderhost.com 10 10 * Description: Provides an easy interface to clear the CynderHost CDN cache, both automatically and programmatically. 11 * Version: 1.4.1 011 * Version: 1.4.11 12 12 * Author: CynderHost 13 13 * Author URI: https://profiles.wordpress.org/cynderhost/ … … 24 24 25 25 //Define version 26 define('CYNDERHOST_VERSION', '1.4.1 0');26 define('CYNDERHOST_VERSION', '1.4.11'); 27 27 28 28 /** … … 400 400 add_action('wp_update_nav_menu', 'do_cache_cynderhost_purge', 10, 0); 401 401 402 //hook to beaver builder cache clear 403 add_action('fl_builder_cache_cleared', 'do_cache_cynderhost_purge', 10, 0); 404 402 405 //hook to comment status 403 406 add_action('transition_comment_status', 'cynderhost_comment_update_function', 10, 3);
Note: See TracChangeset
for help on using the changeset viewer.