Changeset 2849710
- Timestamp:
- 01/17/2023 11:09:42 AM (3 years ago)
- Location:
- tryba-for-wc
- Files:
-
- 8 edited
-
assets/banner-772x250.jpg (modified) (previous)
-
assets/icon-256x256.jpg (modified) (previous)
-
tags/1.2/assets/images/tryba_logo.png (modified) (previous)
-
tags/1.2/readme.txt (modified) (1 diff)
-
tags/1.2/woo-tryba.php (modified) (2 diffs)
-
trunk/assets/images/tryba_logo.png (modified) (previous)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/woo-tryba.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tryba-for-wc/tags/1.2/readme.txt
r2848808 r2849710 44 44 == Changelog == 45 45 46 = 1.2 = 47 * Updated plugins to work with the new Tryba API 48 46 49 = 1.1.2 = 47 50 * Updated images -
tryba-for-wc/tags/1.2/woo-tryba.php
r2848808 r2849710 4 4 Plugin URI: http://tryba.io 5 5 Description: Tryba payment gateway for WooCommerce 6 Version: 1. 1.26 Version: 1.2 7 7 Author: Tryba 8 8 License: GPL-2.0+ 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.txt 10 WC requires at least: 3.0.011 WC tested up to: 5.3.010 WC requires at least: 5.0.0 11 WC tested up to: 7.3.0 12 12 */ 13 13 … … 20 20 define( 'WAF_WC_TRYBA_URL', untrailingslashit( plugins_url( '/', __FILE__ ) ) ); 21 21 22 define( 'WAF_WC_TRYBA_VERSION', '1. 1.2' );22 define( 'WAF_WC_TRYBA_VERSION', '1.2' ); 23 23 24 24 /** -
tryba-for-wc/trunk/readme.txt
r2848809 r2849710 44 44 == Changelog == 45 45 46 = 1.2 = 47 * Updated plugins to work with the new Tryba API 48 46 49 = 1.1.2 = 47 50 * Updated images -
tryba-for-wc/trunk/woo-tryba.php
r2848811 r2849710 8 8 License: GPL-2.0+ 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.txt 10 WC requires at least: 4.511 WC tested up to: 6.1.110 WC requires at least: 5.0.0 11 WC tested up to: 7.3.0 12 12 */ 13 13 … … 20 20 define( 'WAF_WC_TRYBA_URL', untrailingslashit( plugins_url( '/', __FILE__ ) ) ); 21 21 22 define( 'WAF_WC_TRYBA_VERSION', '1. 3' );22 define( 'WAF_WC_TRYBA_VERSION', '1.2' ); 23 23 24 24 /**
Note: See TracChangeset
for help on using the changeset viewer.