From 4c3a51a7c31fb152721b5b134e8442741e72e10d Mon Sep 17 00:00:00 2001 From: Wesley Rosa Date: Mon, 3 Feb 2025 15:35:16 -0300 Subject: [PATCH] Readme and changelog entries --- changelog.txt | 1 + readme.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/changelog.txt b/changelog.txt index af2ec2953..ee6df3233 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,7 @@ *** Changelog *** = 9.2.0 - xxxx-xx-xx = +* Dev - Introduces new payment method constants for the express methods: Google Pay, Apple Pay, Link, and Amazon Pay. * Fix - Allow the saving of Bancontact tokens when SEPA is disabled. * Tweak - Use WC Core's rate limiter on "Add payment method" page. * Add - New Amazon Pay payment method in the Stripe Express Checkout Element for the classic, shortcode (classic) checkout, product, and cart pages. diff --git a/readme.txt b/readme.txt index 586097f77..a1c63eb71 100644 --- a/readme.txt +++ b/readme.txt @@ -111,6 +111,7 @@ If you get stuck, you can ask for help in the [Plugin Forum](https://wordpress.o == Changelog == = 9.2.0 - xxxx-xx-xx = +* Dev - Introduces new payment method constants for the express methods: Google Pay, Apple Pay, Link, and Amazon Pay. * Fix - Allow the saving of Bancontact tokens when SEPA is disabled. * Tweak - Use WC Core's rate limiter on "Add payment method" page. * Add - New Amazon Pay payment method in the Stripe Express Checkout Element for the classic, shortcode (classic) checkout, product, and cart pages.