Plugin Directory

Changeset 2870401


Ignore:
Timestamp:
02/24/2023 04:44:56 AM (3 years ago)
Author:
ferdausalom
Message:

'Updating_version'

Location:
collect-lead-form/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • collect-lead-form/trunk/CLCFClasses/CLCF_Enqueue_Scripts.php

    r2870398 r2870401  
    2020    public function enqueue_clcf_scripts()
    2121    {
    22         wp_enqueue_style('clcf', CLCF__PLUGIN_URL  . 'assets/css/app.css', array(), '1.0.0', 'all');
     22        wp_enqueue_style('clcf', CLCF__PLUGIN_URL  . 'assets/css/app.css', array(), CLCF_VERSION, 'all');
    2323
    2424        if (!wp_script_is('jquery', 'enqueued')) {
     
    4242    public function crb_enqueue_custom_carbon_fields_styles()
    4343    {
    44         wp_enqueue_style('carbon-fields-custom-theme', CLCF__PLUGIN_URL  . 'assets/css/carbon-fields-theme.css', array(), '1.0.0', 'all');
     44        wp_enqueue_style('carbon-fields-custom-theme', CLCF__PLUGIN_URL  . 'assets/css/carbon-fields-theme.css', array(), CLCF_VERSION, 'all');
    4545    }
    4646}
  • collect-lead-form/trunk/collect-lead-form.php

    r2870398 r2870401  
    55Author: Ferdaus Alom
    66Author URI: https://ferdausalom.site
    7 Version: 1.0.0
     7Version: 1.0.1
    88Requires at least: 5.0
    99Requires PHP: 5.0
     
    2929
    3030// Define plugin constants
    31 define('CLCF_VERSION', '1.0.0');
     31define('CLCF_VERSION', '1.0.1');
    3232define('CLCF__PLUGIN_DIR', plugin_dir_path(__FILE__));
    3333define('CLCF__PLUGIN_URL', plugin_dir_url(__FILE__));
  • collect-lead-form/trunk/readme.txt

    r2866111 r2870401  
    44Requires at least: 5.0
    55Tested up to: 6.1.1
    6 Stable tag: 1.0.0
     6Stable tag: 1.0.1
    77Requires PHP: 5.0
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.