Skip to content

Commit e5fc72b

Browse files
authored
Merge pull request #3506 from DMPRoadmap/main
Merge `main` changes back into `development`
2 parents 3506e05 + 1968be9 commit e5fc72b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+4966
-3905
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## v5.0.0
4+
35
- Updated app to Rails 7 [#3426](https://github.com/DMPRoadmap/roadmap/pull/3426), [#3496](https://github.com/DMPRoadmap/roadmap/pull/3496)
46
- Address Some Bullet Warnings / Optimise Mean Request Times [#3440](https://github.com/DMPRoadmap/roadmap/pull/3440)
57
- Fix Flaky Tests / Optimize Checking of `plan.title` Within `spec/features/plans/exports_spec.rb` [#3451](https://github.com/DMPRoadmap/roadmap/pull/3451)
@@ -15,6 +17,7 @@
1517
- Fixed issues with Conditional Question serialization offered by @briri from PR https://github.com/CDLUC3/dmptool/pull/667 for DMPTool. There is a migration file with code for MySQL and Postgres to update the Conditions table to convert JSON Arrays in string format records in the conditions table so that they are JSON Arrays.
1618
- Refactor `org_admin/conditions/_form.html.erb` [#3502](https://github.com/DMPRoadmap/roadmap/pull/3502)
1719
- Refactor `Question.save_condition` [#3501](https://github.com/DMPRoadmap/roadmap/pull/3501)
20+
- Bump tinymce from 6.8.5 to 7.2.0 [#3505](https://github.com/DMPRoadmap/roadmap/pull/3505)
1821

1922
## v4.2.0
2023

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,3 @@ See the [Contribution Guide](https://github.com/DMPRoadmap/roadmap/blob/developm
4242

4343
#### License
4444
The DMP Roadmap project uses the <a href="./LICENSE.md">MIT License</a>.
45-
46-
foobar

app/javascript/src/utils/tinymce.js

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import { isObject, isString, isUndefined } from './isType';
2525
// // https://www.tinymce.com/docs/advanced/usage-with-module-loaders/
2626
export const defaultOptions = {
2727
selector: '.tinymce',
28+
license_key: 'gpl',
2829
statusbar: true,
2930
menubar: false,
3031
toolbar: 'bold italic | bullist numlist | link | table',

0 commit comments

Comments
 (0)