We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ef4035 commit f028695Copy full SHA for f028695
2 files changed
changelog.yml
@@ -1,5 +1,8 @@
1
url: https://github.com/AsgardCms/Core
2
versions:
3
+ "1.24.2":
4
+ changed:
5
+ - Default values of normal inputs and textareas changed to <code>null</code>, allowing usage in form model binding
6
"1.24.1":
7
changed:
8
- Use user creation form install command without triggering event and sending email
module.json
@@ -4,7 +4,7 @@
"description": "The core module with all base classes and logic.",
"keywords": [],
"require": {},
- "version": "1.24.1",
+ "version": "1.24.2",
"active": 1,
9
"order": 0,
10
"providers": [
0 commit comments