Skip to content

Commit

Permalink
version bump for logs cron job unscheduling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Graham committed Nov 17, 2018
1 parent 6d9ce4e commit 3aa8be9
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 2 deletions.
Empty file modified LICENSE.txt 100755 → 100644
Empty file.
Empty file modified assets/css/admin.css 100755 → 100644
Empty file.
Empty file modified assets/images/logo.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/js/admin.js 100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions postmark.php
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Postmark (Official)
Plugin URI: https://postmarkapp.com/
Description: Overwrites wp_mail to send emails through Postmark
Version: 1.10.4
Version: 1.10.5
Author: Andrew Yates & Matt Gibbs
*/

Expand All @@ -13,7 +13,7 @@ class Postmark_Mail
public static $LAST_ERROR = null;

function __construct() {
define( 'POSTMARK_VERSION', '1.10.4' );
define( 'POSTMARK_VERSION', '1.10.5' );
define( 'POSTMARK_DIR', dirname( __FILE__ ) );
define( 'POSTMARK_URL', plugins_url( basename( POSTMARK_DIR ) ) );

Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Expand Up @@ -67,6 +67,9 @@ This plugin detects HTML by checking the headers sent by other WordPress plugins

== Changelog ==

= v1.10.5 =
* Corrects logs deletion cron job unscheduling issue.

= v1.10.4 =
* Removes index on logs table.

Expand Down
Empty file modified wp-mail.php 100755 → 100644
Empty file.

0 comments on commit 3aa8be9

Please sign in to comment.