Releases: DMPRoadmap/roadmap
v0.3.5
Bugfix/maintenance/security update release.
Please update as soon as possible because of rubyzip
gem security advisory.
v0.3.4
v0.3.3
Bugfix/maintenance release.
Updates the seeds.rb
file with the following:
question_formats.formattype
which allows non-text field questions to display properlytoken_permission_types
for the templates and statistics API endpoints
If you have already installed the Roadmap system please run bundle exec rake bugfix:v0_3_3 RAILS_ENV=[environment]
from the project directory to apply these changes to your existing database.
v0.3.2
v0.3.1
v0.3.0
We have major updates to the platform and there’s a lot to look forward
to in the new code.
Users can enjoy massive performance improvements thanks to major
refactoring to optimise the code and improve performance and
scalability.
More changes users will notice:
- Reworked the plan creation wizard
- Added multi-lingual support and translations
- You can now link your account to ORCID
- On/off switches for guidance
- Numerous bug fixes
- Accessibility and usability enhancements
- Improved admin controls:
- Organisations can now upload their own logos
- Admins can assign user rights within their institutions
And some technical stuff:
- We untangled the data schema and object models
- Created data migration procedure from old schema
- A new API for retrieval of data & statistics
- Transitioned to GitHub Projects workflow
- Created testing suite and transitioned to Travis CI
- Updated libs & moved to Rails 4.2+ (with a view to moving to Rails 5)
- The data model/schema now makes more sense and is organised along the
main axis of plans -> templates -> phases -> sections -> questions.
A diagram can be found here:
https://github.com/DMPRoadmap/roadmap/wiki/Data-model - Upgrade instructions from DMPonline version 4:
https://github.com/DMPRoadmap/roadmap/wiki/Upgrading-from-DMPonline_v4
DMPRoadmap welcomes the community's contributions. Ways to get involved:
https://github.com/DMPRoadmap/roadmap/wiki/Get-involved
v0.2.14: Merge pull request #453 from DigitalCurationCentre/issue431
Using data-toggle attribute to initiliase and trigger any popover.
v0.2.13-beta: Merge pull request #444 from DigitalCurationCentre/issue_431
Issue #431
v0.2.12-beta
Change default plan visibility to `3` (`:privately_visible`)
v0.2.11-beta: Merge pull request #415 from DigitalCurationCentre/issue414
Issue414