Skip to content

Commit a3a1869

Browse files
author
Patrick Graham
committed
version bump
1 parent fa6b368 commit a3a1869

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,11 @@ This plugin detects HTML by checking the headers sent by other WordPress plugins
5959

6060
## Changelog
6161

62+
### v1.12
63+
* Adds support for message streams.
64+
6265
### v1.11.6
63-
* * Updates server API token location hint in plugin settings.
66+
* Updates server API token location hint in plugin settings.
6467

6568
### v1.11.5
6669
* Changes Settings form field validation to allow using POSTMARK_API_TEST for server token.

assets/.DS_Store

-6 KB
Binary file not shown.

postmark.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Postmark (Official)
44
* Plugin URI: https://postmarkapp.com/
55
* Description: Overrides wp_mail to send emails through Postmark
6-
* Version: 1.11.6
6+
* Version: 1.12
77
* Author: Andrew Yates & Matt Gibbs
88
*/
99

@@ -31,7 +31,7 @@ class Postmark_Mail {
3131
*/
3232
public function __construct() {
3333
if ( ! defined( 'POSTMARK_VERSION' ) ) {
34-
define( 'POSTMARK_VERSION', '1.11.6' );
34+
define( 'POSTMARK_VERSION', '1.12' );
3535
}
3636

3737
if ( ! defined( 'POSTMARK_DIR' ) ) {

readme.txt

+3
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ And save the changes to the file.
9090
1. Postmark WP Plugin Settings screen.
9191

9292
== Changelog ==
93+
= v1.12 =
94+
* Adds support for message streams.
95+
9396
= v1.11.6 =
9497
* Updates server API token location hint in plugin settings.
9598

0 commit comments

Comments
 (0)