Release of v5.0.0-alpha6

Fix [Set String Value] in placeholder table to store the value as a base64 string.
This commit is contained in:
2024-03-20 15:36:42 +02:00
parent ac3e230272
commit 8548530b6d
12 changed files with 59 additions and 22 deletions

View File

@@ -1,3 +1,7 @@
# v5.0.0-alpha6
- Fix [Set String Value] in placeholder table to store the value as a base64 string.
# v5.0.0-alpha5
- Add Factory class to the J5 Event class. #1093
@@ -25,12 +29,10 @@
- First alpha release of Component Builder towards Joomla 5 (very unstable...)
# v4.0.0-alpha5
# v4.0.0-alpha6
- 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
- Fix [Set String Value] in placeholder table to store the value as a base64 string.
# v3.2.0-beta8
# v3.2.0-beta9
- Add Factory class to the J5 Event class. #1093
- Fix [Set String Value] in placeholder table to store the value as a base64 string.