Plugin Directory

Changeset 3354336


Ignore:
Timestamp:
09/02/2025 04:00:21 AM (7 months ago)
Author:
niaj
Message:

v@1.2.20 added

Location:
ghl-wizard
Files:
61 added
4 edited

Legend:

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

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

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

    r3321097 r3354336  
    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.19
     7 * Version:           1.2.20
    88 * Author:            Better Wizard
    99 * Author URI:        https://betterwizard.com/
  • ghl-wizard/trunk/readme.txt

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