Skip to content

Releases: wintercms/wn-builder-plugin

v2.0.6

11 Nov 01:05
b6b4998
Compare
Choose a tag to compare

Changes:

  • Added a simple welcome screen for first-time users.

Bug fixes:

  • Ensure model data is always an array when updating the $jsonable property in a model.
  • Fixed issue where an error was thrown if the multiple attribute was not specified for a dropdown field.
  • Fixed error on search.
  • Fixed automated tests for plugin.

Translation improvements:

  • Added Russian translation improvements.

v2.0.5

16 Mar 03:13
Compare
Choose a tag to compare

Bug fixes

  • Hot-fixed an issue with an array/string conversion error being thrown when creating a new Model. (651f654)

v2.0.4

14 Mar 02:50
3e9f997
Compare
Choose a tag to compare

New features

  • The replacement options for a Plugin can now be modified through the Plugin Details modal. (#14)
  • Models can now be deleted via the Models list, by hovering over a model name and clicking the "trash" icon that pops up. (#27)
  • Automatically populate a model's $jsonable property for fields that are required to be stored as JSON objects, such as repeaters, nested forms, etc. (#28)

Changes

  • The model that a database table is linked to is now displayed in the Database tables list. (#29)
  • New language strings for Builder plugin settings panel (#20)

For more information, please see the milestone:
https://github.com/wintercms/wn-builder-plugin/milestone/3?closed=1

v2.0.3

16 Dec 16:46
afe1a3f
Compare
Choose a tag to compare

New features

  • Added support for the image list column type: image when editing columns.yaml list configuration files.

v2.0.2

29 Sep 02:26
Compare
Choose a tag to compare

New features

  • Added support for the replaces property in Plugin.php. (#11, #12, #13)

Bug fixes

  • Added compatibility fixes for PHP 8 (#15, #16)

Community improvements

  • Added README (f2c7aa3, #9)
  • Added testing suite in GitHub Actions

For more information, please review the milestone:
https://github.com/wintercms/wn-builder-plugin/milestone/2?closed=1

v2.0.1

06 Jul 16:04
fcd3f2b
Compare
Choose a tag to compare

Changes

  • Added firstDay as a configuration option for datepicker widgets (#4)

Bug fixes

  • Fixed missing icons in the icon list. (#8)
  • Rebranded icon classes to Winter CMS. (#8)

For more information, please review the milestone:
https://github.com/wintercms/wn-builder-plugin/milestone/1?closed=1

v2.0.0

26 Apr 01:46
Compare
Choose a tag to compare

Changes

  • Rebrand to Winter.Builder
  • Automatically replaces RainLab.Builder plugin if installed (<= v1.0.27)

Bug fixes

  • Fixes namespace parsing on php >= 8.0