Plugin Directory

Changeset 3355120


Ignore:
Timestamp:
09/03/2025 07:09:50 AM (7 months ago)
Author:
niaj
Message:

v@1.2.24

Location:
ghl-wizard
Files:
61 added
4 edited

Legend:

Unmodified
Added
Removed
  • ghl-wizard/trunk/api/apis.php

    r3354557 r3355120  
    11<?php
    2 add_action('init', function() {
    3     require_once( __DIR__ . '/get-token.php');
    4     require_once( __DIR__ . '/get-tags.php');
    5     require_once( __DIR__ . '/get-campaigns.php');
    6     require_once( __DIR__ . '/get-workflows.php');
    7     require_once( __DIR__ . '/contacts.php');
    8     require_once( __DIR__ . '/get-custom-values.php');
    9     require_once( __DIR__ . '/get-custom-fields.php');
    10 });
     2
     3require_once( __DIR__ . '/get-token.php');
     4require_once( __DIR__ . '/get-tags.php');
     5require_once( __DIR__ . '/get-campaigns.php');
     6require_once( __DIR__ . '/get-workflows.php');
     7require_once( __DIR__ . '/contacts.php');
     8require_once( __DIR__ . '/get-custom-values.php');
     9require_once( __DIR__ . '/get-custom-fields.php');
  • ghl-wizard/trunk/ghl-wizard.php

    r3355118 r3355120  
    55 * Plugin URI:        https://betterwizard.com/lead-connector-wizard/
    66 * Description:       Connect WordPress with the popular LeadConnector CRM(HighLevel) and combine the power of automation and excellent user experience. Including memberships, content protection, WooCommerce automation, custom fields & many more...
    7  * Version:           1.2.23
     7 * Version:           1.2.24
    88 * Author:            Better Wizard
    99 * Author URI:        https://betterwizard.com/
  • ghl-wizard/trunk/inc/includes.php

    r3355118 r3355120  
    11<?php
    2 add_action('init', function() {
    3     require_once( __DIR__ . '/utility.php');
    4     require_once( __DIR__ . '/settings-page.php');
    5     require_once( __DIR__ . '/product-page-settings.php');
    6     require_once( __DIR__ . '/wp_user.php');
    7     require_once( __DIR__ . '/woo.php');
    8     require_once( __DIR__ . '/metaboxes.php');
    9     require_once( __DIR__ . '/content-protection.php');
    10     require_once( __DIR__ . '/shortcodes.php');
    11 });
     2
     3require_once( __DIR__ . '/utility.php');
     4require_once( __DIR__ . '/settings-page.php');
     5require_once( __DIR__ . '/product-page-settings.php');
     6require_once( __DIR__ . '/wp_user.php');
     7require_once( __DIR__ . '/woo.php');
     8require_once( __DIR__ . '/metaboxes.php');
     9require_once( __DIR__ . '/content-protection.php');
     10require_once( __DIR__ . '/shortcodes.php');
     11
    1212
    1313add_action('plugins_loaded', function(){
  • ghl-wizard/trunk/readme.txt

    r3355118 r3355120  
    66Tested up to: 6.8
    77Requires PHP: 5.6
    8 Stable tag: 1.2.23
     8Stable tag: 1.2.24
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    203203== Changelog ==
    204204
     205= 1.2.24 =
     206* bug fixed
     207
    205208= 1.2.23 =
    206209* bug fixed
Note: See TracChangeset for help on using the changeset viewer.