Skip to content

Commit 4e6afe2

Browse files
committed
version bump and change log
1 parent 2b3ee87 commit 4e6afe2

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

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+
310
## v0.3.1.14
411

512
- Stop reading entire log files to avoid out-of-memory errors (#497)

userfrosting/initialize.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
'guest_theme' => 'default',
147147
'minify_css' => '0',
148148
'minify_js' => '0',
149-
'version' => '0.3.1.14',
149+
'version' => '0.3.1.15',
150150
'author' => 'Alex Weissman',
151151
'show_terms_on_register' => '1',
152152
'site_location' => 'The State of Indiana'

0 commit comments

Comments
 (0)