We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3ee87 commit 4e6afe2Copy full SHA for 4e6afe2
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change Log
2
3
+## v0.3.1.15
4
+
5
+- Fix unattached submitHandler bug in Group and Auth edit interfaces (#465)
6
+- Remove references to nonexistent `formUserView` and `formGroupView` (#478)
7
+- Gracefully handle session destruction due to missing or disabled accounts (#510)
8
+- Add `attributeExists` and `relationExists` for models (#520)
9
10
## v0.3.1.14
11
12
- Stop reading entire log files to avoid out-of-memory errors (#497)
userfrosting/initialize.php
@@ -146,7 +146,7 @@
146
'guest_theme' => 'default',
147
'minify_css' => '0',
148
'minify_js' => '0',
149
- 'version' => '0.3.1.14',
+ 'version' => '0.3.1.15',
150
'author' => 'Alex Weissman',
151
'show_terms_on_register' => '1',
152
'site_location' => 'The State of Indiana'
0 commit comments