From 21bed92fce2823efeb21ff3ecde9e1a72825522e Mon Sep 17 00:00:00 2001 From: Malith Senaweera Date: Tue, 1 Jul 2025 10:35:29 -0500 Subject: [PATCH] Fix typo --- changelog.txt | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 68111f189..72607d95c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,7 +1,7 @@ *** Changelog *** = 3.0.7 - 2025-07-01 = -* Enhancement - Remove`application_context` in favor of `experience_context` object #3431 +* Enhancement - Remove `application_context` in favor of `experience_context` object #3431 **NOTE**: If you were modifying the `application_context` object programmatically, you may need to update your code to utilize `experience_context` for your customizations. * Enhancement - Add Contact Module feature * Enhancement - Add WooCommerce Tracks integration diff --git a/readme.txt b/readme.txt index 11851f8d6..aba91f81e 100644 --- a/readme.txt +++ b/readme.txt @@ -157,7 +157,7 @@ If you encounter issues with the PayPal buttons not appearing after an update, p == Changelog == = 3.0.7 - 2025-07-01 = -* Enhancement - Remove`application_context` in favor of `experience_context` object #3431 +* Enhancement - Remove `application_context` in favor of `experience_context` object #3431 **NOTE**: If you were modifying the `application_context` object programmatically, you may need to update your code to utilize `experience_context` for your customizations. * Enhancement - Add Contact Module feature * Enhancement - Add WooCommerce Tracks integration