Skip to content

Commit

Permalink
Bump version to v4.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Apr 22, 2024
1 parent 7d85239 commit a8a46a2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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: MC4WP: Mailchimp for WordPress
Plugin URI: https://www.mc4wp.com/#utm_source=wp-plugin&utm_medium=mailchimp-for-wp&utm_campaign=plugins-page
Description: Mailchimp for WordPress by ibericode. Adds various highly effective sign-up methods to your site.
Version: 4.9.11
Version: 4.9.12
Author: ibericode
Author URI: https://www.ibericode.com/
Text Domain: mailchimp-for-wp
Expand Down Expand Up @@ -45,7 +45,7 @@ function _mc4wp_load_plugin() {
}

// bootstrap the core plugin
define( 'MC4WP_VERSION', '4.9.11' );
define( 'MC4WP_VERSION', '4.9.12' );
define( 'MC4WP_PLUGIN_DIR', __DIR__ );
define( 'MC4WP_PLUGIN_FILE', __FILE__ );

Expand Down
16 changes: 8 additions & 8 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.mc4wp.com/contribute/#utm_source=wp-plugin-repo&utm_med
Tags: mailchimp, subscribe, email, newsletter, form
Requires at least: 4.6
Tested up to: 6.5
Stable tag: 4.9.11
Stable tag: 4.9.12
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires PHP: 5.3
Expand Down Expand Up @@ -188,7 +188,12 @@ The plugin provides various filter and action hooks that allow you to modify or
== Changelog ==


#### 4.9.11 - Jan 8, 2023
#### 4.9.12 - Apr 22, 2024

- Fix last 10 Mailchimp lists not being pulled-in when having more than 10 lists.


#### 4.9.11 - Jan 8, 2024

- Update third-party JS dependencies.
- Bump tested WordPress version.
Expand Down Expand Up @@ -1203,12 +1208,7 @@ This release updates the plugin to version 3 of the Mailchimp API. Please [read
- Scroll to form after form submission now uses native browser method `scrollIntoView()`.
- Various improvements for right-to-left (RTL) sites.
- The Mailchimp API key is now obfuscated on the settings page.
- Contact Form 7 integration now uses an early hook priority to ensure we run before any page redirects.

**Additions**

- Add position option for WooCommerce integration.
- Add `{post}` tag whch can be used in form ...
- Contact Form 7 integration now uses an early hook priority to ensure we ...

== Upgrade Notice ==

Expand Down

0 comments on commit a8a46a2

Please sign in to comment.