Releases: City-of-Bloomington/OnBoard
Releases · City-of-Bloomington/OnBoard
2.2
Bug fix release
Bug fixes and some needed feature improvements.
This release expects one new setting defined in site_config.inc. You will need to add APPLICATION_LIFETIME_DEFAULT to your existing site_config.inc. This is the default number of days committees will keep user-submitted applications around before archiving.
<?php
define('APPLICATION_LIFETIME_DEFAULT', 90);
What's new:
https://github.com/City-of-Bloomington/OnBoard/milestone/5?closed=1
2.1
- Committees can now be closed out
- Liaisons now come in multiple types (Departmental and Legal)
- Committees can now have multiple statute citations
- Seats now have a flag to denote a "voting" member
- Major performance improvements (pages load 10X faster)
- various minor improvements and bug fixes
Full list of changes are available in the issue tracker
There is a database migration script that must be run to apply all the schema changes.
There are no changes to the configuration files