Changeset 3122861
- Timestamp:
- 07/22/2024 02:45:44 AM (21 months ago)
- Location:
- afterpay-gateway-for-woocommerce
- Files:
-
- 4 edited
- 1 copied
-
tags/3.8.6 (copied) (copied from afterpay-gateway-for-woocommerce/trunk)
-
tags/3.8.6/afterpay-gateway-for-woocommerce.php (modified) (2 diffs)
-
tags/3.8.6/readme.txt (modified) (2 diffs)
-
trunk/afterpay-gateway-for-woocommerce.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
afterpay-gateway-for-woocommerce/tags/3.8.6/afterpay-gateway-for-woocommerce.php
r3122860 r3122861 5 5 * Author: Afterpay 6 6 * Author URI: https://www.afterpay.com/ 7 * Version: 3.8.6 -rc17 * Version: 3.8.6 8 8 * Text Domain: afterpay-gateway-for-woocommerce 9 9 * Requires PHP: 5.6 10 10 * Requires Plugins: woocommerce 11 11 * WC requires at least: 3.2.6 12 * WC tested up to: 8.6.112 * WC tested up to: 9.1.2 13 13 * 14 14 * Copyright: (c) 2020 Afterpay … … 52 52 * @var string 53 53 */ 54 public static $version = '3.8.6 -rc1';54 public static $version = '3.8.6'; 55 55 56 56 /** -
afterpay-gateway-for-woocommerce/tags/3.8.6/readme.txt
r3122860 r3122861 3 3 Tags: woocommerce, afterpay 4 4 Requires at least: 4.8.3 5 Tested up to: 6. 4.36 Stable tag: 3.8. 55 Tested up to: 6.5.5 6 Stable tag: 3.8.6 7 7 License: GNU Public License 8 8 License URI: https://www.gnu.org/licenses/ … … 39 39 40 40 == Changelog == 41 42 = 3.8.6 = 43 *Release Date: Monday, 22 Jul 2024* 44 45 * Minor improvements. 46 * Tested and verified support for WordPress 6.5.5 and WooCommerce 9.1.2. 41 47 42 48 = 3.8.5 = -
afterpay-gateway-for-woocommerce/trunk/afterpay-gateway-for-woocommerce.php
r3122860 r3122861 5 5 * Author: Afterpay 6 6 * Author URI: https://www.afterpay.com/ 7 * Version: 3.8.6 -rc17 * Version: 3.8.6 8 8 * Text Domain: afterpay-gateway-for-woocommerce 9 9 * Requires PHP: 5.6 10 10 * Requires Plugins: woocommerce 11 11 * WC requires at least: 3.2.6 12 * WC tested up to: 8.6.112 * WC tested up to: 9.1.2 13 13 * 14 14 * Copyright: (c) 2020 Afterpay … … 52 52 * @var string 53 53 */ 54 public static $version = '3.8.6 -rc1';54 public static $version = '3.8.6'; 55 55 56 56 /** -
afterpay-gateway-for-woocommerce/trunk/readme.txt
r3122860 r3122861 3 3 Tags: woocommerce, afterpay 4 4 Requires at least: 4.8.3 5 Tested up to: 6. 4.36 Stable tag: 3.8. 55 Tested up to: 6.5.5 6 Stable tag: 3.8.6 7 7 License: GNU Public License 8 8 License URI: https://www.gnu.org/licenses/ … … 39 39 40 40 == Changelog == 41 42 = 3.8.6 = 43 *Release Date: Monday, 22 Jul 2024* 44 45 * Minor improvements. 46 * Tested and verified support for WordPress 6.5.5 and WooCommerce 9.1.2. 41 47 42 48 = 3.8.5 =
Note: See TracChangeset
for help on using the changeset viewer.