Skip to content

Commit 0478dcc

Browse files
Version bump to v1.2.8
1 parent def4609 commit 0478dcc

File tree

2 files changed

+12
-3
lines changed

2 files changed

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

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

readme.txt

Lines changed: 10 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.7
7+
Stable tag: 1.2.8
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -120,6 +120,15 @@ Please open a topic on the [WordPress.org plugin support forums](https://wordpre
120120

121121
== Changelog ==
122122

123+
124+
#### 1.2.8 - March 15, 2016
125+
126+
**Improvements**
127+
128+
- Make sure top bar doesn't appear on top of WP admin bar.
129+
- Hardened CSS styles for improved theme compatability.
130+
131+
123132
#### 1.2.7 - January 26, 2016
124133

125134
**Improvements**

0 commit comments

Comments
 (0)