Changeset 2850071
- Timestamp:
- 01/17/2023 09:41:41 PM (3 years ago)
- Location:
- tryba-for-gravity-forms
- Files:
-
- 2 edited
- 4 copied
-
tags/1.2 (copied) (copied from tryba-for-gravity-forms/trunk)
-
tags/1.2/class-gf-tryba.php (copied) (copied from tryba-for-gravity-forms/trunk/class-gf-tryba.php)
-
tags/1.2/readme.txt (copied) (copied from tryba-for-gravity-forms/trunk/readme.txt) (1 diff)
-
tags/1.2/tryba.php (copied) (copied from tryba-for-gravity-forms/trunk/tryba.php) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/tryba.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tryba-for-gravity-forms/tags/1.2/readme.txt
r2850064 r2850071 4 4 Requires at least: 4.5 5 5 Tested up to: 6.1.1 6 Stable tag: 1. 16 Stable tag: 1.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
tryba-for-gravity-forms/tags/1.2/tryba.php
r2849716 r2850071 4 4 Plugin URI: https://tryba.io 5 5 Description: Integrates Gravity Forms with Tryba Payments, enabling end users to purchase goods and services through Gravity Forms. 6 Version: 1. 16 Version: 1.2 7 7 Author: Tryba 8 Author URI: https://tryba.io/ 8 9 License: GPL-2.0+ 9 10 Text Domain: gravityformstryba … … 14 15 } 15 16 16 define( 'GF_TRYBA_VERSION', '1. 1' );17 define( 'GF_TRYBA_VERSION', '1.2' ); 17 18 18 19 add_action( 'gform_loaded', array( 'GF_Tryba_Bootstrap', 'load' ), 5 ); -
tryba-for-gravity-forms/trunk/readme.txt
r2850064 r2850071 4 4 Requires at least: 4.5 5 5 Tested up to: 6.1.1 6 Stable tag: 1. 16 Stable tag: 1.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
tryba-for-gravity-forms/trunk/tryba.php
r2849716 r2850071 4 4 Plugin URI: https://tryba.io 5 5 Description: Integrates Gravity Forms with Tryba Payments, enabling end users to purchase goods and services through Gravity Forms. 6 Version: 1. 16 Version: 1.2 7 7 Author: Tryba 8 Author URI: https://tryba.io/ 8 9 License: GPL-2.0+ 9 10 Text Domain: gravityformstryba … … 14 15 } 15 16 16 define( 'GF_TRYBA_VERSION', '1. 1' );17 define( 'GF_TRYBA_VERSION', '1.2' ); 17 18 18 19 add_action( 'gform_loaded', array( 'GF_Tryba_Bootstrap', 'load' ), 5 );
Note: See TracChangeset
for help on using the changeset viewer.