Plugin Directory

Changeset 3475705


Ignore:
Timestamp:
03/05/2026 02:06:32 PM (4 weeks ago)
Author:
ibsofts
Message:

Update plugin readme.txt file.

Location:
ghl-connect
Files:
80 added
12 edited

Legend:

Unmodified
Added
Removed
  • ghl-connect/trunk/README.txt

    r3418106 r3475705  
    55Requires at least: 4.0
    66Tested up to: 6.9
    7 Stable tag: 3.0.0
     7Stable tag: 3.0.1
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    7878👉 For more web services and solutions, please visit [ibarts.co](https://www.ibarts.co/contact-us/)
    7979
     80== Disclaimer ==
     81
     82This plugin is an independent integration developed by iB Softs to connect Gravity Forms with GoHighLevel.
     83
     84iB Softs is not affiliated with, endorsed by, or officially associated with HighLevel Inc. “GoHighLevel” and related trademarks belong to their respective owners and are used only to describe compatibility.
     85
    8086== Installation ==
    8187
     
    116122
    117123== Changelog ==
     124= 3.0.1 =
     125Update plugin readme.txt file.
     126
    118127= 3.0.0 =
    119128Added support for latest WordPress version (6.9).
     
    160169
    161170== Upgrade Notice ==
     171= 3.0.1 =
     172Update plugin readme.txt file.
     173
    162174= 3.0.0 =
    163175Added support for latest WordPress version (6.9).
  • ghl-connect/trunk/admin/class-ghl-connect-admin.php

    r3418106 r3475705  
    55 *
    66 * @link       https://https://www.ibsofts.com
    7  * @since      3.0.0
     7 * @since      3.0.1
    88 *
    99 * @package    GHLCONNECT
     
    2727     * The ID of this plugin.
    2828     *
    29      * @since    3.0.0
     29     * @since    3.0.1
    3030     * @access   private
    3131     * @var      string    $plugin_name    The ID of this plugin.
     
    3636     * The version of this plugin.
    3737     *
    38      * @since    3.0.0
     38     * @since    3.0.1
    3939     * @access   private
    4040     * @var      string    $version    The current version of this plugin.
     
    4545     * Initialize the class and set its properties.
    4646     *
    47      * @since    3.0.0
     47     * @since    3.0.1
    4848     * @param      string    $plugin_name       The name of this plugin.
    4949     * @param      string    $version    The version of this plugin.
     
    5959     * Register the stylesheets for the admin area.
    6060     *
    61      * @since    3.0.0
     61     * @since    3.0.1
    6262     */
    6363    public function enqueue_styles()
     
    8484     * Register the JavaScript for the admin area.
    8585     *
    86      * @since    3.0.0
     86     * @since    3.0.1
    8787     */
    8888    public function enqueue_scripts()
  • ghl-connect/trunk/admin/partials/ghl-connect-admin-display.php

    r3418106 r3475705  
    77 *
    88 * @link       https://https://www.ibsofts.com
    9  * @since      3.0.0
     9 * @since      3.0.1
    1010 *
    1111 * @package    GHLCONNECT
  • ghl-connect/trunk/ghl-connect.php

    r3418106 r3475705  
    1010 *
    1111 * @link              https://www.ibsofts.com
    12  * @since             3.0.0
     12 * @since             3.0.1
    1313 * @package           GHLCONNECT
    1414 *
     
    1717 * Plugin URI:        https://www.ibsofts.com/plugins/ghl-connect
    1818 * Description:       This plugin will connect the popular CRM Go High Level(GHL) to the most popular content management software WordPress.
    19  * Version:           3.0.0
     19 * Version:           3.0.1
    2020 * Author:            iB Softs
    2121 * Author URI:        https://www.ibsofts.com/
     
    3333/**
    3434 * Currently plugin version.
    35  * Start at version 3.0.0 and use SemVer - https://semver.org
     35 * Start at version 3.0.1 and use SemVer - https://semver.org
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define('GHLCONNECT_VERSION', '3.0.0');
     38define('GHLCONNECT_VERSION', '3.0.1');
    3939define('GHLCONNECT_PLUGIN_BASENAME', plugin_basename(__FILE__));
    4040define('GHLCONNECT_LOCATION_CONNECTED', false);
     
    9595 * not affect the page life cycle.
    9696 *
    97  * @since    3.0.0
     97 * @since    3.0.1
    9898 */
    9999if (! function_exists('ghlconnect_run')) {
  • ghl-connect/trunk/includes/class-ghl-connect-activator.php

    r3418106 r3475705  
    55 *
    66 * @link       https://https://www.ibsofts.com
    7  * @since      3.0.0
     7 * @since      3.0.1
    88 *
    99 * @package    GHLCONNECT
     
    1616 * This class defines all code necessary to run during the plugin's activation.
    1717 *
    18  * @since      3.0.0
     18 * @since      3.0.1
    1919 * @package    GHLCONNECT
    2020 * @subpackage GHLCONNECT/includes
     
    2929     * Long Description.
    3030     *
    31      * @since    3.0.0
     31     * @since    3.0.1
    3232     */
    3333    public static function activate() {}
  • ghl-connect/trunk/includes/class-ghl-connect-deactivator.php

    r3418106 r3475705  
    55 *
    66 * @link       https://https://www.ibsofts.com
    7  * @since      3.0.0
     7 * @since      3.0.1
    88 *
    99 * @package    GHLCONNECT
     
    1616 * This class defines all code necessary to run during the plugin's deactivation.
    1717 *
    18  * @since      3.0.0
     18 * @since      3.0.1
    1919 * @package    GHLCONNECT
    2020 * @subpackage GHLCONNECT/includes
     
    2929     * Long Description.
    3030     *
    31      * @since    3.0.0
     31     * @since    3.0.1
    3232     */
    3333    public static function deactivate() {}
  • ghl-connect/trunk/includes/class-ghl-connect-i18n.php

    r3418106 r3475705  
    88 *
    99 * @link       https://https://www.ibsofts.com
    10  * @since      3.0.0
     10 * @since      3.0.1
    1111 *
    1212 * @package    GHLCONNECT
     
    2020 * so that it is ready for translation.
    2121 *
    22  * @since      3.0.0
     22 * @since      3.0.1
    2323 * @package    GHLCONNECT
    2424 * @subpackage GHLCONNECT/includes
     
    3232     * Load the plugin text domain for translation.
    3333     *
    34      * @since    3.0.0
     34     * @since    3.0.1
    3535     */
    3636    public function load_plugin_textdomain()
  • ghl-connect/trunk/includes/class-ghl-connect-loader.php

    r3418106 r3475705  
    55 *
    66 * @link       https://https://www.ibsofts.com
    7  * @since      3.0.0
     7 * @since      3.0.1
    88 *
    99 * @package    GHLCONNECT
     
    2828     * The array of actions registered with WordPress.
    2929     *
    30      * @since    3.0.0
     30     * @since    3.0.1
    3131     * @access   protected
    3232     * @var      array    $actions    The actions registered with WordPress to fire when the plugin loads.
     
    3737     * The array of filters registered with WordPress.
    3838     *
    39      * @since    3.0.0
     39     * @since    3.0.1
    4040     * @access   protected
    4141     * @var      array    $filters    The filters registered with WordPress to fire when the plugin loads.
     
    4646     * Initialize the collections used to maintain the actions and filters.
    4747     *
    48      * @since    3.0.0
     48     * @since    3.0.1
    4949     */
    5050    public function __construct()
     
    5858     * Add a new action to the collection to be registered with WordPress.
    5959     *
    60      * @since    3.0.0
     60     * @since    3.0.1
    6161     * @param    string               $hook             The name of the WordPress action that is being registered.
    6262     * @param    object               $component        A reference to the instance of the object on which the action is defined.
     
    7373     * Add a new filter to the collection to be registered with WordPress.
    7474     *
    75      * @since    3.0.0
     75     * @since    3.0.1
    7676     * @param    string               $hook             The name of the WordPress filter that is being registered.
    7777     * @param    object               $component        A reference to the instance of the object on which the filter is defined.
     
    8989     * collection.
    9090     *
    91      * @since    3.0.0
     91     * @since    3.0.1
    9292     * @access   private
    9393     * @param    array                $hooks            The collection of hooks that is being registered (that is, actions or filters).
     
    116116     * Register the filters and actions with WordPress.
    117117     *
    118      * @since    3.0.0
     118     * @since    3.0.1
    119119     */
    120120    public function run()
  • ghl-connect/trunk/includes/class-ghl-connect.php

    r3418106 r3475705  
    88 *
    99 * @link       https://https://www.ibsofts.com
    10  * @since      3.0.0
     10 * @since      3.0.1
    1111 *
    1212 * @package    GHLCONNECT
     
    2323 * version of the plugin.
    2424 *
    25  * @since      3.0.0
     25 * @since      3.0.1
    2626 * @package    GHLCONNECT
    2727 * @subpackage GHLCONNECT/includes
     
    3535     * the plugin.
    3636     *
    37      * @since    3.0.0
     37     * @since    3.0.1
    3838     * @access   protected
    3939     * @var      GHLCONNECT_Loader    $loader    Maintains and registers all hooks for the plugin.
     
    4444     * The unique identifier of this plugin.
    4545     *
    46      * @since    3.0.0
     46     * @since    3.0.1
    4747     * @access   protected
    4848     * @var      string    $plugin_name    The string used to uniquely identify this plugin.
     
    5353     * The current version of the plugin.
    5454     *
    55      * @since    3.0.0
     55     * @since    3.0.1
    5656     * @access   protected
    5757     * @var      string    $version    The current version of the plugin.
     
    6666     * the public-facing side of the site.
    6767     *
    68      * @since    3.0.0
     68     * @since    3.0.1
    6969     */
    7070    public function __construct()
     
    7373            $this->version = GHLCONNECT_VERSION;
    7474        } else {
    75             $this->version = '3.0.0';
     75            $this->version = '3.0.1';
    7676        }
    7777        $this->plugin_name = 'ghl-connect';
     
    9696     * with WordPress.
    9797     *
    98      * @since    3.0.0
     98     * @since    3.0.1
    9999     * @access   private
    100100     */
     
    140140     * with WordPress.
    141141     *
    142      * @since    3.0.0
     142     * @since    3.0.1
    143143     * @access   private
    144144     */
     
    155155     * of the plugin.
    156156     *
    157      * @since    3.0.0
     157     * @since    3.0.1
    158158     * @access   private
    159159     */
     
    173173     * of the plugin.
    174174     *
    175      * @since    3.0.0
     175     * @since    3.0.1
    176176     * @access   private
    177177     */
     
    188188     * Run the loader to execute all of the hooks with WordPress.
    189189     *
    190      * @since    3.0.0
     190     * @since    3.0.1
    191191     */
    192192    public function run()
     
    199199     * WordPress and to define internationalization functionality.
    200200     *
    201      * @since     3.0.0
     201     * @since     3.0.1
    202202     * @return    string    The name of the plugin.
    203203     */
     
    210210     * The reference to the class that orchestrates the hooks with the plugin.
    211211     *
    212      * @since     3.0.0
     212     * @since     3.0.1
    213213     * @return    GHLCONNECT_Loader    Orchestrates the hooks of the plugin.
    214214     */
     
    221221     * Retrieve the version number of the plugin.
    222222     *
    223      * @since     3.0.0
     223     * @since     3.0.1
    224224     * @return    string    The version number of the plugin.
    225225     */
  • ghl-connect/trunk/public/class-ghl-connect-public.php

    r3418106 r3475705  
    55 *
    66 * @link       https://https://www.ibsofts.com
    7  * @since      3.0.0
     7 * @since      3.0.1
    88 *
    99 * @package    GHLCONNECT
     
    2626    /**
    2727     * The ID of this plugin.
    28      *3.0.0
    29      * @since    3.0.0
     28     *3.0.1
     29     * @since    3.0.1
    3030     * @access   private
    3131     * @var      string    $plugin_name    The ID of this plugin.
     
    3535    /**
    3636     * The version of this plugin.
    37      *3.0.0
    38      * @since    3.0.0
     37     *3.0.1
     38     * @since    3.0.1
    3939     * @access   private
    4040     * @var      string    $version    The current version of this plugin.
     
    4444    /**
    4545     * Initialize the class and set its properties.
    46      *3.0.0
    47      * @since    3.0.0
     46     *3.0.1
     47     * @since    3.0.1
    4848     * @param      string    $plugin_name       The name of the plugin.
    4949     * @param      string    $version    The version of this plugin.
     
    5858    /**
    5959     * Register the stylesheets for the public-facing side of the site.
    60      *3.0.0
    61      * @since    3.0.0
     60     *3.0.1
     61     * @since    3.0.1
    6262     */
    6363    public function enqueue_styles()
     
    8282     * Register the JavaScript for the public-facing side of the site.
    8383     *
    84      * @since    3.0.0
     84     * @since    3.0.1
    8585     */
    8686    public function enqueue_scripts()
  • ghl-connect/trunk/public/partials/ghl-connect-public-display.php

    r3418106 r3475705  
    77 *
    88 * @link       https://https://www.ibsofts.com
    9  * @since      3.0.0
     9 * @since      3.0.1
    1010 *
    1111 * @package    GHLCONNECT
  • ghl-connect/trunk/uninstall.php

    r3418106 r3475705  
    2121 *
    2222 * @link      https://www.ibsofts.com
    23  * @since      3.0.0
     23 * @since      3.0.1
    2424 *
    2525 * @package    GHLCONNECT
Note: See TracChangeset for help on using the changeset viewer.