Skip to content

Commit d3085e3

Browse files
Updated assets & autoloader
1 parent d8cab36 commit d3085e3

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

mailchimp-for-wp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: MailChimp for WordPress Lite
44
Plugin URI: https://mc4wp.com/#utm_source=wp-plugin&utm_medium=mailchimp-for-wp&utm_campaign=plugins-page
55
Description: Lite version of MailChimp for WordPress. Adds various sign-up methods to your website.
6-
Version: 2.3.3
6+
Version: 2.3.4
77
Author: ibericode
88
Author URI: http://ibericode.com/
99
Text Domain: mailchimp-for-wp
@@ -48,7 +48,7 @@ function mc4wp_load_plugin() {
4848
}
4949

5050
// bootstrap the lite plugin
51-
define( 'MC4WP_LITE_VERSION', '2.3.3' );
51+
define( 'MC4WP_LITE_VERSION', '2.3.4' );
5252
define( 'MC4WP_LITE_PLUGIN_DIR', dirname( __FILE__ ) . '/' );
5353
define( 'MC4WP_LITE_PLUGIN_URL', plugins_url( '/' , __FILE__ ) );
5454
define( 'MC4WP_LITE_PLUGIN_FILE', __FILE__ );

readme.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://mc4wp.com/#utm_source=wp-plugin-repo&utm_medium=mailchimp-f
44
Tags: mailchimp,newsletter,sign-up,contact form 7,woocommerce,buddypress,widget,form
55
Requires at least: 3.7
66
Tested up to: 4.2.2
7-
Stable tag: 2.3.3
7+
Stable tag: 2.3.4
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -266,6 +266,16 @@ Development of the plugin happens on GitHub: [dannyvankooten/mailchimp-for-wordp
266266

267267
== Changelog ==
268268

269+
= 2.3.4 - May 29, 2015 =
270+
271+
**Fixes**
272+
273+
- Issue with GROUPINGS not being sent to MailChimp
274+
275+
**Improvements**
276+
277+
- Code preview in Field Builder is now read-only
278+
269279
= 2.3.3 - May 27, 2015 =
270280

271281
**Fixes**

vendor/autoload_52.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
66

7-
return ComposerAutoloaderInit356e0fc672378279ef7f2ddfb34f10b8::getLoader();
7+
return ComposerAutoloaderInit740ce0f6414d1716cd8da88685594df5::getLoader();

vendor/composer/autoload_real_52.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// autoload_real_52.php generated by xrstf/composer-php52
44

5-
class ComposerAutoloaderInit356e0fc672378279ef7f2ddfb34f10b8 {
5+
class ComposerAutoloaderInit740ce0f6414d1716cd8da88685594df5 {
66
private static $loader;
77

88
public static function loadClassLoader($class) {
@@ -19,9 +19,9 @@ public static function getLoader() {
1919
return self::$loader;
2020
}
2121

22-
spl_autoload_register(array('ComposerAutoloaderInit356e0fc672378279ef7f2ddfb34f10b8', 'loadClassLoader'), true /*, true */);
22+
spl_autoload_register(array('ComposerAutoloaderInit740ce0f6414d1716cd8da88685594df5', 'loadClassLoader'), true /*, true */);
2323
self::$loader = $loader = new xrstf_Composer52_ClassLoader();
24-
spl_autoload_unregister(array('ComposerAutoloaderInit356e0fc672378279ef7f2ddfb34f10b8', 'loadClassLoader'));
24+
spl_autoload_unregister(array('ComposerAutoloaderInit740ce0f6414d1716cd8da88685594df5', 'loadClassLoader'));
2525

2626
$vendorDir = dirname(dirname(__FILE__));
2727
$baseDir = dirname($vendorDir);

0 commit comments

Comments
 (0)