Skip to content

Releases: portagenetwork/roadmap

3.1.0+portage-3.1.0-alpha.5

14 Feb 18:16
Compare
Choose a tag to compare
Pre-release

A test version for 3.1.0 with translation:sync (6 min on local dev environment) and some french translation fix. Released from issue314 branch which includes issue313 branch content.

3.1.0+portage-3.1.0-alpha.4

14 Feb 16:05
Compare
Choose a tag to compare
Pre-release

This drafted 3.1.0 test version is for #313 test only.

3.1.0+portage-3.1.0-alpha.3

02 Feb 17:14
4b1a3f8
Compare
Choose a tag to compare
Pre-release

Test release before 3.1.0 formal release. Fixed #308 .

3.1.0+portage-3.1.0-alpha.2

01 Feb 21:01
Compare
Choose a tag to compare
Pre-release

Test release for 3.1.0 migration only. A formal release will come soon.

3.1.0+portage-3.1.0-alpha.1

27 Jan 23:31
Compare
Choose a tag to compare
Pre-release

Internal user only: Alpha test for v3.1.0 upgrade. Please wait for formal version to be released soon.

3.1.0+portage-3.1.0-alpha

25 Jan 21:14
Compare
Choose a tag to compare
Pre-release

Test release only. Not ready for production.

This release is the test release for the migration of DMPRoadmap 3.1.0 (https://github.com/DMPRoadmap/roadmap/releases/tag/v3.1.0). It also includes rake tasks for database migration from MariaDB 5 to PostgreSQL 12.

System admin should wait for the 3.1.0+portage-3.1.0 version instead.

3.0.4+portage-3.0.16

14 Dec 21:42
f758cd2
Compare
Choose a tag to compare

Changed

  • Upgrade rails-html-sanitizer to 1.4.4 and loofah to 2.19.1 to prevent possible XSS vulnerability attack and other security problems(GHSA-mcvf-2q2m-x72m, GHSA-486f-hjj9-9vhh)

  • Upgrade rubocop-rails_config to 1.12.0

  • Upgrade selenium-webdriver to 4.7.1

Fixed

  • Fixed Github action ruby 'version not valid' issue #265

  • Fixed Dangerfile configuration issue (DMPRoadmap#3263)

  • Fixed spec_helper.rb file to remove undefined Capybara::Webmock method

3.0.4+portage-3.0.15

04 Nov 19:41
ffaa5b1
Compare
Choose a tag to compare

Changed

  • Upgrade ruby 2.6.9 to 2.7.6 due to a bug fix of ruby for XCode 14 (https://bugs.ruby-lang.org/issues/18912) was only pushed to ruby >=2.7

  • Updated Docker.production file to fix a rake issue when pushing to docker

Fixed

  • Fixed the bug that some users saw 'Tried to Load Specific Class: Symbol' error message when moving to Download tab #240

3.0.4+portage-3.0.14

26 Aug 18:13
a2b84b0
Compare
Choose a tag to compare

Added

  • Added french translation of the Request Feedback email #188

Fixed

  • Allowed user to proceed after checking 'No primary research institution' checkbox when creating a new plan #221

  • Removed unmanaged organizations from the selection list when a user creates a new plan #191

3.0.4+portage-3.0.13

13 Jul 21:14
6e78e09
Compare
Choose a tag to compare

Changed

  • Upgraded Rails to 5.2.8.1 to fix the Possible RCE escalation bug with Serialized Columns in Active Record in Rails 5.2.6 (https://groups.google.com/g/rubyonrails-security/c/MmFO3LYQE8U/m/q9axtXheAQAJ)

  • Along with the Rails upgrade, upgraded activejob, activeview, activemodal, activestorage, activepack, activerecord, activesupport, actioncable, actionmailer, actionjob, actionview and railsties to 5.2.8.1

  • Along with the Rails upgrade, upgraded i18n to 1.8.11

  • Along with the Rails upgrade, upgraded rack to 2.2.4

  • Along with the Rails upgrade, upgraded sprockets to 4.0.3

  • Along with the Rails upgrade, upgraded marcel to 1.0.2

  • Along with the Rails upgrade, upgraded mini_mine to 1.1.2

  • Along with the Rails upgrade, upgraded concurrent-ruby to 1.1.10

Added

  • Added contributors to the plan's cover page (if there is any) #202

  • Added plan title to CSV exported file

Fixed

  • Added bootstrap-select stylesheet back after version 3 upgrade to fix the option-picker UI bug #195