Skip to content

Commit

Permalink
Version bump to v1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Apr 12, 2016
1 parent 05b3828 commit 593710b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mailchimp-top-bar.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: MailChimp for WordPress - Top Bar
Plugin URI: https://mc4wp.com/#utm_source=wp-plugin&utm_medium=mailchimp-top-bar&utm_campaign=plugins-page
Description: Adds an opt-in bar to the top of your site.
Version: 1.2.9
Version: 1.2.10
Author: ibericode
Author URI: https://ibericode.com/
Text Domain: mailchimp-top-bar
Expand Down Expand Up @@ -55,7 +55,7 @@ function __load_mailchimp_top_bar() {

define( 'MAILCHIMP_TOP_BAR_FILE', __FILE__ );
define( 'MAILCHIMP_TOP_BAR_DIR', __DIR__ );
define( 'MAILCHIMP_TOP_BAR_VERSION', '1.2.9' );
define( 'MAILCHIMP_TOP_BAR_VERSION', '1.2.10' );

// create instance
require_once __DIR__ . '/bootstrap.php';
Expand Down
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://mc4wp.com/#utm_source=wp-plugin-repo&utm_medium=mailchimp-t
Tags: mailchimp,form,newsletter,mc4wp,mailchimp form,mailchimp sign-up,email,sign-up bar,opt-in,sign-up,subscribe,conversion,call to action
Requires at least: 3.8
Tested up to: 4.4.1
Stable tag: 1.2.9
Stable tag: 1.2.10
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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


#### 1.2.10 - April 12, 2016

**Fixes**

- Closed bar would still overlap underlying elements (like fixed top menu's).


#### 1.2.9 - March 16, 2016

**Fixes**
Expand Down

0 comments on commit 593710b

Please sign in to comment.