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 aa255c0 commit 0cb809cCopy full SHA for 0cb809c
mailchimp-top-bar.php
@@ -3,7 +3,7 @@
3
Plugin Name: MC4WP: Mailchimp Top Bar
4
Plugin URI: https://www.mc4wp.com/
5
Description: Adds a Mailchimp opt-in bar to the top of your site.
6
-Version: 1.6.2
+Version: 1.7.0
7
Author: ibericode
8
Author URI: https://ibericode.com/
9
Text Domain: mailchimp-top-bar
@@ -60,7 +60,7 @@
60
61
define('MAILCHIMP_TOP_BAR_FILE', __FILE__);
62
define('MAILCHIMP_TOP_BAR_DIR', __DIR__);
63
- define('MAILCHIMP_TOP_BAR_VERSION', '1.6.2');
+ define('MAILCHIMP_TOP_BAR_VERSION', '1.7.0');
64
65
require __DIR__ . '/src/functions.php';
66
0 commit comments