Changeset 2467941
- Timestamp:
- 02/03/2021 01:11:51 PM (5 years ago)
- Location:
- cardgate
- Files:
-
- 6 edited
- 1 copied
-
tags/3.1.18 (copied) (copied from cardgate/trunk)
-
tags/3.1.18/cardgate.php (modified) (1 diff)
-
tags/3.1.18/classes/CGP_Common_Gateway.php (modified) (1 diff)
-
tags/3.1.18/readme.txt (modified) (1 diff)
-
trunk/cardgate.php (modified) (1 diff)
-
trunk/classes/CGP_Common_Gateway.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cardgate/tags/3.1.18/cardgate.php
r2325086 r2467941 5 5 * Plugin URI: http://cardgate.com 6 6 * Description: Integrates Cardgate Gateway for WooCommerce into WordPress 7 * Author: CardGate 8 * Author URI: https://www.cardgate.com 9 * Version: 3.1.18 7 10 * Text Domain: cardgate 8 11 * Domain Path: /i18n/languages 9 * Version: 3.1.1710 12 * Requires at least: 4.4 11 * Author: CardGate12 * Author URI: http://cardgate.com13 * License: GPL 13 * WC requires at least: 2.1.0 14 * WC tested up to: 4.9.0 15 * License: GPLv3 or later 14 16 */ 15 17 class cardgate { -
cardgate/tags/3.1.18/classes/CGP_Common_Gateway.php
r2325086 r2467941 350 350 ]; 351 351 } else { 352 $sErrorMessage = 'CardGate error: ' . htmlspecialchars( $oException_->getMessage() );352 $sErrorMessage = 'CardGate error: ' .'no redirect URL'; 353 353 wc_add_notice( $sErrorMessage, 'error' ); 354 354 -
cardgate/tags/3.1.18/readme.txt
r2463583 r2467941 5 5 Requires at least: 4.2 6 6 Tested up to: 5.6 7 WC requires at least: 2.1.0 8 WC tested up to: 4.9.0 9 Stable tag: 3.1.17 7 Stable tag: 3.1.18 10 8 License: GPLv3 or later 11 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
cardgate/trunk/cardgate.php
r2325086 r2467941 5 5 * Plugin URI: http://cardgate.com 6 6 * Description: Integrates Cardgate Gateway for WooCommerce into WordPress 7 * Author: CardGate 8 * Author URI: https://www.cardgate.com 9 * Version: 3.1.18 7 10 * Text Domain: cardgate 8 11 * Domain Path: /i18n/languages 9 * Version: 3.1.1710 12 * Requires at least: 4.4 11 * Author: CardGate12 * Author URI: http://cardgate.com13 * License: GPL 13 * WC requires at least: 2.1.0 14 * WC tested up to: 4.9.0 15 * License: GPLv3 or later 14 16 */ 15 17 class cardgate { -
cardgate/trunk/classes/CGP_Common_Gateway.php
r2325086 r2467941 350 350 ]; 351 351 } else { 352 $sErrorMessage = 'CardGate error: ' . htmlspecialchars( $oException_->getMessage() );352 $sErrorMessage = 'CardGate error: ' .'no redirect URL'; 353 353 wc_add_notice( $sErrorMessage, 'error' ); 354 354 -
cardgate/trunk/readme.txt
r2463583 r2467941 5 5 Requires at least: 4.2 6 6 Tested up to: 5.6 7 WC requires at least: 2.1.0 8 WC tested up to: 4.9.0 9 Stable tag: 3.1.17 7 Stable tag: 3.1.18 10 8 License: GPLv3 or later 11 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.