Skip to content

Commit 4720ef8

Browse files
Version bump to v1.2.9
1 parent 08ce2b2 commit 4720ef8

File tree

2 files changed

+11
-3
lines changed

2 files changed

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

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

readme.txt

+9-1
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.8
7+
Stable tag: 1.2.9
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.9 - March 16, 2016
125+
126+
**Fixes**
127+
128+
Top Bar was invisible on some themes because of `z-index` being too low.
129+
130+
124131
#### 1.2.8 - March 15, 2016
125132

126133
**Improvements**
@@ -341,6 +348,7 @@ Please update the [MailChimp for WordPress plugin](https://wordpress.org/plugins
341348
#### 1.0 - January 28, 2015
342349

343350
Initial release
351+
344352
== Upgrade Notice ==
345353

346354
= 1.2.6 =

0 commit comments

Comments
 (0)