We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bedbf02 commit 4c95a4bCopy full SHA for 4c95a4b
mailchimp-top-bar.php
@@ -3,7 +3,7 @@
3
Plugin Name: MC4WP: Mailchimp Top Bar
4
Plugin URI: https://www.mc4wp.com/#utm_source=wp-plugin&utm_medium=mailchimp-top-bar&utm_campaign=plugins-page
5
Description: Adds a Mailchimp opt-in bar to the top of your site.
6
-Version: 1.6.0
+Version: 1.6.1
7
Author: ibericode
8
Author URI: https://ibericode.com/
9
Text Domain: mailchimp-top-bar
@@ -55,7 +55,7 @@
55
56
define('MAILCHIMP_TOP_BAR_FILE', __FILE__);
57
define('MAILCHIMP_TOP_BAR_DIR', __DIR__);
58
- define('MAILCHIMP_TOP_BAR_VERSION', '1.6.0');
+ define('MAILCHIMP_TOP_BAR_VERSION', '1.6.1');
59
60
require __DIR__ . '/src/functions.php';
61
0 commit comments