Skip to content

Latest commit

 

History

History
197 lines (151 loc) · 15.6 KB

CHANGELOG.md

File metadata and controls

197 lines (151 loc) · 15.6 KB

Changelog

All notable changes to this project will be documented in this file, per the Keep a Changelog standard, and will adhere to Semantic Versioning.

1.6.2 - 2024-11-12

Note that this release bumps the WordPress minimum version from 6.1 to 6.3.

Changed

Fixed

Developer

1.6.1 - 2024-10-14

Changed

Fixed

Security

1.6.0 - 2024-09-24

Note this version increased the WordPress minimum version to 6.1 and the PHP minimum version to 7.0.

Added

Changed

Deprecated

Removed

Fixed

Developer

1.5.8 - 2022-09-26

Changed

  • Updated readme.txt link.

Fixed

  • PHP warning for merge tags.
  • Double slashes on resources being loaded.

1.5.7

  • Fix undefined variable notice.
  • Fix HTML submission message.

1.5.6

  • Fixes short array notation which caused a fatal error in older PHP versions.

1.5.5

  • Fix timeout error on activation.

1.5.4

  • Set optional value for API wrapper.

1.5.3 - 2016-11-01

  • Fix PHP7 compatibility issue
  • Cut down on size of API requests for users with large lists.
  • Fix CSS issue on removing Mailchimp style.

1.5.2 - 206-08-17

  • General bugfixes for merge fields.
  • When re-initializing, update merge field values.

1.5.1

  • Bugfix for fatal error in Mailchimp lib.

1.5 - 2016-07-13

  • Upgrade to Mailchimp API v3.0
  • Remove OAuth2 middle layer and use Mailchimp API keys.
  • Include double/single opt-in toggle.

1.4.2 - 2014-09-19

  • Updated for WordPress 4.0 postback compatibility.

1.4.1 - 2013-11-21

  • Update styles to be compatible with upcoming 3.8 wp-admin changes.

1.4 - 2013-11-19

  • Developer Mode "Kitchen Sink" takes over plugin for local development.
  • Developer Mode has filters of changeable content.
  • Fix bug related to required US phone validation.

1.3 - 2013-10-03

  • Now using OAuth flow for user authentication.
  • Admin UI refresh.

1.2.14 - 2013-04-01

  • Add link to edit profile within error when duplicate signup occurs.

1.2.13 - 2012-11-26

  • Fixed bug preventing address fields from submitting correctly.

1.2.12 - 2012-10-23

  • Update spanish language files (es_ES and es_MX).

1.2.11 - 2012-09-20

  • Updating translation strings.

1.2.10 - 2012-08-27

  • Invalid group fix.

1.2.9 - 2012-04-17

  • Fixed bug where multiple checkbox type interest groups were returning an invalid error.
  • Fixed bug where assets were not enqueueing properly if the plugin directory was not set to 'mailchimp'. Now supports any directory name.

1.2.8 - 2012-03-12

  • Fixed bug where entire phone numbers were only being deposited in the area code portion.

1.2.7 - 2012-02-21

  • CSS should now always load correctly on the front end.
  • Adding Hebrew and Romanian language support.
  • Updating translation contribution instructions.
  • Tested version is now 3.3.1.

1.2.6 - 2011-11-10

  • Fixed bug with "Settings" link appearing on all plugins (props Jason Lane).
  • Resolved issue with unnecessary calls to the Mailchimp API during upgrade check.
  • Resolved PHP warning when there weren't any interest groups.

1.2.5 - 2011-09-22

  • Field formatting based on type
  • Support for multiple interest groups (a data upgrade procedure must be run by visiting the WordPress dashboard).
  • Added jQuery datepicker option to be used with dates.
  • Added a handful of new translations.
  • Fixing various PHP notices and deprecated functions (props Jeffry Ghazally).

1.2.4 - 2011-04-14

  • Version bump for proper listing on wordpress.org.

1.2.3 - 2011-04-11

  • Change mailchimp_sf_where_am_i() to use plugins_url() in place of WP_PLUGIN_URL to take SSL into account when delivering assets (props John LeBlanc).
  • Update MCAPI wrapper to bring back PHP4 support (note: PHP 5.2 to be required starting with WordPress 3.2).

1.2.2 - 2011-02-09

  • Change MCAPI wrapper to use a more unique class name, v1.3 of the API, and a much lighter client library.

1.2.1 - 2010-11-09

  • Fixed internationalization path bug.
  • Fixed instances where i18n functions weren't necessary in admin.
  • Added more strings to be translated.

1.2 - 2010-10-14

  • Recommended Upgrade, please see "Upgrading" section of readme.
  • Security and various other improvements