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 toPhpSourceParser
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
orWinter\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