Skip to content

Commit d24b632

Browse files
Update changelog and version (#183)
1 parent 2d5f5f9 commit d24b632

4 files changed

Lines changed: 50 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Changelog
22
=========
3-
= 1.9.7 (2024-01-03): =
3+
4+
2.0.1 (2024-07-17)
5+
- Updated changelog
6+
7+
2.0.0 (2024-07-17)
8+
- Updated plugin version and version compatibility
9+
- Updated tags, located in the svn. Keep only 5 last tags according to Wordpress.org rules
10+
11+
1.9.9 (2024-03-13)
12+
- Improve admin notices about not fully configured plugin
13+
- Small code cleaning
14+
15+
1.9.8 (2024-02-25)
16+
- Improve admin notices about not fully configured plugin
17+
- Small code cleaning
18+
19+
1.9.7 (2024-01-03)
420
- Ensure defaults are always set to remove warnings in PHP 8.1+
521

622
1.9.6 (2023-09-10)

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.0.0
6+
* Version: 2.0.1
77
* Requires PHP: 7.4
88
* Requires at least: 4.4
99
* Author: Mailgun

readme.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Mailgun for WordPress
44
Contributors: mailgun, sivel, lookahead.io, m35dev, alanfuller
55
Tags: mailgun, smtp, http, api, mail, email
66
Tested up to: 6.5.5
7-
Stable tag: 2.0.0
7+
Stable tag: 2.0.1
88
License: GPLv2 or later
99

1010
Easily send email from your WordPress site through Mailgun using the HTTP API or SMTP.
@@ -130,9 +130,21 @@ MAILGUN_TRACK_OPENS Type: string Choices: 'yes' or 'no'
130130

131131

132132
== Changelog ==
133+
134+
= 2.0.1 (2024-07-17): =
135+
- Updated changelog
136+
137+
= 2.0.0 (2024-07-17): =
138+
- Updated plugin version and version compatibility
139+
- Updated tags, located in the svn. Keep only 5 last tags according to Wordpress.org rules
140+
141+
= 1.9.9 (2024-03-13): =
142+
- Improve admin notices about not fully configured plugin
143+
- Small code cleaning
144+
133145
= 1.9.8 (2024-02-25): =
134-
- Improve admin notices about not fully configured plugin
135-
- Small code cleaning
146+
- Improve admin notices about not fully configured plugin
147+
- Small code cleaning
136148

137149
= 1.9.7 (2024-01-03): =
138150
- Ensure defaults are always set to remove warnings in PHP 8.1+

readme.txt

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Mailgun for WordPress
44
Contributors: mailgun, sivel, lookahead.io, m35dev, alanfuller
55
Tags: mailgun, smtp, http, api, mail, email
66
Tested up to: 6.5.5
7-
Stable tag: 2.0.0
7+
Stable tag: 2.0.1
88
License: GPLv2 or later
99

1010
Easily send email from your WordPress site through Mailgun using the HTTP API or SMTP.
@@ -128,6 +128,22 @@ MAILGUN_TRACK_OPENS Type: string Choices: 'yes' or 'no'
128128

129129

130130
== Changelog ==
131+
132+
= 2.0.1 (2024-07-17): =
133+
- Updated changelog
134+
135+
= 2.0.0 (2024-07-17): =
136+
- Updated plugin version and version compatibility
137+
- Updated tags, located in the svn. Keep only 5 last tags according to Wordpress.org rules
138+
139+
= 1.9.9 (2024-03-13): =
140+
- Improve admin notices about not fully configured plugin
141+
- Small code cleaning
142+
143+
= 1.9.8 (2024-02-25): =
144+
- Improve admin notices about not fully configured plugin
145+
- Small code cleaning
146+
131147
= 1.9.8 (2024-02-25): =
132148
- Improve admin notices about not fully configured plugin
133149
- Small code cleaning

0 commit comments

Comments
 (0)