Skip to content

Commit

Permalink
Update to 5.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgi Nikolov committed Mar 22, 2019
1 parent cb5d529 commit eb49f2e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- Tags: email, marketing, signup, newsletter, widget, smtp, mailjet
- Requires at least: 3.9
- Tested up to: 5.1
- Stable tag: 5.0.10
- Stable tag: 5.0.11
- License: GPLv2 or later
- License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -172,6 +172,12 @@ find vendor/ -type d -name ".git" -exec rm -rf {} \;

## Changelog

##### 5.0.11
* Fix confirmation link
* Create contact properties
* Change Connected to name
* Fix user access

##### 5.0.10
* Fix subscription confirmation URL for custom thank you page

Expand Down
8 changes: 7 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributors: Mailjet
Tags: email, marketing, signup, newsletter, widget, smtp, mailjet
Requires at least: 3.9
Tested up to: 5.1
Stable tag: 5.0.10
Stable tag: 5.0.11
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -181,6 +181,12 @@ find vendor/ -type d -name ".git" -exec rm -rf {} \;

== Changelog ==

= 5.0.11 =
* Fix confirmation link
* Create contact properties
* Change Connected to name
* Fix user access

= 5.0.10 =
* Fix subscription confirmation URL for custom thank you page

Expand Down
2 changes: 1 addition & 1 deletion src/includes/Mailjet.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function __construct()
if (defined('MAILJET_VERSION')) {
$this->version = MAILJET_VERSION;
} else {
$this->version = '5.0.10';
$this->version = '5.0.11';
}
$this->plugin_name = 'mailjet';

Expand Down
4 changes: 2 additions & 2 deletions wp-mailjet.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* Plugin Name: Mailjet for WordPress
* Plugin URI: https://www.mailjet.com/partners/wordpress/
* Description: The Best WordPress Plugin For Email Newsletters.
* Version: 5.0.10
* Version: 5.0.11
* Author: Mailjet SAS
* Author URI: http://mailjet.com
* License: GPL-2.0+
Expand Down Expand Up @@ -54,7 +54,7 @@
/**
* Mailjet plugin version.
*/
define('MAILJET_VERSION', '5.0.10');
define('MAILJET_VERSION', '5.0.11');


// Call the update to V5 logic
Expand Down

0 comments on commit eb49f2e

Please sign in to comment.