diff --git a/CHANGELOG.md b/CHANGELOG.md
index 50168c3..0724fa8 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
Changelog
=========
+2.1.8 (2025-05-11)
+- Just keep update WP version. And tested compatibility with it
+
2.1.6 (2025-03-24)
- Added translation for the widget
diff --git a/mailgun.php b/mailgun.php
index 4f85f33..1173324 100755
--- a/mailgun.php
+++ b/mailgun.php
@@ -3,7 +3,7 @@
* Plugin Name: Mailgun
* Plugin URI: http://wordpress.org/extend/plugins/mailgun/
* Description: Mailgun integration for WordPress
- * Version: 2.1.7
+ * Version: 2.1.8
* Requires PHP: 7.4
* Requires at least: 4.4
* Author: Mailgun
diff --git a/phpcs.xml.dist b/phpcs.xml.dist
index c9c6acb..f97ae77 100644
--- a/phpcs.xml.dist
+++ b/phpcs.xml.dist
@@ -109,5 +109,11 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/readme.md b/readme.md
index 72e224c..1b9fd73 100755
--- a/readme.md
+++ b/readme.md
@@ -3,8 +3,8 @@ Mailgun for WordPress
Contributors: mailgun, sivel, lookahead.io, m35dev, alanfuller
Tags: mailgun, smtp, http, api, mail, email
-Tested up to: 6.7.2
-Stable tag: 2.1.7
+Tested up to: 6.8.1
+Stable tag: 2.1.8
Requires PHP: 7.4
License: GPLv2 or later
@@ -133,8 +133,8 @@ MAILGUN_REPLY_TO_ADDRESS Type: string
== Changelog ==
-= 2.1.6 (2025-03-24): =
-- Added translation for the widget
+= 2.1.8 (2025-05-11): =
+- Just keep update WP version. And tested compatibility with it
= 2.1.6 (2025-03-07): =
- Fixed bug with sending test emails (JS error). Basically it's 2.1.5. Just version updates
diff --git a/readme.txt b/readme.txt
index 474d30d..321e3b4 100755
--- a/readme.txt
+++ b/readme.txt
@@ -3,8 +3,8 @@ Mailgun for WordPress
Contributors: mailgun, sivel, lookahead.io, m35dev, alanfuller
Tags: mailgun, smtp, http, api, mail, email
-Tested up to: 6.7.2
-Stable tag: 2.1.7
+Tested up to: 6.8.1
+Stable tag: 2.1.8
Requires PHP: 7.4
License: GPLv2 or later
@@ -129,6 +129,9 @@ MAILGUN_TRACK_OPENS Type: string Choices: 'yes' or 'no'
== Changelog ==
+= 2.1.8 (2025-05-11): =
+- Just keep update WP version. And tested compatibility with it
+
= 2.1.6 (2025-03-24): =
- Added translation for the widget