Plugin Directory

Changeset 3446448


Ignore:
Timestamp:
01/25/2026 08:51:12 AM (6 weeks ago)
Author:
bestwpdeveloper
Message:

version 1.2.6

Location:
cv-builder
Files:
330 added
3 edited

Legend:

Unmodified
Added
Removed
  • cv-builder/trunk/includes/blocks-loader.php

    r3446391 r3446448  
    394394            $license_status = BWDCV_BLOCKS_CLASS_PRO::instance()->bwdcv_get_license_status();
    395395        }
    396         if ( class_exists( 'BWDCV_BLOCKS_CLASS_PRO' ) ) {
    397             $variation_status = BWDCV_BLOCKS_CLASS_PRO::instance()->bwdcv_get_license_variation();
    398         }
    399396        wp_localize_script('custom-block-script', 'userData', array(
    400397            'siteUrl'  => site_url(),
     
    416413            'options' => $styleOptions,
    417414            'licenseStatus' => $license_status,
    418             'variationStatus' => $variation_status,
    419415
    420416        ));
  • cv-builder/trunk/readme.txt

    r3446408 r3446448  
    66Tested up to: 6.9
    77Requires PHP: 7.2
    8 Stable tag: 1.2.5
     8Stable tag: 1.2.6
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • cv-builder/trunk/wp-cv-builder.php

    r3446408 r3446448  
    44 * Description: WP CV Builder with eye-catching style with 24+ preset design.
    55 * Plugin URI:  https://wpcvbuilder.com/
    6  * Version:     1.2.5
     6 * Version:     1.2.6
    77 * Author:      Best WP Developer
    88 * Author URI:  https://bestwpdeveloper.com/
     
    3939
    4040define( 'BWDCV_PLUGIN_NAME', plugin_basename( __DIR__ ) );
    41 define( "BWDCV_VERSION", '1.2.5' );
     41define( "BWDCV_VERSION", '1.2.6' );
    4242define( "BWDCV_TD", 'wp-cv-builder-saas' );
    4343define( 'BWDCV_FILE', __FILE__ );
Note: See TracChangeset for help on using the changeset viewer.