diff --git a/changelog.txt b/changelog.txt
index e83e86b..d9d3c36 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,5 +1,8 @@
*** GTM Kit ***
+2024-MM-DD - version 2.x.y
+* Changed: Require WordPress 6.4.
+
2024-12-03 - version 2.2.2
* Dev: Tested up to WooCommerce 9.4.
* Dev: Tested up to PHP 8.4.
diff --git a/gtm-kit.php b/gtm-kit.php
index ef668f9..14007ca 100644
--- a/gtm-kit.php
+++ b/gtm-kit.php
@@ -11,7 +11,7 @@
* Text Domain: gtm-kit
* Domain Path: /languages/
* License: GPLv3
- * Requires at least: 6.3
+ * Requires at least: 6.4
* Requires PHP: 7.4
*
* WC requires at least: 8.3
diff --git a/phpcs.xml.dist b/phpcs.xml.dist
index d2dec2b..33c79a5 100644
--- a/phpcs.xml.dist
+++ b/phpcs.xml.dist
@@ -89,7 +89,7 @@
the wiki:
https://github.com/WordPress/WordPress-Coding-Standards/wiki/Customizable-sniff-properties
-->
-
+
diff --git a/readme.txt b/readme.txt
index be0c4a1..983251b 100644
--- a/readme.txt
+++ b/readme.txt
@@ -104,6 +104,7 @@ Find out about what's new in our [our release post](https://gtmkit.com/gtm-kit-2
#### Bugfixes:
#### Other:
+* Require WordPress 6.4.
= 2.2.2 =