Plugin Directory

Changeset 3331653


Ignore:
Timestamp:
07/21/2025 05:17:54 PM (8 months ago)
Author:
britner
Message:

2.2.13

Location:
kadence-starter-templates
Files:
1169 added
3 edited

Legend:

Unmodified
Added
Removed
  • kadence-starter-templates/trunk/inc/cli/class-cli-commands.php

    r3326285 r3331653  
    1212use function KadenceWP\KadenceStarterTemplates\StellarWP\Uplink\get_original_domain;
    1313use function KadenceWP\KadenceStarterTemplates\StellarWP\Uplink\get_license_key;
     14use function kadence_starter_templates_get_license_data;
    1415use function wp_remote_get;
    1516use function is_wp_error;
     
    231232    private function get_import_selection_data( $id = '', $env = 'live' ) {
    232233        // Get the local license key
    233         $license_data = Starter_Import_Processes::get_instance()->get_pro_license_data();
     234        $license_data = kadence_starter_templates_get_license_data();
    234235        // Make a request to the API to get the import selection data
    235236        $key = ( !empty( $license_data['api_key'] ) ? $license_data['api_key'] : '' );
  • kadence-starter-templates/trunk/kadence-starter-templates.php

    r3326285 r3331653  
    33 * Plugin Name: Starter Templates by Kadence WP
    44 * Description: Launch a beautiful website with the power of AI or using our Pre-Designed Templates.
    5  * Version: 2.2.12
     5 * Version: 2.2.13
    66 * Author: Kadence WP
    77 * Author URI: https://kadencewp.com/
     
    2020define( 'KADENCE_STARTER_TEMPLATES_PATH', plugin_dir_path( __FILE__ ) );
    2121define( 'KADENCE_STARTER_TEMPLATES_URL', trailingslashit( plugin_dir_url( __FILE__ ) ) );
    22 define( 'KADENCE_STARTER_TEMPLATES_VERSION', '2.2.12' );
     22define( 'KADENCE_STARTER_TEMPLATES_VERSION', '2.2.13' );
    2323
    2424require_once plugin_dir_path( __FILE__ ) . 'vendor/vendor-prefixed/autoload.php';
  • kadence-starter-templates/trunk/readme.txt

    r3326285 r3331653  
    44Requires at least: 6.2
    55Tested up to: 6.8
    6 Stable tag: 2.2.12
     6Stable tag: 2.2.13
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    125125
    126126== Changelog ==
     127
     128= 2.2.13 =
     129Release Date: 21st July 2025
     130* Fix: Issue with templates CLI command.
    127131
    128132= 2.2.12 =
Note: See TracChangeset for help on using the changeset viewer.