Skip to content

Commit

Permalink
prepare for release 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
webaware committed Mar 19, 2020
1 parent 9d392bf commit a204a49
Show file tree
Hide file tree
Showing 4 changed files with 187 additions and 111 deletions.
4 changes: 2 additions & 2 deletions disable-emails.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Disable Emails
Plugin URI: https://shop.webaware.com.au/downloads/disable-emails/
Description: Stop WordPress from sending any emails. ANY!
Version: 1.6.2
Version: 1.6.3
Author: WebAware
Author URI: https://shop.webaware.com.au/
Text Domain: disable-emails
Expand Down Expand Up @@ -41,7 +41,7 @@
define('DISABLE_EMAILS_PLUGIN_ROOT', dirname(__FILE__) . '/');
define('DISABLE_EMAILS_PLUGIN_NAME', basename(dirname(__FILE__)) . '/' . basename(__FILE__));
define('DISABLE_EMAILS_MIN_PHP', '5.6');
define('DISABLE_EMAILS_VERSION', '1.6.2');
define('DISABLE_EMAILS_VERSION', '1.6.3');

require DISABLE_EMAILS_PLUGIN_ROOT . 'includes/functions-global.php';
require DISABLE_EMAILS_PLUGIN_ROOT . 'includes/class.Requires.php';
Expand Down
Loading

0 comments on commit a204a49

Please sign in to comment.