Version 2.2.0

August 5, 2023

Changed

  • Switch from Sendinblue to Brevo PHP SDK and update adapter accordingly

Previous Sendinblue adapter class has been renamed from juban\newsletter\adapters\Sendinblue to juban\newsletter\adapters\Brevo.

Plugin configuration automatic update will occur during migrations to ensure adapter portability.

Version 2.1.0

July 23, 2022

The plugin’s package name has changed to jub/craft-newsletter. You can update the plugin by running composer require jub/craft-newsletter && composer remove simplonprod/craft-newsletter.

Changed

  • Migrate plugin to jub/craft-newsletter
  • Updated plugin logo
  • Update NewsletterController.php to use Craft 4 asModelFailure and asModelSuccess unified methods

Version 2.0.0

May 15, 2022

Added

  • Added Craft 4 compatibility

Version 1.5.1

March 1, 2022

Fixed

  • Fixes a bug that could produce an error when saving the configuration from the control panel if a service was already configured.

Version 1.5.0

February 28, 2022

Added

  • Sendinblue Double Opt-in support (thx to @kringkaste)
  • Google reCAPTCHA activation can be set with environment variable

Changed

  • Bump minimum required Craft version to 3.7.29

Version 1.4.0

July 13, 2021

Added

  • AJAX support (thx to @jerome2710)

Version 1.3.0

May 9, 2021

Added

  • Setting to enable Google reCAPTCHA if available
  • Settings override warning

Changed

  • Changed package signature to simplonprod/craft-newsletter for more consistency
  • Updated plugin icon
  • Updated README
  • Small refactoring

Version 1.2.0

April 1, 2021

Added

  • Google reCAPTCHA plugin support

Version 1.1.0

March 24, 2021

Added

  • Mailchimp adapter
  • Sendinblue adapter

Version 1.0.1

January 30, 2021

Changed

  • Remove session notice on submission success

Version 1.0.0

January 26, 2021

Changed

  • Better Mailjet errors handling

Added

  • Front-end form example in README

Version 1.0.0-beta.1

January 25, 2021
  • Initial release of public beta.