You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: updates/version.yaml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,3 +35,15 @@
35
35
"2.0.4": "Added ability to modify Plugin replacement options. Automatically populate the model's `$jsonable` property for field types that require it. UX improvements."
36
36
"2.0.5": "Fix issue with table selection when creating a model."
- "spaceless tag replaced with apply filter by @arvislacis in #55"
40
+
- "Added labels options for the on/off switch state for the switch control widget by @webbati in #56"
41
+
- "The plugin icon is now using the Icon Picker widget to easily browse and select an icon."
42
+
- "PhpFileParser has been renamed to PhpSourceParser and supports loading and parsing files, or parsing code directly."
43
+
- "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."
44
+
- "The migration and seeder templates have been updated to fit Winter's core coding style."
45
+
- "Anonymous migration classes are now fully supported."
46
+
- "Duplicate migration file name assignment has been improved and there should now be less (or no) conflicts."
47
+
- "Fixed an issue where migration files stored within subdirectories could not be read or saved."
48
+
- "The permissions data table is now scrollable and will stretch to full height."
0 commit comments