File tree 4 files changed +9
-3
lines changed
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,11 @@ This plugin detects HTML by checking the headers sent by other WordPress plugins
59
59
60
60
## Changelog
61
61
62
+ ### v1.12
63
+ * Adds support for message streams.
64
+
62
65
### v1.11.6
63
- * * Updates server API token location hint in plugin settings.
66
+ * Updates server API token location hint in plugin settings.
64
67
65
68
### v1.11.5
66
69
* Changes Settings form field validation to allow using POSTMARK_API_TEST for server token.
Original file line number Diff line number Diff line change 3
3
* Plugin Name: Postmark (Official)
4
4
* Plugin URI: https://postmarkapp.com/
5
5
* Description: Overrides wp_mail to send emails through Postmark
6
- * Version: 1.11.6
6
+ * Version: 1.12
7
7
* Author: Andrew Yates & Matt Gibbs
8
8
*/
9
9
@@ -31,7 +31,7 @@ class Postmark_Mail {
31
31
*/
32
32
public function __construct () {
33
33
if ( ! defined ( 'POSTMARK_VERSION ' ) ) {
34
- define ( 'POSTMARK_VERSION ' , '1.11.6 ' );
34
+ define ( 'POSTMARK_VERSION ' , '1.12 ' );
35
35
}
36
36
37
37
if ( ! defined ( 'POSTMARK_DIR ' ) ) {
Original file line number Diff line number Diff line change @@ -90,6 +90,9 @@ And save the changes to the file.
90
90
1. Postmark WP Plugin Settings screen.
91
91
92
92
== Changelog ==
93
+ = v1.12 =
94
+ * Adds support for message streams.
95
+
93
96
= v1.11.6 =
94
97
* Updates server API token location hint in plugin settings.
95
98
You can’t perform that action at this time.
0 commit comments