Skip to content

Commit 15cf87a

Browse files
v1.5.2
1 parent 2ee50da commit 15cf87a

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
==========
33

4+
#### 1.5.2 - Mar 9, 2020
5+
6+
- Add setting to disable bar (stop loading it altogether) after it is used.
7+
- Increase default cookie lifetime to 1 year.
8+
9+
410
#### 1.5.1 - Jan 21, 2020
511

612
- Fade response element using CSS animations for better performance.

mailchimp-top-bar.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: MC4WP: Mailchimp Top Bar
44
Plugin URI: https://www.mc4wp.com/#utm_source=wp-plugin&utm_medium=mailchimp-top-bar&utm_campaign=plugins-page
55
Description: Adds a Mailchimp opt-in bar to the top of your site.
6-
Version: 1.5.1
6+
Version: 1.5.2
77
Author: ibericode
88
Author URI: https://ibericode.com/
99
Text Domain: mailchimp-top-bar
@@ -51,7 +51,7 @@ function _load_mailchimp_top_bar() {
5151

5252
define('MAILCHIMP_TOP_BAR_FILE', __FILE__);
5353
define('MAILCHIMP_TOP_BAR_DIR', __DIR__);
54-
define('MAILCHIMP_TOP_BAR_VERSION', '1.5.1');
54+
define('MAILCHIMP_TOP_BAR_VERSION', '1.5.2');
5555

5656
// create instance
5757
require_once __DIR__ . '/bootstrap.php';

readme.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
=== MC4WP: Mailchimp Top Bar ===
22
Contributors: Ibericode, DvanKooten, hchouhan, lapzor
3-
Donate link: https://www.mc4wp.com/#utm_source=wp-plugin-repo&utm_medium=mailchimp-top-bar&utm_campaign=donate-link
3+
Donate link: https://www.mc4wp.com/
44
Tags: mailchimp, form, newsletter, mc4wp, email, opt-in, subscribe, call to action
55
Requires at least: 4.1
66
Tested up to: 5.3
7-
Stable tag: 1.5.1
7+
Stable tag: 1.5.2
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010
Requires PHP: 5.3
@@ -124,6 +124,12 @@ Please open a topic on the [WordPress.org plugin support forums](https://wordpre
124124
== Changelog ==
125125

126126

127+
#### 1.5.2 - Mar 9, 2020
128+
129+
- Add setting to disable bar (stop loading it altogether) after it is used.
130+
- Increase default cookie lifetime to 1 year.
131+
132+
127133
#### 1.5.1 - Jan 21, 2020
128134

129135
- Fade response element using CSS animations for better performance.

0 commit comments

Comments
 (0)