Plugin Directory

Changeset 3483575


Ignore:
Timestamp:
03/16/2026 08:16:44 AM (13 days ago)
Author:
turboaddons
Message:

Added more new templates in march 2026

Location:
turbo-templates-library-for-elementor
Files:
276 added
12 edited

Legend:

Unmodified
Added
Removed
  • turbo-templates-library-for-elementor/trunk/includes/PreviewListener.php

    r3456891 r3483575  
    1818    public function register_and_add_inline_script() {
    1919        // Register a dummy handle
    20         wp_register_script( 'trstemp-preview-handle', '', array(), '1.0.2', true );
     20        wp_register_script( 'trstemp-preview-handle', '', array(), '1.0.3', true );
    2121        wp_enqueue_script( 'trstemp-preview-handle' );
    2222       
  • turbo-templates-library-for-elementor/trunk/includes/helper.php

    r3456891 r3483575  
    1919    function trstemp_get_parent_categories() {
    2020
    21         $cache_key = 'trstemp_parent_categories_v1.0.2';
     21        $cache_key = 'trstemp_parent_categories_v1.0.3';
    2222        $cached    = get_transient( $cache_key );
    2323
  • turbo-templates-library-for-elementor/trunk/languages/turbo-starter-templates.pot

    r3456891 r3483575  
    77msgid ""
    88msgstr ""
    9 "Project-Id-Version: Turbo Starter Templates 1.0.2\n"
     9"Project-Id-Version: Turbo Starter Templates 1.0.3\n"
    1010"Report-Msgid-Bugs-To: \n"
    1111"POT-Creation-Date: 2024-11-27 12:00+0000\n"
  • turbo-templates-library-for-elementor/trunk/readme.txt

    r3456891 r3483575  
    66Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 1.0.2
     8Stable tag: 1.0.3
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    113113== Changelog ==
    114114
     115= 1.0.3 =
     116* Added more new templates
     117
    115118= 1.0.2 =
    116119* Added new professional templates
  • turbo-templates-library-for-elementor/trunk/steps/step-0.php

    r3456891 r3483575  
    44 *
    55 * @package TurboStarterTemplates
    6  * @since 1.0.2
     6 * @since 1.0.3
    77 */
    88
  • turbo-templates-library-for-elementor/trunk/steps/step-1.php

    r3456891 r3483575  
    44 *
    55 * @package TurboStarterTemplates
    6  * @since 1.0.2
     6 * @since 1.0.3
    77 */
    88
  • turbo-templates-library-for-elementor/trunk/steps/step-2.php

    r3456891 r3483575  
    399399    TRSTEMP_URI . 'assets/step-2.js', // Use the constant directly
    400400    array('jquery'),
    401     '1.0.2',
     401    '1.0.3',
    402402    true
    403403);
     
    407407    TRSTEMP_URI . 'assets/step-2.css', // Use the constant directly
    408408    array(),
    409     '1.0.2'
     409    '1.0.3'
    410410);
    411411
  • turbo-templates-library-for-elementor/trunk/steps/step-3.php

    r3456891 r3483575  
    44 *
    55 * @package TurboStarterTemplates
    6  * @since 1.0.2
     6 * @since 1.0.3
    77 *
    88 * phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound
     
    4343
    4444// ✅ STEP 1: Register and enqueue a dummy script handle
    45 wp_register_script( 'trstemp-step3-js', '', array(), '1.0.2', true );
     45wp_register_script( 'trstemp-step3-js', '', array(), '1.0.3', true );
    4646wp_enqueue_script( 'trstemp-step3-js' );
    4747
  • turbo-templates-library-for-elementor/trunk/steps/step-4.php

    r3456891 r3483575  
    44 *
    55 * @package TurboStarterTemplates
    6  * @since 1.0.2
     6 * @since 1.0.3
    77 *
    88 * phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound
     
    8787
    8888// ✅ STEP 1: Register and enqueue a dummy script handle
    89 wp_register_script( 'trstemp-step4-js', '', array(), '1.0.2', true );
     89wp_register_script( 'trstemp-step4-js', '', array(), '1.0.3', true );
    9090wp_enqueue_script( 'trstemp-step4-js' );
    9191
  • turbo-templates-library-for-elementor/trunk/steps/step-5.php

    r3456891 r3483575  
    88
    99// ✅ STEP 1: Register and enqueue a dummy script handle
    10 wp_register_script( 'trstemp-step5-js', '', array(), '1.0.2', true );
     10wp_register_script( 'trstemp-step5-js', '', array(), '1.0.3', true );
    1111wp_enqueue_script( 'trstemp-step5-js' );
    1212
  • turbo-templates-library-for-elementor/trunk/turbo-templates-library-for-elementor.php

    r3456891 r3483575  
    33 * Plugin Name: Turbo Templates Library for Elementor
    44 * Description: Professional template import system with 300+ templates and AI builder - works with any theme
    5  * Version: 1.0.2
     5 * Version: 1.0.3
    66 * Author: Turbo Addons
    77 * Author URI: https://turbo-addons.com/
     
    1212 * Tested up to: 6.9
    1313 * Requires PHP: 7.4
    14  * Elementor tested up to: 3.35.3
    15  * Elementor Pro tested up to: 3.35.0
     14 * Elementor tested up to: 3.35.7
     15 * Elementor Pro tested up to: 3.35.1
    1616 * License: GPL v2 or later
    1717 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5757
    5858// Security: Define plugin constants with prefix
    59 define('TRSTEMP_VERSION', '1.0.2');
     59define('TRSTEMP_VERSION', '1.0.3');
    6060define('TRSTEMP_URI', plugin_dir_url(__FILE__));
    6161define('TRSTEMP_DIR', plugin_dir_path(__FILE__));
     
    6363
    6464// Backward compatibility constants
    65 define('TRSTEMP_STARTER_VERSION', '1.0.2');
     65define('TRSTEMP_STARTER_VERSION', '1.0.3');
    6666define('TRSTEMP_STARTER_URI', plugin_dir_url(__FILE__));
    6767define('TRSTEMP_STARTER_DIR', plugin_dir_path(__FILE__));
    68 define('TRSTEMP_ST_VERSION', '1.0.2');
     68define('TRSTEMP_ST_VERSION', '1.0.3');
    6969define('TRSTEMP_ST_URL', plugin_dir_url(__FILE__));
    7070
     
    12681268            }
    12691269           
    1270             wp_register_script( 'trstemp-preview-handler', '', array(), '1.0.2', true );
     1270            wp_register_script( 'trstemp-preview-handler', '', array(), '1.0.3', true );
    12711271            wp_enqueue_script( 'trstemp-preview-handler' );
    12721272           
  • turbo-templates-library-for-elementor/trunk/wizard.php

    r3456891 r3483575  
    3232
    3333// ✅ STEP 1: Register and enqueue a dummy script handle
    34 wp_register_script( 'trstemp-wizard-main-js', '', array('jquery'), '1.0.2', true );
     34wp_register_script( 'trstemp-wizard-main-js', '', array('jquery'), '1.0.3', true );
    3535wp_enqueue_script( 'trstemp-wizard-main-js' );
    3636
Note: See TracChangeset for help on using the changeset viewer.