Version Description
(2021-02-19): = - Sync versions across plugin files
Download this release
Release Info
Developer | Mailgun |
Plugin | Mailgun for WordPress |
Version | 1.7.6 |
Comparing to | |
See all releases |
Code changes from version 1.7.5 to 1.7.6
- CHANGELOG.md +3 -0
- assets/banner-772x250.png +0 -0
- assets/icon-128x128.png +0 -0
- assets/icon-256x256.png +0 -0
- assets/screenshot-1.png +0 -0
- assets/screenshot-2.png +0 -0
- mailgun.php +1 -1
- readme.txt +7 -1
CHANGELOG.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
Changelog
|
2 |
=========
|
3 |
|
|
|
|
|
|
|
4 |
1.7.3 (2021-02-19)
|
5 |
- Update plugin version
|
6 |
|
1 |
Changelog
|
2 |
=========
|
3 |
|
4 |
+
1.7.6 (2021-02-19)
|
5 |
+
- Sync versions across plugin files
|
6 |
+
|
7 |
1.7.3 (2021-02-19)
|
8 |
- Update plugin version
|
9 |
|
assets/banner-772x250.png
DELETED
Binary file
|
assets/icon-128x128.png
DELETED
Binary file
|
assets/icon-256x256.png
DELETED
Binary file
|
assets/screenshot-1.png
DELETED
Binary file
|
assets/screenshot-2.png
DELETED
Binary file
|
mailgun.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Mailgun
|
5 |
* Plugin URI: http://wordpress.org/extend/plugins/mailgun/
|
6 |
* Description: Mailgun integration for WordPress
|
7 |
-
* Version: 1.7.
|
8 |
* Author: Mailgun
|
9 |
* Author URI: http://www.mailgun.com/
|
10 |
* License: GPLv2 or later
|
4 |
* Plugin Name: Mailgun
|
5 |
* Plugin URI: http://wordpress.org/extend/plugins/mailgun/
|
6 |
* Description: Mailgun integration for WordPress
|
7 |
+
* Version: 1.7.6
|
8 |
* Author: Mailgun
|
9 |
* Author URI: http://www.mailgun.com/
|
10 |
* License: GPLv2 or later
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Contributors: mailgun, sivel, lookahead.io, m35dev
|
|
5 |
Tags: mailgun, smtp, http, api, mail, email
|
6 |
Requires at least: 3.3
|
7 |
Tested up to: 5.5.3
|
8 |
-
Stable tag: 1.7.
|
9 |
License: GPLv2 or later
|
10 |
|
11 |
|
@@ -129,6 +129,12 @@ MAILGUN_FROM_ADDRESS Type: string
|
|
129 |
|
130 |
== Changelog ==
|
131 |
|
|
|
|
|
|
|
|
|
|
|
|
|
132 |
= 1.7.2 (2020-10-07): =
|
133 |
- Test plugin with PHP 7.4.
|
134 |
- Test plugin up to WordPress 5.5.1.
|
5 |
Tags: mailgun, smtp, http, api, mail, email
|
6 |
Requires at least: 3.3
|
7 |
Tested up to: 5.5.3
|
8 |
+
Stable tag: 1.7.6
|
9 |
License: GPLv2 or later
|
10 |
|
11 |
|
129 |
|
130 |
== Changelog ==
|
131 |
|
132 |
+
= 1.7.6 (2021-02-19): =
|
133 |
+
- Sync versions across plugin files
|
134 |
+
|
135 |
+
= 1.7.3 (2021-02-19): =
|
136 |
+
- Update plugin version
|
137 |
+
|
138 |
= 1.7.2 (2020-10-07): =
|
139 |
- Test plugin with PHP 7.4.
|
140 |
- Test plugin up to WordPress 5.5.1.
|