Plugin Directory

Changeset 2959653


Ignore:
Timestamp:
08/29/2023 04:47:01 AM (3 years ago)
Author:
nikeo
Message:

Released 3.3.4

Location:
nimble-builder
Files:
828 added
4 edited

Legend:

Unmodified
Added
Removed
  • nimble-builder/trunk/inc/czr-skope/_dev/1_1_0_skop_customizer_preview_load_assets.php

    r2723329 r2959653  
    7070                                attempts++;
    7171                                _doWhenCustomizeSettingsReady( attempts );
    72                             }, 20 );
     72                            }, 50 );
    7373                        } else {
    7474                            if ( window.console && window.console.log ) {
  • nimble-builder/trunk/inc/czr-skope/index.php

    r2956549 r2959653  
    698698                                attempts++;
    699699                                _doWhenCustomizeSettingsReady( attempts );
    700                             }, 200 );
     700                            }, 50 );
    701701                        } else {
    702702                            if ( window.console && window.console.log ) {
  • nimble-builder/trunk/nimble-builder.php

    r2956549 r2959653  
    44* Plugin URI: https://nimblebuilder.com
    55* Description: Simple and smart companion that allows you to insert sections into any existing page, create landing pages or entire websites including header and footer.
    6 * Version: 3.3.3
     6* Version: 3.3.4
    77* Text Domain: nimble-builder
    88* Author: Press Customizr
     
    1717 *  CONSTANTS
    1818/* ------------------------------------------------------------------------- */
    19 $current_version = "3.3.3";
     19$current_version = "3.3.4";
    2020
    2121if ( !defined( "NIMBLE_VERSION" ) ) { define( "NIMBLE_VERSION", $current_version ); }
  • nimble-builder/trunk/readme.txt

    r2956549 r2959653  
    77Requires PHP: 5.4
    88Tested up to: 6.3
    9 Stable tag: 3.3.3
     9Stable tag: 3.3.4
    1010License: GPLv3
    1111License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.