Changeset 2870401
- Timestamp:
- 02/24/2023 04:44:56 AM (3 years ago)
- Location:
- collect-lead-form/trunk
- Files:
-
- 3 edited
-
CLCFClasses/CLCF_Enqueue_Scripts.php (modified) (2 diffs)
-
collect-lead-form.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
collect-lead-form/trunk/CLCFClasses/CLCF_Enqueue_Scripts.php
r2870398 r2870401 20 20 public function enqueue_clcf_scripts() 21 21 { 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'); 23 23 24 24 if (!wp_script_is('jquery', 'enqueued')) { … … 42 42 public function crb_enqueue_custom_carbon_fields_styles() 43 43 { 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'); 45 45 } 46 46 } -
collect-lead-form/trunk/collect-lead-form.php
r2870398 r2870401 5 5 Author: Ferdaus Alom 6 6 Author URI: https://ferdausalom.site 7 Version: 1.0. 07 Version: 1.0.1 8 8 Requires at least: 5.0 9 9 Requires PHP: 5.0 … … 29 29 30 30 // Define plugin constants 31 define('CLCF_VERSION', '1.0. 0');31 define('CLCF_VERSION', '1.0.1'); 32 32 define('CLCF__PLUGIN_DIR', plugin_dir_path(__FILE__)); 33 33 define('CLCF__PLUGIN_URL', plugin_dir_url(__FILE__)); -
collect-lead-form/trunk/readme.txt
r2866111 r2870401 4 4 Requires at least: 5.0 5 5 Tested up to: 6.1.1 6 Stable tag: 1.0. 06 Stable tag: 1.0.1 7 7 Requires PHP: 5.0 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.