Changeset 3029763
- Timestamp:
- 01/31/2024 11:15:25 PM (2 years ago)
- Location:
- payforme
- Files:
-
- 3 edited
- 4 copied
-
tags/2.1.2 (copied) (copied from payforme/trunk)
-
tags/2.1.2/README.txt (copied) (copied from payforme/trunk/README.txt) (1 diff)
-
tags/2.1.2/changelog.txt (copied) (copied from payforme/trunk/changelog.txt) (1 diff)
-
tags/2.1.2/payforme-woocommerce.php (copied) (copied from payforme/trunk/payforme-woocommerce.php) (2 diffs)
-
trunk/README.txt (modified) (1 diff)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/payforme-woocommerce.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
payforme/tags/2.1.2/README.txt
r3025517 r3029763 3 3 Tags: payforme, pay for me, payment, checkout, stripe, woocommerce, ecommerce, e-commerce, commerce, payment gateway, other pays, someone else pays, third party payments 4 4 Requires at least: 5.0 5 Tested up to: 6.4. 26 Stable tag: 2.1. 15 Tested up to: 6.4.3 6 Stable tag: 2.1.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
payforme/tags/2.1.2/changelog.txt
r3025497 r3029763 1 1 *** Payforme for WooCommerce Changelog *** 2 2 3 4 = 2024-01-31 - version 2.1.2 = 5 * Updated to High Performance Order Storage (HPOS) 3 6 4 7 = 2024-01-22 - version 2.1.1 = -
payforme/tags/2.1.2/payforme-woocommerce.php
r3025497 r3029763 7 7 * Plugin URI: https://wordpress.org/plugins/payforme/ 8 8 * Description: Payforme enables people to pay for the purchases of their friends and families via a secure payment link. Accept ApplePay, GooglePay and all major debit and credit cards from customers in every country. 9 * Version: 2.1. 19 * Version: 2.1.2 10 10 * Author: Payforme 11 11 * Author URI: https://payforme.io/ 12 12 * License: GPL-2.0 13 13 * Requires at least: 5.0 14 * Tested up to: 6.4. 214 * Tested up to: 6.4.3 15 15 * WC requires at least: 4.7 16 * WC tested up to: 8.5. 116 * WC tested up to: 8.5.2 17 17 * Text Domain: payforme-for-woocommerce 18 18 */ … … 37 37 define('PAYFORME_SANDBOX_FRONTEND_URL', 'https://sandbox.payforme.io'); 38 38 39 add_action('before_woocommerce_init', 'before_woocommerce_hpos'); 40 // Mark plugin as High Performance Order Storage compatible 41 function before_woocommerce_hpos (){ 42 if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) { 43 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true ); 44 } 45 } 39 46 40 47 -
payforme/trunk/README.txt
r3025517 r3029763 3 3 Tags: payforme, pay for me, payment, checkout, stripe, woocommerce, ecommerce, e-commerce, commerce, payment gateway, other pays, someone else pays, third party payments 4 4 Requires at least: 5.0 5 Tested up to: 6.4. 26 Stable tag: 2.1. 15 Tested up to: 6.4.3 6 Stable tag: 2.1.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
payforme/trunk/changelog.txt
r3025497 r3029763 1 1 *** Payforme for WooCommerce Changelog *** 2 2 3 4 = 2024-01-31 - version 2.1.2 = 5 * Updated to High Performance Order Storage (HPOS) 3 6 4 7 = 2024-01-22 - version 2.1.1 = -
payforme/trunk/payforme-woocommerce.php
r3025497 r3029763 7 7 * Plugin URI: https://wordpress.org/plugins/payforme/ 8 8 * Description: Payforme enables people to pay for the purchases of their friends and families via a secure payment link. Accept ApplePay, GooglePay and all major debit and credit cards from customers in every country. 9 * Version: 2.1. 19 * Version: 2.1.2 10 10 * Author: Payforme 11 11 * Author URI: https://payforme.io/ 12 12 * License: GPL-2.0 13 13 * Requires at least: 5.0 14 * Tested up to: 6.4. 214 * Tested up to: 6.4.3 15 15 * WC requires at least: 4.7 16 * WC tested up to: 8.5. 116 * WC tested up to: 8.5.2 17 17 * Text Domain: payforme-for-woocommerce 18 18 */ … … 37 37 define('PAYFORME_SANDBOX_FRONTEND_URL', 'https://sandbox.payforme.io'); 38 38 39 add_action('before_woocommerce_init', 'before_woocommerce_hpos'); 40 // Mark plugin as High Performance Order Storage compatible 41 function before_woocommerce_hpos (){ 42 if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) { 43 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true ); 44 } 45 } 39 46 40 47
Note: See TracChangeset
for help on using the changeset viewer.