Skip to content

Commit ea70f1b

Browse files
Bump version to v1.6.0
1 parent 39b2582 commit ea70f1b

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

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.6
6+
Version: 1.6.0
77
Author: ibericode
88
Author URI: https://ibericode.com/
99
Text Domain: mailchimp-top-bar
@@ -45,7 +45,7 @@ function _load_mailchimp_top_bar() {
4545

4646
define('MAILCHIMP_TOP_BAR_FILE', __FILE__);
4747
define('MAILCHIMP_TOP_BAR_DIR', __DIR__);
48-
define('MAILCHIMP_TOP_BAR_VERSION', '1.5.6');
48+
define('MAILCHIMP_TOP_BAR_VERSION', '1.6.0');
4949

5050
// create instance
5151
require_once __DIR__ . '/bootstrap.php';

readme.txt

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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: 6.1
7-
Stable tag: 1.5.6
7+
Stable tag: 1.6.0
88
License: GPLv3 or later
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010
Requires PHP: 5.3
@@ -124,6 +124,13 @@ Please open a topic on the [WordPress.org plugin support forums](https://wordpre
124124
== Changelog ==
125125

126126

127+
### 1.6.0 - Jan 4, 2022
128+
129+
- JS file now has `defer` attribute so it is not render blocking.
130+
- Stylesheet is now inserted through JS, so it is not render blocking.
131+
- Animations now entirely handled using CSS.
132+
- JS file is now 20% smaller because of the above (2.6 kB gzipped).
133+
127134

128135
### 1.5.6 - Dec 1, 2022
129136

0 commit comments

Comments
 (0)