Skip to content

Commit

Permalink
Merge pull request #201 from mailjet/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
JasenAngelov authored May 17, 2019
2 parents b3db2d2 + 89c3c84 commit e42a0af
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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.2
- Stable tag: 5.1
- Stable tag: 5.1.0
- License: GPLv2 or later
- License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

## Changelog

##### 5.1
##### 5.1.0
* New integration with Contact Form 7 has been added
* Added support for custom translation files
* Multiple widgets can be added on the same page
Expand Down
2 changes: 1 addition & 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.2
Stable tag: 5.1
Stable tag: 5.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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.1';
$this->version = '5.1.0';
}
$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.1
* Version: 5.1.0
* 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.1');
define('MAILJET_VERSION', '5.1.0');

/**
* Mailjet Plugid dir.
Expand Down

0 comments on commit e42a0af

Please sign in to comment.