Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mailgun.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Mailgun
* Plugin URI: http://wordpress.org/extend/plugins/mailgun/
* Description: Mailgun integration for WordPress
* Version: 2.1.3
* Version: 2.1.4
* Requires PHP: 7.4
* Requires at least: 4.4
* Author: Mailgun
Expand Down
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Stable tag: 2.1.3
Tested up to: 6.7.2
Stable tag: 2.1.4
Requires PHP: 7.4
License: GPLv2 or later

Expand Down Expand Up @@ -133,6 +133,10 @@ MAILGUN_REPLY_TO_ADDRESS Type: string

== Changelog ==

= 2.1.4 (2025-02-23): =
- Implemented coding standard into plugin
- Fixed a few potential warning related to the plugin

= 2.1.3 (2024-11-27): =
- Use password type for API Key field for hide it. Fix warning related co compact() method

Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Stable tag: 2.1.3
Tested up to: 6.7.2
Stable tag: 2.1.4
Requires PHP: 7.4
License: GPLv2 or later

Expand Down Expand Up @@ -129,6 +129,10 @@ MAILGUN_TRACK_OPENS Type: string Choices: 'yes' or 'no'

== Changelog ==

= 2.1.4 (2025-02-23): =
- Implemented coding standard into plugin
- Fixed a few potential warning related to the plugin

= 2.1.3 (2024-11-27): =
- Use password type for API Key field for hide it. Fix warning related co compact() method

Expand Down