Skip to content

Commit 1d60f7d

Browse files
De 1430 wordpress mailgun translations on the shortcode (#208)
* Added translations for the widget * Keep up to date the version. * Update version * Update version
1 parent 60f1a4e commit 1d60f7d

5 files changed

Lines changed: 19 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
=========
33

4+
2.1.8 (2025-05-11)
5+
- Just keep update WP version. And tested compatibility with it
6+
47
2.1.6 (2025-03-24)
58
- Added translation for the widget
69

mailgun.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Mailgun
44
* Plugin URI: http://wordpress.org/extend/plugins/mailgun/
55
* Description: Mailgun integration for WordPress
6-
* Version: 2.1.7
6+
* Version: 2.1.8
77
* Requires PHP: 7.4
88
* Requires at least: 4.4
99
* Author: Mailgun

phpcs.xml.dist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,11 @@
109109
<exclude name="Generic.CodeAnalysis.EmptyStatement.DetectedCatch"/>
110110
<exclude name="WordPress.PHP.DisallowShortTernary.Found"/>
111111
<exclude name="Generic.Arrays.DisallowShortArraySyntax.Found"/>
112+
<exclude name="Squiz.PHP.EmbeddedPhp.ContentAfterOpen"/>
113+
<exclude name="PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket"/>
114+
<exclude name="PEAR.Functions.FunctionCallSignature.Indent"/>
115+
<exclude name="PEAR.Functions.FunctionCallSignature.CloseBracketLine"/>
116+
<exclude name="Squiz.PHP.EmbeddedPhp.ContentBeforeEnd"/>
117+
<exclude name="Squiz.PHP.EmbeddedPhp.ContentBeforeOpen"/>
112118
</rule>
113119
</ruleset>

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Mailgun for WordPress
33

44
Contributors: mailgun, sivel, lookahead.io, m35dev, alanfuller
55
Tags: mailgun, smtp, http, api, mail, email
6-
Tested up to: 6.7.2
7-
Stable tag: 2.1.7
6+
Tested up to: 6.8.1
7+
Stable tag: 2.1.8
88
Requires PHP: 7.4
99
License: GPLv2 or later
1010

@@ -133,8 +133,8 @@ MAILGUN_REPLY_TO_ADDRESS Type: string
133133

134134
== Changelog ==
135135

136-
= 2.1.6 (2025-03-24): =
137-
- Added translation for the widget
136+
= 2.1.8 (2025-05-11): =
137+
- Just keep update WP version. And tested compatibility with it
138138

139139
= 2.1.6 (2025-03-07): =
140140
- Fixed bug with sending test emails (JS error). Basically it's 2.1.5. Just version updates

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Mailgun for WordPress
33

44
Contributors: mailgun, sivel, lookahead.io, m35dev, alanfuller
55
Tags: mailgun, smtp, http, api, mail, email
6-
Tested up to: 6.7.2
7-
Stable tag: 2.1.7
6+
Tested up to: 6.8.1
7+
Stable tag: 2.1.8
88
Requires PHP: 7.4
99
License: GPLv2 or later
1010

@@ -129,6 +129,9 @@ MAILGUN_TRACK_OPENS Type: string Choices: 'yes' or 'no'
129129

130130
== Changelog ==
131131

132+
= 2.1.8 (2025-05-11): =
133+
- Just keep update WP version. And tested compatibility with it
134+
132135
= 2.1.6 (2025-03-24): =
133136
- Added translation for the widget
134137

0 commit comments

Comments
 (0)