Releases: OpenCLTBrigade/cmpd-holiday-gift
Releases · OpenCLTBrigade/cmpd-holiday-gift
2016.2.5
- Custom
$child->age
attribute setter can now handle invalid formats. Invalid formats get introduced by inconsistencies in date formats between browsers that got sent to the server. Because we use Elocrypt on thedob
field, the bad formats were accepted. When carbon tried to parse the date it would error. So a simple try/catch that converted dashes to slashes in those rare occasions that an invalid format got through, did the trick.
2016.2.4
- New admin tool to fix missing cmpd_division and cmpd_response_area data in
household_address
- Allow admins to modify a household's cmpd_division and cmpd_response_area
2016.2.0
- Added family # and child # to household show screen
- Packing slip generator
2016.1.3
- Delete household button
- Add "gender" field to child table & form
- Fixed issue with editing user passwords
- Fixed issue with changing user nomination limits
2016.1.2
- Data dump tool for admins
2016.1.0
- Ability to approve / decline nominations
- Don't count declined nominations towards the nominator's limit
- Notify nominator by email when nomination is approved / rejected
- List attachments in household show page
- Allow sorting by nominator name in nomination list
- Show nominators the status of their nominations in list
2016.0.6
- Swap out some more ES6 code for older browser compatibility...
2016.0.5
- Swap out some ES6 code for older browser compatibility...
2016.0.4
- Removed extra JS libs
2016.0.3
- Display child count, nominator name (for admins), and whether or not a form was uploaded on the household list.