Release of v4.0.0-alpha5

Add Factory class to the J5 Event class. #1093. Fix customfilelist field to conform to the new namespacing conventions. #1094. Add menus for languages, servers, get snippets to J4 #1095.
This commit is contained in:
2024-03-20 14:20:20 +02:00
parent 9fe4823468
commit e8c2c17dc7
25 changed files with 123 additions and 472 deletions

View File

@@ -1,3 +1,9 @@
# v4.0.0-alpha5
- Add Factory class to the J5 Event class. #1093
- Fix customfilelist field to conform to the new namespacing conventions. #1094
- Add menus for languages, servers, get snippets to J4 #1095
# v4.0.0-alpha4
- Fix plugin field selection
@@ -19,9 +25,6 @@
- First alpha release of Component Builder towards Joomla 4 (very unstable...)
# v3.2.0-beta7
# v3.2.0-beta8
- Fix plugin field selection
- Fix plugin params tab layout
- Add issue templates
- Force autoloader to always load
- Add Factory class to the J5 Event class. #1093