Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Jan 21, 2020
1 parent 671e362 commit d5fb763
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
==========

#### 1.5.1 - Jan 21, 2020

- Fade response element using CSS animations for better performance.
- Various minor performance improvements.


#### 1.5.0 - Oct 7, 2019

Compatibility with [Mailchimp for WordPress](https://wordpress.org/plugins/mailchimp-for-wp/) version 4.6.
Expand Down
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: MC4WP: Mailchimp Top Bar
Plugin URI: https://www.mc4wp.com/#utm_source=wp-plugin&utm_medium=mailchimp-top-bar&utm_campaign=plugins-page
Description: Adds a Mailchimp opt-in bar to the top of your site.
Version: 1.5.0
Version: 1.5.1
Author: ibericode
Author URI: https://ibericode.com/
Text Domain: mailchimp-top-bar
Expand Down Expand Up @@ -51,7 +51,7 @@ function _load_mailchimp_top_bar() {

define('MAILCHIMP_TOP_BAR_FILE', __FILE__);
define('MAILCHIMP_TOP_BAR_DIR', __DIR__);
define('MAILCHIMP_TOP_BAR_VERSION', '1.5.0');
define('MAILCHIMP_TOP_BAR_VERSION', '1.5.1');

// create instance
require_once __DIR__ . '/bootstrap.php';
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.mc4wp.com/#utm_source=wp-plugin-repo&utm_medium=mailchi
Tags: mailchimp, form, newsletter, mc4wp, email, opt-in, subscribe, call to action
Requires at least: 4.1
Tested up to: 5.3
Stable tag: 1.5.0
Stable tag: 1.5.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Requires PHP: 5.3
Expand Down Expand Up @@ -124,6 +124,12 @@ Please open a topic on the [WordPress.org plugin support forums](https://wordpre
== Changelog ==


#### 1.5.1 - Jan 21, 2020

- Fade response element using CSS animations for better performance.
- Various minor performance improvements.


#### 1.5.0 - Oct 7, 2019

Compatibility with [Mailchimp for WordPress](https://wordpress.org/plugins/mailchimp-for-wp/) version 4.6.
Expand Down

0 comments on commit d5fb763

Please sign in to comment.