Changeset 2672551
- Timestamp:
- 02/03/2022 09:49:28 PM (4 years ago)
- Location:
- cardconnect-payment-module
- Files:
-
- 3 deleted
- 2 edited
- 12 copied
-
tags/3.4.11 (copied) (copied from cardconnect-payment-module/trunk)
-
tags/3.4.11/cardconnect-payment-gateway.php (copied) (copied from cardconnect-payment-module/trunk/cardconnect-payment-gateway.php) (3 diffs)
-
tags/3.4.11/classes/class-wc-gateway-cardconnect-addons-deprecated.php (copied) (copied from cardconnect-payment-module/trunk/classes/class-wc-gateway-cardconnect-addons-deprecated.php)
-
tags/3.4.11/classes/class-wc-gateway-cardconnect-addons.php (copied) (copied from cardconnect-payment-module/trunk/classes/class-wc-gateway-cardconnect-addons.php)
-
tags/3.4.11/classes/class-wc-gateway-cardconnect.php (copied) (copied from cardconnect-payment-module/trunk/classes/class-wc-gateway-cardconnect.php)
-
tags/3.4.11/includes/CardConnectRestClient.php (copied) (copied from cardconnect-payment-module/trunk/includes/CardConnectRestClient.php)
-
tags/3.4.11/includes/pest/PestJSON.php (copied) (copied from cardconnect-payment-module/trunk/includes/pest/PestJSON.php)
-
tags/3.4.11/includes/pest/PestXML.php (copied) (copied from cardconnect-payment-module/trunk/includes/pest/PestXML.php)
-
tags/3.4.11/includes/pest/examples (deleted)
-
tags/3.4.11/index.php (copied) (copied from cardconnect-payment-module/trunk/index.php)
-
tags/3.4.11/readme.txt (copied) (copied from cardconnect-payment-module/trunk/readme.txt) (2 diffs)
-
tags/3.4.11/templates/card-input.php (copied) (copied from cardconnect-payment-module/trunk/templates/card-input.php)
-
tags/3.4.11/templates/saved-cards.php (copied) (copied from cardconnect-payment-module/trunk/templates/saved-cards.php)
-
tags/3.4.9/includes/pest/examples (deleted)
-
trunk/cardconnect-payment-gateway.php (modified) (3 diffs)
-
trunk/includes/pest/examples (deleted)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cardconnect-payment-module/tags/3.4.11/cardconnect-payment-gateway.php
r2672515 r2672551 4 4 * Plugin URI: https://wordpress.org/plugins/cardconnect-payment-module 5 5 * Description: Accept credit card payments in your WooCommerce store. 6 * Version: 3.4. 96 * Version: 3.4.10 7 7 * Author: Fiserv <nicole.anderson@fiserv.com> 8 8 * Author URI: https://cardconnect.com … … 13 13 * WC tested up to: 6.1.1 14 14 * 15 * @version 3.4. 915 * @version 3.4.10 16 16 * @author CardPointe/RexAK 17 17 */ … … 25 25 } 26 26 27 define('WC_CARDCONNECT_VER', '3.4. 9');27 define('WC_CARDCONNECT_VER', '3.4.10'); 28 28 define('WC_CARDCONNECT_PLUGIN_PATH', untrailingslashit(plugin_basename(__DIR__))); 29 29 define('WC_CARDCONNECT_ASSETS_URL', untrailingslashit(plugin_dir_url(__FILE__)) . '/assets/'); -
cardconnect-payment-module/tags/3.4.11/readme.txt
r2672502 r2672551 5 5 Tested up to: 5.9 6 6 Requires PHP: 7.1 7 Stable tag: 3.4. 97 Stable tag: 3.4.11 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 132 132 133 133 == Changelog == 134 = 3.4.11 = 135 * deleted: cruft example files 136 134 137 = 3.4.9 = 135 138 * various security updates -
cardconnect-payment-module/trunk/cardconnect-payment-gateway.php
r2672515 r2672551 4 4 * Plugin URI: https://wordpress.org/plugins/cardconnect-payment-module 5 5 * Description: Accept credit card payments in your WooCommerce store. 6 * Version: 3.4. 96 * Version: 3.4.10 7 7 * Author: Fiserv <nicole.anderson@fiserv.com> 8 8 * Author URI: https://cardconnect.com … … 13 13 * WC tested up to: 6.1.1 14 14 * 15 * @version 3.4. 915 * @version 3.4.10 16 16 * @author CardPointe/RexAK 17 17 */ … … 25 25 } 26 26 27 define('WC_CARDCONNECT_VER', '3.4. 9');27 define('WC_CARDCONNECT_VER', '3.4.10'); 28 28 define('WC_CARDCONNECT_PLUGIN_PATH', untrailingslashit(plugin_basename(__DIR__))); 29 29 define('WC_CARDCONNECT_ASSETS_URL', untrailingslashit(plugin_dir_url(__FILE__)) . '/assets/'); -
cardconnect-payment-module/trunk/readme.txt
r2672502 r2672551 5 5 Tested up to: 5.9 6 6 Requires PHP: 7.1 7 Stable tag: 3.4. 97 Stable tag: 3.4.11 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 132 132 133 133 == Changelog == 134 = 3.4.11 = 135 * deleted: cruft example files 136 134 137 = 3.4.9 = 135 138 * various security updates
Note: See TracChangeset
for help on using the changeset viewer.