SiteRig

MailerLite Release Notes

SiteRig

1.1.5

March 1st, 2024

Fixed issue with Marketing Opt-in check where it always returned false, thanks to contributor @mikemartin for fixing this

1.1.4

March 1st, 2024

Fixed issue where debugging code left in place prevented submissions unless a preference field was present

1.1.3

March 1st, 2024

Fixed issue with config where only the first form is saved

1.1.2

March 1st, 2024

Added

  • More detailed installation instructions including publishing the config file as a listed setup
  • Permissions to edit config settings to be implemented in a future update

Fixed

  • Issue with config not getting registered

Removed

  • Default values on configuration form fields as they cause confusion if they aren't the field names used on a form

1.1.1

March 1st, 2024

Fixed

  • Missing /resources/dist directory issue

1.1.0

March 1st, 2024

Added

  • Requirement for Statamic v3.2 or higher to take advantage of the updated forms API
  • Support for PHP 8.1
  • Custom Vue component using v-select for picking form fields in the configuration

Fixed

  • Form field list now updates when you select a different form (previously it only worked if your form was called newsletter due to an oversight in development)

1.0.2

March 1st, 2024

Changed

  • Added Jamie McGrory as a contributor for his work on the Laravel array mapping
  • Removed download-dist path from composer.json

1.0.1

March 1st, 2024

Changed

  • Updated documentation and other files relating to development

Fixed

  • Patching composer vulnerability issues

1.0.0

March 1st, 2024

Changed

  • Updated Forma to use v1.2

Fixed

  • Issue on checking for deleted subscriber groups resolved