Skip to content

Commit 77e903d

Browse files
Version bump to v1.2.11
1 parent fdafe0c commit 77e903d

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

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: MailChimp for WordPress - Top Bar
44
Plugin URI: https://mc4wp.com/#utm_source=wp-plugin&utm_medium=mailchimp-top-bar&utm_campaign=plugins-page
55
Description: Adds an opt-in bar to the top of your site.
6-
Version: 1.2.10
6+
Version: 1.2.11
77
Author: ibericode
88
Author URI: https://ibericode.com/
99
Text Domain: mailchimp-top-bar
@@ -55,7 +55,7 @@ function __load_mailchimp_top_bar() {
5555

5656
define( 'MAILCHIMP_TOP_BAR_FILE', __FILE__ );
5757
define( 'MAILCHIMP_TOP_BAR_DIR', __DIR__ );
58-
define( 'MAILCHIMP_TOP_BAR_VERSION', '1.2.10' );
58+
define( 'MAILCHIMP_TOP_BAR_VERSION', '1.2.11' );
5959

6060
// create instance
6161
require_once __DIR__ . '/bootstrap.php';

readme.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://mc4wp.com/#utm_source=wp-plugin-repo&utm_medium=mailchimp-t
44
Tags: mailchimp,form,newsletter,mc4wp,mailchimp form,mailchimp sign-up,email,sign-up bar,opt-in,sign-up,subscribe,conversion,call to action
55
Requires at least: 3.8
66
Tested up to: 4.5.3
7-
Stable tag: 1.2.10
7+
Stable tag: 1.2.11
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -121,6 +121,13 @@ Please open a topic on the [WordPress.org plugin support forums](https://wordpre
121121
== Changelog ==
122122

123123

124+
#### 1.2.11 - July 8, 2016
125+
126+
**Improvements**
127+
128+
- Completely removed optional jQuery dependency. The plugin now uses JavaScript animations, resulting in a much smoother experience.
129+
- Preparations for upcoming MailChimp for WordPress v4.0 release.
130+
124131
#### 1.2.10 - April 12, 2016
125132

126133
**Fixes**

0 commit comments

Comments
 (0)