Changeset 3291440
- Timestamp:
- 05/11/2025 08:35:30 PM (11 months ago)
- Location:
- mailgun/trunk
- Files:
-
- 5 edited
-
CHANGELOG.md (modified) (1 diff)
-
mailgun.php (modified) (1 diff)
-
phpcs.xml.dist (modified) (1 diff)
-
readme.md (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mailgun/trunk/CHANGELOG.md
r3263795 r3291440 1 1 Changelog 2 2 ========= 3 4 2.1.8 (2025-05-11) 5 - Just keep update WP version. And tested compatibility with it 3 6 4 7 2.1.6 (2025-03-24) -
mailgun/trunk/mailgun.php
r3263795 r3291440 4 4 * Plugin URI: http://wordpress.org/extend/plugins/mailgun/ 5 5 * Description: Mailgun integration for WordPress 6 * Version: 2.1. 76 * Version: 2.1.8 7 7 * Requires PHP: 7.4 8 8 * Requires at least: 4.4 -
mailgun/trunk/phpcs.xml.dist
r3245197 r3291440 110 110 <exclude name="WordPress.PHP.DisallowShortTernary.Found"/> 111 111 <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"/> 112 118 </rule> 113 119 </ruleset> -
mailgun/trunk/readme.md
r3263795 r3291440 4 4 Contributors: mailgun, sivel, lookahead.io, m35dev, alanfuller 5 5 Tags: mailgun, smtp, http, api, mail, email 6 Tested up to: 6. 7.27 Stable tag: 2.1. 76 Tested up to: 6.8.1 7 Stable tag: 2.1.8 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 134 134 == Changelog == 135 135 136 = 2.1. 6 (2025-03-24): =137 - Added translation for the widget136 = 2.1.8 (2025-05-11): = 137 - Just keep update WP version. And tested compatibility with it 138 138 139 139 = 2.1.6 (2025-03-07): = -
mailgun/trunk/readme.txt
r3263795 r3291440 4 4 Contributors: mailgun, sivel, lookahead.io, m35dev, alanfuller 5 5 Tags: mailgun, smtp, http, api, mail, email 6 Tested up to: 6. 7.27 Stable tag: 2.1. 76 Tested up to: 6.8.1 7 Stable tag: 2.1.8 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 130 130 == Changelog == 131 131 132 = 2.1.8 (2025-05-11): = 133 - Just keep update WP version. And tested compatibility with it 134 132 135 = 2.1.6 (2025-03-24): = 133 136 - Added translation for the widget
Note: See TracChangeset
for help on using the changeset viewer.