Skip to content

Commit

Permalink
Updated assets & autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed May 30, 2015
1 parent d8cab36 commit d3085e3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
4 changes: 2 additions & 2 deletions mailchimp-for-wp.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: MailChimp for WordPress Lite
Plugin URI: https://mc4wp.com/#utm_source=wp-plugin&utm_medium=mailchimp-for-wp&utm_campaign=plugins-page
Description: Lite version of MailChimp for WordPress. Adds various sign-up methods to your website.
Version: 2.3.3
Version: 2.3.4
Author: ibericode
Author URI: http://ibericode.com/
Text Domain: mailchimp-for-wp
Expand Down Expand Up @@ -48,7 +48,7 @@ function mc4wp_load_plugin() {
}

// bootstrap the lite plugin
define( 'MC4WP_LITE_VERSION', '2.3.3' );
define( 'MC4WP_LITE_VERSION', '2.3.4' );
define( 'MC4WP_LITE_PLUGIN_DIR', dirname( __FILE__ ) . '/' );
define( 'MC4WP_LITE_PLUGIN_URL', plugins_url( '/' , __FILE__ ) );
define( 'MC4WP_LITE_PLUGIN_FILE', __FILE__ );
Expand Down
12 changes: 11 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-f
Tags: mailchimp,newsletter,sign-up,contact form 7,woocommerce,buddypress,widget,form
Requires at least: 3.7
Tested up to: 4.2.2
Stable tag: 2.3.3
Stable tag: 2.3.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 2.3.4 - May 29, 2015 =

**Fixes**

- Issue with GROUPINGS not being sent to MailChimp

**Improvements**

- Code preview in Field Builder is now read-only

= 2.3.3 - May 27, 2015 =

**Fixes**
Expand Down
2 changes: 1 addition & 1 deletion vendor/autoload_52.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

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

return ComposerAutoloaderInit356e0fc672378279ef7f2ddfb34f10b8::getLoader();
return ComposerAutoloaderInit740ce0f6414d1716cd8da88685594df5::getLoader();
6 changes: 3 additions & 3 deletions vendor/composer/autoload_real_52.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

class ComposerAutoloaderInit356e0fc672378279ef7f2ddfb34f10b8 {
class ComposerAutoloaderInit740ce0f6414d1716cd8da88685594df5 {
private static $loader;

public static function loadClassLoader($class) {
Expand All @@ -19,9 +19,9 @@ public static function getLoader() {
return self::$loader;
}

spl_autoload_register(array('ComposerAutoloaderInit356e0fc672378279ef7f2ddfb34f10b8', 'loadClassLoader'), true /*, true */);
spl_autoload_register(array('ComposerAutoloaderInit740ce0f6414d1716cd8da88685594df5', 'loadClassLoader'), true /*, true */);
self::$loader = $loader = new xrstf_Composer52_ClassLoader();
spl_autoload_unregister(array('ComposerAutoloaderInit356e0fc672378279ef7f2ddfb34f10b8', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit740ce0f6414d1716cd8da88685594df5', 'loadClassLoader'));

$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
Expand Down

0 comments on commit d3085e3

Please sign in to comment.