Plugin Directory

Changeset 3475698


Ignore:
Timestamp:
03/05/2026 01:50:00 PM (4 weeks ago)
Author:
ibsofts
Message:

Update plugin readme.txt file.

Location:
go-high-level-extension-for-contact-form7
Files:
73 added
12 edited

Legend:

Unmodified
Added
Removed
  • go-high-level-extension-for-contact-form7/trunk/README.txt

    r3418118 r3475698  
    55Requires at least: 4.0
    66Tested up to: 6.9
    7 Stable tag: 1.0.5
     7Stable tag: 1.0.6
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    155155👉 For more web services and solutions, please visit [ibarts.co](https://www.ibarts.co/contact-us/)
    156156
     157== Disclaimer ==
     158
     159This plugin is an independent integration developed by iB Softs to connect Gravity Forms with GoHighLevel.
     160
     161iB 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.
     162
    157163== Changelog ==
     164= 1.0.6 =
     165* Update plugin readme.txt file.
     166
    158167= 1.0.5 =
    159168* Added support for latest WordPress version (6.9).
     
    177186
    178187== Upgrade Notice ==
     188= 1.0.6 =
     189* Update plugin readme.txt file.
     190
    179191= 1.0.5 =
    180192* Added support for latest WordPress version (6.9).
  • go-high-level-extension-for-contact-form7/trunk/admin/class-ghl-cf7-admin.php

    r3418118 r3475698  
    55 *
    66 * @link       https://https://www.ibsofts.com
    7  * @since      1.0.5
     7 * @since      1.0.6
    88 *
    99 * @package    GHLCF7
     
    2727     * The ID of this plugin.
    2828     *
    29      * @since    1.0.5
     29     * @since    1.0.6
    3030     * @access   private
    3131     * @var      string    $plugin_name    The ID of this plugin.
     
    3636     * The version of this plugin.
    3737     *
    38      * @since    1.0.5
     38     * @since    1.0.6
    3939     * @access   private
    4040     * @var      string    $version    The current version of this plugin.
     
    4545     * Initialize the class and set its properties.
    4646     *
    47      * @since    1.0.5
     47     * @since    1.0.6
    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    1.0.5
     61     * @since    1.0.6
    6262     */
    6363    public function enqueue_styles()
     
    8484     * Register the JavaScript for the admin area.
    8585     *
    86      * @since    1.0.5
     86     * @since    1.0.6
    8787     */
    8888    public function enqueue_scripts()
  • go-high-level-extension-for-contact-form7/trunk/admin/partials/ghl-cf7-admin-display.php

    r3418118 r3475698  
    77 *
    88 * @link       https://https://www.ibsofts.com
    9  * @since      1.0.5
     9 * @since      1.0.6
    1010 *
    1111 * @package    GHLCF7
  • go-high-level-extension-for-contact-form7/trunk/ghl-cf7.php

    r3418118 r3475698  
    1010 *
    1111 * @link              https://www.ibsofts.com
    12  * @since             1.0.5
     12 * @since             1.0.6
    1313 * @package           GHLCF7
    1414 *
     
    1717 * Plugin URI:        https://www.ibsofts.com/plugins/go-high-level-extension-for-contact-form7
    1818 * Description:       This plugin send Contact Form 7 Data to Go High Level on form submission.
    19  * Version:           1.0.5
     19 * Version:           1.0.6
    2020 * Author:            iB Softs
    2121 * Author URI:        https://www.ibsofts.com/
     
    3333/**
    3434 * Currently plugin version.
    35  * Start at version 1.0.5 and use SemVer - https://semver.org
     35 * Start at version 1.0.6 and use SemVer - https://semver.org
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define('GHLCF7_VERSION', '1.0.5');
     38define('GHLCF7_VERSION', '1.0.6');
    3939define('GHLCF7_PLUGIN_BASENAME', plugin_basename(__FILE__));
    4040define('GHLCF7_LOCATION_CONNECTED', false);
     
    9191 * not affect the page life cycle.
    9292 *
    93  * @since    1.0.5
     93 * @since    1.0.6
    9494 */
    9595if (! function_exists('ghlcf7_run')) {
  • go-high-level-extension-for-contact-form7/trunk/includes/class-ghl-cf7-activator.php

    r3418118 r3475698  
    55 *
    66 * @link       https://https://www.ibsofts.com
    7  * @since      1.0.5
     7 * @since      1.0.6
    88 *
    99 * @package    GHLCF7
     
    1616 * This class defines all code necessary to run during the plugin's activation.
    1717 *
    18  * @since      1.0.5
     18 * @since      1.0.6
    1919 * @package    GHLCF7
    2020 * @subpackage GHLCF7/includes
     
    2929     * Long Description.
    3030     *
    31      * @since    1.0.5
     31     * @since    1.0.6
    3232     */
    3333    public static function activate() {}
  • go-high-level-extension-for-contact-form7/trunk/includes/class-ghl-cf7-deactivator.php

    r3418118 r3475698  
    55 *
    66 * @link       https://https://www.ibsofts.com
    7  * @since      1.0.5
     7 * @since      1.0.6
    88 *
    99 * @package    GHLCF7
     
    1616 * This class defines all code necessary to run during the plugin's deactivation.
    1717 *
    18  * @since      1.0.5
     18 * @since      1.0.6
    1919 * @package    GHLCF7
    2020 * @subpackage GHLCF7/includes
     
    2929     * Long Description.
    3030     *
    31      * @since    1.0.5
     31     * @since    1.0.6
    3232     */
    3333    public static function deactivate() {}
  • go-high-level-extension-for-contact-form7/trunk/includes/class-ghl-cf7-i18n.php

    r3418118 r3475698  
    88 *
    99 * @link       https://https://www.ibsofts.com
    10  * @since      1.0.5
     10 * @since      1.0.6
    1111 *
    1212 * @package    GHLCF7
     
    2020 * so that it is ready for translation.
    2121 *
    22  * @since      1.0.5
     22 * @since      1.0.6
    2323 * @package    GHLCF7
    2424 * @subpackage GHLCF7/includes
     
    3232     * Load the plugin text domain for translation.
    3333     *
    34      * @since    1.0.5
     34     * @since    1.0.6
    3535     */
    3636    public function load_plugin_textdomain()
  • go-high-level-extension-for-contact-form7/trunk/includes/class-ghl-cf7-loader.php

    r3418118 r3475698  
    55 *
    66 * @link       https://https://www.ibsofts.com
    7  * @since      1.0.5
     7 * @since      1.0.6
    88 *
    99 * @package    GHLCF7
     
    2828     * The array of actions registered with WordPress.
    2929     *
    30      * @since    1.0.5
     30     * @since    1.0.6
    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    1.0.5
     39     * @since    1.0.6
    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    1.0.5
     48     * @since    1.0.6
    4949     */
    5050    public function __construct()
     
    5858     * Add a new action to the collection to be registered with WordPress.
    5959     *
    60      * @since    1.0.5
     60     * @since    1.0.6
    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    1.0.5
     75     * @since    1.0.6
    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    1.0.5
     91     * @since    1.0.6
    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    1.0.5
     118     * @since    1.0.6
    119119     */
    120120    public function run()
  • go-high-level-extension-for-contact-form7/trunk/includes/class-ghl-cf7.php

    r3418118 r3475698  
    88 *
    99 * @link       https://https://www.ibsofts.com
    10  * @since      1.0.5
     10 * @since      1.0.6
    1111 *
    1212 * @package    GHLCF7
     
    2323 * version of the plugin.
    2424 *
    25  * @since      1.0.5
     25 * @since      1.0.6
    2626 * @package    GHLCF7
    2727 * @subpackage GHLCF7/includes
     
    3535     * the plugin.
    3636     *
    37      * @since    1.0.5
     37     * @since    1.0.6
    3838     * @access   protected
    3939     * @var      GHLCF7_Loader    $loader    Maintains and registers all hooks for the plugin.
     
    4444     * The unique identifier of this plugin.
    4545     *
    46      * @since    1.0.5
     46     * @since    1.0.6
    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    1.0.5
     55     * @since    1.0.6
    5656     * @access   protected
    5757     * @var      string    $version    The current version of the plugin.
     
    6666     * the public-facing side of the site.
    6767     *
    68      * @since    1.0.5
     68     * @since    1.0.6
    6969     */
    7070    public function __construct()
     
    7373            $this->version = GHLCF7_VERSION;
    7474        } else {
    75             $this->version = '1.0.5';
     75            $this->version = '1.0.6';
    7676        }
    7777        $this->plugin_name = 'ghl-cf7';
     
    9696     * with WordPress.
    9797     *
    98      * @since    1.0.5
     98     * @since    1.0.6
    9999     * @access   private
    100100     */
     
    138138     * with WordPress.
    139139     *
    140      * @since    1.0.5
     140     * @since    1.0.6
    141141     * @access   private
    142142     */
     
    153153     * of the plugin.
    154154     *
    155      * @since    1.0.5
     155     * @since    1.0.6
    156156     * @access   private
    157157     */
     
    175175     * of the plugin.
    176176     *
    177      * @since    1.0.5
     177     * @since    1.0.6
    178178     * @access   private
    179179     */
     
    190190     * Run the loader to execute all of the hooks with WordPress.
    191191     *
    192      * @since    1.0.5
     192     * @since    1.0.6
    193193     */
    194194    public function run()
     
    201201     * WordPress and to define internationalization functionality.
    202202     *
    203      * @since     1.0.5
     203     * @since     1.0.6
    204204     * @return    string    The name of the plugin.
    205205     */
     
    212212     * The reference to the class that orchestrates the hooks with the plugin.
    213213     *
    214      * @since     1.0.5
     214     * @since     1.0.6
    215215     * @return    GHLCF7_Loader    Orchestrates the hooks of the plugin.
    216216     */
     
    223223     * Retrieve the version number of the plugin.
    224224     *
    225      * @since     1.0.5
     225     * @since     1.0.6
    226226     * @return    string    The version number of the plugin.
    227227     */
  • go-high-level-extension-for-contact-form7/trunk/public/class-ghl-cf7-public.php

    r3418118 r3475698  
    55 *
    66 * @link       https://https://www.ibsofts.com
    7  * @since      1.0.5
     7 * @since      1.0.6
    88 *
    99 * @package    GHLCF7
     
    2727     * The ID of this plugin.
    2828     *
    29      * @since    1.0.5
     29     * @since    1.0.6
    3030     * @access   private
    3131     * @var      string    $plugin_name    The ID of this plugin.
     
    3636     * The version of this plugin.
    3737     *
    38      * @since    1.0.5
     38     * @since    1.0.6
    3939     * @access   private
    4040     * @var      string    $version    The current version of this plugin.
     
    4545     * Initialize the class and set its properties.
    4646     *
    47      * @since    1.0.5
     47     * @since    1.0.6
    4848     * @param      string    $plugin_name       The name of the plugin.
    4949     * @param      string    $version    The version of this plugin.
     
    5959     * Register the stylesheets for the public-facing side of the site.
    6060     *
    61      * @since    1.0.5
     61     * @since    1.0.6
    6262     */
    6363    public function enqueue_styles()
     
    8282     * Register the JavaScript for the public-facing side of the site.
    8383     *
    84      * @since    1.0.5
     84     * @since    1.0.6
    8585     */
    8686    public function enqueue_scripts()
  • go-high-level-extension-for-contact-form7/trunk/public/partials/ghl-cf7-public-display.php

    r3418118 r3475698  
    77 *
    88 * @link       https://https://www.ibsofts.com
    9  * @since      1.0.5
     9 * @since      1.0.6
    1010 *
    1111 * @package    GHLCF7
  • go-high-level-extension-for-contact-form7/trunk/uninstall.php

    r3418118 r3475698  
    2121 *
    2222 * @link      https://www.ibsofts.com
    23  * @since      1.0.5
     23 * @since      1.0.6
    2424 *
    2525 * @package    GHLCF7
Note: See TracChangeset for help on using the changeset viewer.