Skip to content

Commit f091edb

Browse files
author
Drew Angell
committed
Updates version details for v4.6.2
1 parent 8a6516f commit f091edb

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

paypal-for-woocommerce.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: PayPal for WooCommerce
55
* Plugin URI: http://www.angelleye.com/product/paypal-for-woocommerce-plugin/
66
* Description: Easily add the PayPal Complete Payments Platform including PayPal Checkout, Pay Later, Venmo, Direct Credit Processing, and alternative payment methods like Apple Pay, Google Pay, and more! Also fully supports Braintree Payments.
7-
* Version: 4.6.1
7+
* Version: 4.6.2
88
* Author: Angell EYE
99
* Author URI: http://www.angelleye.com/
1010
* License: GNU General Public License v3.0
@@ -13,10 +13,10 @@
1313
* Domain Path: /i18n/languages/
1414
* GitHub Plugin URI: https://github.com/angelleye/paypal-woocommerce
1515
* Requires at least: 5.8
16-
* Tested up to: 6.6.2
16+
* Tested up to: 6.8.2
1717
* Requires Plugins: woocommerce
1818
* WC requires at least: 3.0.0
19-
* WC tested up to: 9.3.2
19+
* WC tested up to: 10.1.2
2020
*
2121
* ************
2222
* Attribution
@@ -72,7 +72,7 @@ private function define_constants() {
7272
$constants = [
7373
'PAYPAL_FOR_WOOCOMMERCE_PLUGIN_DIR' => dirname(__FILE__),
7474
'PAYPAL_FOR_WOOCOMMERCE_ASSET_URL' => plugin_dir_url(__FILE__),
75-
'VERSION_PFW' => '4.6.1',
75+
'VERSION_PFW' => '4.6.2',
7676
'PAYPAL_FOR_WOOCOMMERCE_PLUGIN_FILE' => __FILE__,
7777
'PAYPAL_FOR_WOOCOMMERCE_BASENAME' => plugin_basename(__FILE__),
7878
'PAYPAL_FOR_WOOCOMMERCE_DIR_PATH' => untrailingslashit(plugin_dir_path(__FILE__)),

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: angelleye, angelleyesupport, Umangvaghela
33
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SG9SQU2GBXJNA
44
Tags: woocommerce, paypal, express checkout, payments pro, angelleye, payflow, dodirectpayment, apple pay, google play, braintree, payments advanced, rest, credit cards, credit card payments, payments, payment
55
Requires at least: 5.8
6-
Tested up to: 6.6.2
7-
Stable tag: 4.6.1
6+
Tested up to: 6.8.2
7+
Stable tag: 4.6.2
88
License: GPLv3
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -127,6 +127,9 @@ Automatic updates should work great for you. As always, though, we recommend ba
127127

128128
== Changelog ==
129129

130+
=4.6.2 - 09.08.2025
131+
* Fix - Resolves a PHP version conflict with the PayPal mocker feature added in 4.6.1.
132+
130133
= 4.6.1 - 07.09.2025
131134
* Fix - Resolved Onboarding issue with SSL connections ([PFW-1943](https://github.com/angelleye/paypal-woocommerce/pull/2109))
132135

0 commit comments

Comments
 (0)