Skip to content

Commit

Permalink
Version bump to v1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Jul 8, 2016
1 parent fdafe0c commit 77e903d
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.10
Version: 1.2.11
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.10' );
define( 'MAILCHIMP_TOP_BAR_VERSION', '1.2.11' );

// 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.5.3
Stable tag: 1.2.10
Stable tag: 1.2.11
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.11 - July 8, 2016

**Improvements**

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

#### 1.2.10 - April 12, 2016

**Fixes**
Expand Down

0 comments on commit 77e903d

Please sign in to comment.