diff --git a/mailpoet.php b/mailpoet.php index 4750313c86..ff1c5fd7a4 100644 --- a/mailpoet.php +++ b/mailpoet.php @@ -5,13 +5,13 @@ use MailPoet\Config\Initializer; /* * Plugin Name: MailPoet - * Version: 3.0.0-beta.13 + * Version: 3.0.0-beta.14 * Plugin URI: http://www.mailpoet.com * Description: Create and send beautiful email newsletters, autoresponders, and post notifications without leaving WordPress. This is a beta version of our brand new plugin! * Author: MailPoet * Author URI: http://www.mailpoet.com * Requires at least: 4.6 - * Tested up to: 4.7 + * Tested up to: 4.7.1 * * Text Domain: mailpoet * Domain Path: /lang/ @@ -24,7 +24,7 @@ use MailPoet\Config\Initializer; $mailpoet_loader = dirname(__FILE__) . '/vendor/autoload.php'; if(file_exists($mailpoet_loader)) { require $mailpoet_loader; - define('MAILPOET_VERSION', '3.0.0-beta.13'); + define('MAILPOET_VERSION', '3.0.0-beta.14'); $initializer = new Initializer( array( 'file' => __FILE__, @@ -37,4 +37,4 @@ if(file_exists($mailpoet_loader)) { $notice = __('MailPoet cannot start because it is missing core files. Please reinstall the plugin.', 'mailpoet'); printf('
%1$s