Skip to content

Commit 593710b

Browse files
Version bump to v1.2.10
1 parent 05b3828 commit 593710b

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.9
6+
Version: 1.2.10
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.9' );
58+
define( 'MAILCHIMP_TOP_BAR_VERSION', '1.2.10' );
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.4.1
7-
Stable tag: 1.2.9
7+
Stable tag: 1.2.10
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.10 - April 12, 2016
125+
126+
**Fixes**
127+
128+
- Closed bar would still overlap underlying elements (like fixed top menu's).
129+
130+
124131
#### 1.2.9 - March 16, 2016
125132

126133
**Fixes**

0 commit comments

Comments
 (0)