Plugin Directory

Changeset 3344705


Ignore:
Timestamp:
08/14/2025 01:32:08 PM (7 months ago)
Author:
wpcommerz
Message:

Fixed: Minor issues.

Location:
guidant
Files:
134 added
3 edited

Legend:

Unmodified
Added
Removed
  • guidant/trunk/guidant.php

    r3290954 r3344705  
    44 * Plugin URI:        https://wpcommerz.com/guidant/
    55 * Description:       Build Multi-step Guided Selling Process & Smart Forms to Convert 10X More Traffic Into Leads & New Customers.
    6  * Version:           1.2.4
     6 * Version:           1.2.5
    77 * Author:            WPCommerz
    88 * Author URI:        https://wpcommerz.com/
     
    1919}
    2020
    21 define( 'GUIDANT_VERSION', '1.2.4' );
     21define( 'GUIDANT_VERSION', '1.2.5' );
    2222defined( 'GUIDANT_PATH' ) or define( 'GUIDANT_PATH', plugin_dir_path( __FILE__ ) );
    2323defined( 'GUIDANT_URL' ) or define( 'GUIDANT_URL', plugin_dir_url( __FILE__ ) );
  • guidant/trunk/includes/GuidantUtils.php

    r3166817 r3344705  
    11<?php
    22
    3 // If this file is called directly, abort.
     3// If this file is called directly, exit.
    44if (!defined('WPINC')) {
    55    die;
  • guidant/trunk/readme.txt

    r3290954 r3344705  
    55Requires PHP: 7.4
    66Requires at least: 6.5
    7 Tested up to: 6.8.1
    8 Stable tag: 1.2.4
     7Tested up to: 6.8.2
     8Stable tag: 1.2.5
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    337337== Changelog ==
    338338
     339= 1.2.5 =
     340
     3411. Fixed WordPress 6.8.2 Compatibility issue
     3422. Fixed: minor issues.
     343
    339344= 1.2.4 =
    340345
Note: See TracChangeset for help on using the changeset viewer.