Plugin Directory

Changeset 2850071


Ignore:
Timestamp:
01/17/2023 09:41:41 PM (3 years ago)
Author:
trybaio
Message:

Add contributor and author url

Location:
tryba-for-gravity-forms
Files:
2 edited
4 copied

Legend:

Unmodified
Added
Removed
  • tryba-for-gravity-forms/tags/1.2/readme.txt

    r2850064 r2850071  
    44Requires at least: 4.5
    55Tested up to: 6.1.1
    6 Stable tag: 1.1
     6Stable tag: 1.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • tryba-for-gravity-forms/tags/1.2/tryba.php

    r2849716 r2850071  
    44Plugin URI: https://tryba.io
    55Description: Integrates Gravity Forms with Tryba Payments, enabling end users to purchase goods and services through Gravity Forms.
    6 Version: 1.1
     6Version: 1.2
    77Author: Tryba
     8Author URI: https://tryba.io/
    89License: GPL-2.0+
    910Text Domain: gravityformstryba
     
    1415}
    1516
    16 define( 'GF_TRYBA_VERSION', '1.1' );
     17define( 'GF_TRYBA_VERSION', '1.2' );
    1718
    1819add_action( 'gform_loaded', array( 'GF_Tryba_Bootstrap', 'load' ), 5 );
  • tryba-for-gravity-forms/trunk/readme.txt

    r2850064 r2850071  
    44Requires at least: 4.5
    55Tested up to: 6.1.1
    6 Stable tag: 1.1
     6Stable tag: 1.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • tryba-for-gravity-forms/trunk/tryba.php

    r2849716 r2850071  
    44Plugin URI: https://tryba.io
    55Description: Integrates Gravity Forms with Tryba Payments, enabling end users to purchase goods and services through Gravity Forms.
    6 Version: 1.1
     6Version: 1.2
    77Author: Tryba
     8Author URI: https://tryba.io/
    89License: GPL-2.0+
    910Text Domain: gravityformstryba
     
    1415}
    1516
    16 define( 'GF_TRYBA_VERSION', '1.1' );
     17define( 'GF_TRYBA_VERSION', '1.2' );
    1718
    1819add_action( 'gform_loaded', array( 'GF_Tryba_Bootstrap', 'load' ), 5 );
Note: See TracChangeset for help on using the changeset viewer.