Skip to content

Commit 47e3957

Browse files
Version bump to v1.2.12
1 parent 4826037 commit 47e3957

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

mailchimp-top-bar.php

+2-2
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.11
6+
Version: 1.2.12
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.11' );
58+
define( 'MAILCHIMP_TOP_BAR_VERSION', '1.2.12' );
5959

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

readme.txt

+23-2
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, email, opt-in, subscribe, call to action
55
Requires at least: 3.8
66
Tested up to: 4.5.3
7-
Stable tag: 1.2.11
7+
Stable tag: 1.2.12
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -122,12 +122,33 @@ Please open a topic on the [WordPress.org plugin support forums](https://wordpre
122122
== Changelog ==
123123

124124

125+
#### 1.2.12 - July 21, 2016
126+
127+
**Fixes**
128+
129+
- Bar would crash when clicking toggle icon during bar animation.
130+
131+
**Improvements**
132+
133+
- Function scope generated JavaScript file to prevent Browserify clashes with other loaded scripts.
134+
- Make sure script works even though it's loaded in the head section.
135+
- Preparations for upcoming MailChimp for WordPress v4.0 release.
136+
137+
**Additions**
138+
139+
- Added Spanish language files, thanks to [Ángel Guzmán Maeso](http://shakaran.net/)
140+
- Added `mctb_data` filter, to filter form data before it is processed.
141+
142+
**Deprecated**
143+
144+
- Deprecated `mctb_merge_vars` filter.
145+
146+
125147
#### 1.2.11 - July 8, 2016
126148

127149
**Improvements**
128150

129151
- Completely removed optional jQuery dependency. The plugin now uses JavaScript animations, resulting in a much smoother experience.
130-
- Preparations for upcoming MailChimp for WordPress v4.0 release.
131152

132153
#### 1.2.10 - April 12, 2016
133154

0 commit comments

Comments
 (0)