Skip to content

Commit d5fb763

Browse files
v1.5.1
1 parent 671e362 commit d5fb763

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
==========
33

4+
#### 1.5.1 - Jan 21, 2020
5+
6+
- Fade response element using CSS animations for better performance.
7+
- Various minor performance improvements.
8+
9+
410
#### 1.5.0 - Oct 7, 2019
511

612
Compatibility with [Mailchimp for WordPress](https://wordpress.org/plugins/mailchimp-for-wp/) version 4.6.

mailchimp-top-bar.php

+2-2
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.0
6+
Version: 1.5.1
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.0');
54+
define('MAILCHIMP_TOP_BAR_VERSION', '1.5.1');
5555

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

readme.txt

100755100644
+7-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.mc4wp.com/#utm_source=wp-plugin-repo&utm_medium=mailchi
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.0
7+
Stable tag: 1.5.1
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.1 - Jan 21, 2020
128+
129+
- Fade response element using CSS animations for better performance.
130+
- Various minor performance improvements.
131+
132+
127133
#### 1.5.0 - Oct 7, 2019
128134

129135
Compatibility with [Mailchimp for WordPress](https://wordpress.org/plugins/mailchimp-for-wp/) version 4.6.

0 commit comments

Comments
 (0)