Changeset 2850987
- Timestamp:
- 01/19/2023 10:59:10 AM (3 years ago)
- Location:
- tryba-for-wc
- Files:
-
- 2 edited
- 6 copied
-
tags/1.3.1 (copied) (copied from tryba-for-wc/trunk)
-
tags/1.3.1/assets/images/tryba_logo.jpg (copied) (copied from tryba-for-wc/trunk/assets/images/tryba_logo.jpg)
-
tags/1.3.1/assets/images/tryba_logo.png (copied) (copied from tryba-for-wc/trunk/assets/images/tryba_logo.png)
-
tags/1.3.1/includes/class-waf-wc-tryba-gateway.php (copied) (copied from tryba-for-wc/trunk/includes/class-waf-wc-tryba-gateway.php)
-
tags/1.3.1/readme.txt (copied) (copied from tryba-for-wc/trunk/readme.txt) (1 diff)
-
tags/1.3.1/woo-tryba.php (copied) (copied from tryba-for-wc/trunk/woo-tryba.php) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/woo-tryba.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tryba-for-wc/tags/1.3.1/readme.txt
r2850983 r2850987 4 4 Requires at least: 4.5 5 5 Tested up to: 6.1.1 6 Stable tag: 1.3 6 Stable tag: 1.3.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
tryba-for-wc/tags/1.3.1/woo-tryba.php
r2850983 r2850987 4 4 Plugin URI: http://tryba.io 5 5 Description: Tryba payment gateway for WooCommerce 6 Version: 1.3 6 Version: 1.3.1 7 7 Author: Tryba 8 8 Author URI: https://tryba.io/ … … 21 21 define( 'WAF_WC_TRYBA_URL', untrailingslashit( plugins_url( '/', __FILE__ ) ) ); 22 22 23 define( 'WAF_WC_TRYBA_VERSION', '1.3 ' );23 define( 'WAF_WC_TRYBA_VERSION', '1.3.1' ); 24 24 25 25 /** -
tryba-for-wc/trunk/readme.txt
r2850983 r2850987 4 4 Requires at least: 4.5 5 5 Tested up to: 6.1.1 6 Stable tag: 1.3 6 Stable tag: 1.3.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
tryba-for-wc/trunk/woo-tryba.php
r2850983 r2850987 4 4 Plugin URI: http://tryba.io 5 5 Description: Tryba payment gateway for WooCommerce 6 Version: 1.3 6 Version: 1.3.1 7 7 Author: Tryba 8 8 Author URI: https://tryba.io/ … … 21 21 define( 'WAF_WC_TRYBA_URL', untrailingslashit( plugins_url( '/', __FILE__ ) ) ); 22 22 23 define( 'WAF_WC_TRYBA_VERSION', '1.3 ' );23 define( 'WAF_WC_TRYBA_VERSION', '1.3.1' ); 24 24 25 25 /**
Note: See TracChangeset
for help on using the changeset viewer.