Skip to content

Commit

Permalink
Updated details for v4.5.19
Browse files Browse the repository at this point in the history
  • Loading branch information
kcppdevelopers committed Sep 23, 2024
1 parent ff6827d commit 3ce522f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions paypal-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: PayPal for WooCommerce
* Plugin URI: http://www.angelleye.com/product/paypal-for-woocommerce-plugin/
* 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.
* Version: 4.5.18
* Version: 4.5.19
* Author: Angell EYE
* Author URI: http://www.angelleye.com/
* License: GNU General Public License v3.0
Expand Down Expand Up @@ -72,7 +72,7 @@ private function define_constants() {
$constants = [
'PAYPAL_FOR_WOOCOMMERCE_PLUGIN_DIR' => dirname(__FILE__),
'PAYPAL_FOR_WOOCOMMERCE_ASSET_URL' => plugin_dir_url(__FILE__),
'VERSION_PFW' => '4.5.18',
'VERSION_PFW' => '4.5.19',
'PAYPAL_FOR_WOOCOMMERCE_PLUGIN_FILE' => __FILE__,
'PAYPAL_FOR_WOOCOMMERCE_BASENAME' => plugin_basename(__FILE__),
'PAYPAL_FOR_WOOCOMMERCE_DIR_PATH' => untrailingslashit(plugin_dir_path(__FILE__)),
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
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
Requires at least: 5.8
Tested up to: 6.6.2
Stable tag: 4.5.18
Stable tag: 4.5.19
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -127,9 +127,12 @@ Automatic updates should work great for you. As always, though, we recommend ba

== Changelog ==

= 4.5.17 - 09.23.2024
= 4.5.19 - 09.23.2024
* Fix - Encrypted values being passed into BT gateway settings request causing failure. ([PFW-1866](https://github.com/angelleye/paypal-woocommerce/pull/2085))

* 4.5.18 - 09.20.2024
* Fix - is_front_page was called incorrectly. ([PFW-1889](https://github.com/angelleye/paypal-woocommerce/pull/2086))

= 4.5.17 - 09.14.2024
* Fix - Update migration code.

Expand Down

0 comments on commit 3ce522f

Please sign in to comment.