Fix link to correct redmine version for changelog and d3 update
This commit is contained in:
parent
4a10ba9731
commit
63250211f1
@ -8,6 +8,7 @@ Changelog
|
||||
- Mermaid 8.4.8 support
|
||||
- clipboard.js updated to v2.0.6
|
||||
- fix for spam protection with invisible_captcha
|
||||
- D3 5.15.1 support
|
||||
|
||||
2.0.23
|
||||
++++++
|
||||
|
@ -120,10 +120,14 @@ module AdditionalsMenuHelper
|
||||
user_items = [{ title: 'Redmine Guide', url: Redmine::Info.help_url },
|
||||
{ title: "Redmine #{l(:label_macro_plural)}", url: additionals_macros_path }]
|
||||
|
||||
admin_items = [{ title: 'Additionals', url: 'https://additionals.readthedocs.io/en/latest/manual/', manual: true },
|
||||
{ title: 'Redmine Changelog', url: 'https://www.redmine.org/projects/redmine/wiki/Changelog_3_4' },
|
||||
{ title: 'Redmine Upgrade', url: 'https://www.redmine.org/projects/redmine/wiki/RedmineUpgrade' },
|
||||
{ title: 'Redmine Security Advisories', url: 'https://www.redmine.org/projects/redmine/wiki/Security_Advisories' }]
|
||||
admin_items = [{ title: 'Additionals',
|
||||
url: 'https://additionals.readthedocs.io/en/latest/manual/', manual: true },
|
||||
{ title: 'Redmine Changelog',
|
||||
url: "https://www.redmine.org/projects/redmine/wiki/Changelog_#{Redmine::VERSION::MAJOR}_#{Redmine::VERSION::MINOR}" },
|
||||
{ title: 'Redmine Upgrade',
|
||||
url: 'https://www.redmine.org/projects/redmine/wiki/RedmineUpgrade' },
|
||||
{ title: 'Redmine Security Advisories',
|
||||
url: 'https://www.redmine.org/projects/redmine/wiki/Security_Advisories' }]
|
||||
|
||||
Redmine::Plugin.all.each do |plugin|
|
||||
next if plugin.id == :additionals
|
||||
|
4
assets/javascripts/d3.min.js
vendored
4
assets/javascripts/d3.min.js
vendored
File diff suppressed because one or more lines are too long
@ -169,7 +169,7 @@ It provides :
|
||||
* `Chart.js Plugin colorschemes 0.4.0 <https://github.com/nagix/chartjs-plugin-colorschemes>`_
|
||||
* `Chart.js Plugin datalabels 0.7.0 <https://github.com/chartjs/chartjs-plugin-datalabels>`_
|
||||
* `clipboardJS 2.0.6 <https://clipboardjs.com/>`_
|
||||
* `d3 5.15.0 <https://d3js.org/>`_
|
||||
* `d3 5.15.1 <https://d3js.org/>`_
|
||||
* `d3plus v2.0.0-alpha.25 <https://d3plus.org/>`_
|
||||
* `FontAwesome 5.13.0 <https://fontawesome.com/>`_
|
||||
* `mermaid 8.4.8 <https://github.com/knsv/mermaid/>`_
|
||||
|
Loading…
Reference in New Issue
Block a user