Plugin Directory

Changeset 3291440


Ignore:
Timestamp:
05/11/2025 08:35:30 PM (11 months ago)
Author:
omykhailenko
Message:

Updating trunk

Location:
mailgun/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • mailgun/trunk/CHANGELOG.md

    r3263795 r3291440  
    11Changelog
    22=========
     3
     42.1.8 (2025-05-11)
     5- Just keep update WP version. And tested compatibility with it
    36
    472.1.6 (2025-03-24)
  • mailgun/trunk/mailgun.php

    r3263795 r3291440  
    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
  • mailgun/trunk/phpcs.xml.dist

    r3245197 r3291440  
    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>
  • mailgun/trunk/readme.md

    r3263795 r3291440  
    44Contributors: mailgun, sivel, lookahead.io, m35dev, alanfuller
    55Tags: mailgun, smtp, http, api, mail, email
    6 Tested up to: 6.7.2
    7 Stable tag: 2.1.7
     6Tested up to: 6.8.1
     7Stable tag: 2.1.8
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    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): =
  • mailgun/trunk/readme.txt

    r3263795 r3291440  
    44Contributors: mailgun, sivel, lookahead.io, m35dev, alanfuller
    55Tags: mailgun, smtp, http, api, mail, email
    6 Tested up to: 6.7.2
    7 Stable tag: 2.1.7
     6Tested up to: 6.8.1
     7Stable tag: 2.1.8
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    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
Note: See TracChangeset for help on using the changeset viewer.