Plugin Directory

Changeset 2536644


Ignore:
Timestamp:
05/24/2021 07:30:22 PM (5 years ago)
Author:
cynderhost
Message:

Fix BB Bug

Location:
cynderhost/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cynderhost/trunk/README.txt

    r2512446 r2536644  
    3232
    3333== Changelog ==
     34= 1.4.11 =
     35* Fixed: Beaver Builder Stylesheet 404 on layour update (CM-3522)
     36
    3437= 1.4.10 =
    3538* Updated: Use cron for post deletion purge
  • cynderhost/trunk/cynderhost.php

    r2512446 r2536644  
    99 * Plugin URI:        https://cynderhost.com
    1010 * Description:       Provides an easy interface to clear the CynderHost CDN cache, both automatically and programmatically.
    11  * Version:           1.4.10
     11 * Version:           1.4.11
    1212 * Author:            CynderHost
    1313 * Author URI:        https://profiles.wordpress.org/cynderhost/
     
    2424
    2525//Define version
    26 define('CYNDERHOST_VERSION', '1.4.10');
     26define('CYNDERHOST_VERSION', '1.4.11');
    2727
    2828/**
     
    400400add_action('wp_update_nav_menu', 'do_cache_cynderhost_purge', 10, 0);
    401401
     402//hook to beaver builder cache clear
     403add_action('fl_builder_cache_cleared', 'do_cache_cynderhost_purge', 10, 0);
     404
    402405//hook to comment status
    403406add_action('transition_comment_status', 'cynderhost_comment_update_function', 10, 3);
Note: See TracChangeset for help on using the changeset viewer.