Downloads
Release notes
Summer 2023 update with support for Drupal 10 plus lots of fixes and new functionality!
Instructions for updating to this version (and, later to Drupal 10)
To update your site to Drupal 10, you must update to this version of Muser first while still on Drupal 9!
This is due to some modules and themes getting removed from core (CKeditor, Classy, Stable).
As always, before starting the update process, make sure to create a backup of your site's database!
To update to this version of Muser, you will need to first update the Fontawesome Iconpicker and CKeditor Details modules and install the Login History module. Make sure to follow the "Composer Installation for 3.x" instructions on the Fontawesome Iconpicker page.
# composer require drupal/fontawesome_iconpicker:^3.0@alpha
# composer require drupal/ckeditor_details:^2.1@alpha
# composer require drupal/login_history:^2.0@alpha
Once you have done that and have the 3.0.0-alpha6 version of Muser in place, flush the cache and run database udpates:
# drush cr
# drush updb
This should install the required modules and themes and update your configuration (but not export it). Once this is done, you will be able to update to Drupal 10.
New functionality
- Support for Drupal 10.
- Charts functionality to show live data like Projects by Category, Projects Posted by Day, Student Actions by Day, etc.
- New admin dashboard page with Charts.
- Live Round timer showing time left in current period.
- Page to show past and future round dates.
- Support for AB testing (e.g. initially hide mentor names for some).
- "Additional mentors" can now edit those projects.
- Improved preview functionality for Projects, Basic pages, Blog posts.
- Additional fields added to Student profiles (e.g. Category interests).
- Additional fields added to Mentor profiles (e.g. example contract).
Bug fixes
- Fix WYSIWYG image alignment field.
- Fix user search so it finds full names.
- Fix Chosen dropdown issue with narrow select lists preventing interaction with nearby elements.