Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@bennothommo bennothommo released this 09 Sep 08:26
· 1 commit to main since this release
2d4ab1b

What's Changed

  • spaceless tag replaced with apply filter by @arvislacis in #55
  • Added labels options for the on/off switch state for the switch control widget by @webbati in #56
  • The plugin icon is now using the Icon Picker widget to easily browse and select an icon.
  • PhpFileParser has been renamed to PhpSourceParser and supports loading and parsing files, or parsing code directly.
  • Migrations are now validated to ensure that they are valid migration or seeder classes (ie. they must extend the Winter\Storm\Database\Updates\Migration or Winter\Storm\Database\Updates\Seeder classes.
  • The migration and seeder templates have been updated to fit Winter's core coding style.
  • Anonymous migration classes are now fully supported.

Bug Fixes

  • Duplicate migration file name assignment has been improved and there should now be less (or no) conflicts.
  • Fixed an issue where migration files stored within subdirectories could not be read or saved.
  • The permissions data table is now scrollable and will stretch to full height.
  • Dropped unnecessarily aliases to the "old" project.

New Contributors

Full Changelog: v2.0.6...v2.1.0