Skip to content

Commit

Permalink
Merge pull request #16867 from opf/feature/57236-create-release-tease…
Browse files Browse the repository at this point in the history
…r-146

Update release teaser to version 14.6.0
  • Loading branch information
HDinger authored Oct 1, 2024
2 parents bda9830 + 775f88f commit a2e0738
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
15 changes: 8 additions & 7 deletions config/locales/js-en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -399,16 +399,17 @@ en:
learn_about: "Learn more about the new features"
# Include the version to invalidate outdated translations in other locales.
# Otherwise, e.g. chinese might still have the translations for 10.0 in the 12.0 release.
"14_5":
"14_6":
standard:
new_features_html: >
The release contains various new features and improvements, such as: <br>
The release brings various features and improvements for you, e.g. <br>
<ul class="%{list_styling_class}">
<li>Keep and restore local versions of WYSIWYG content changes.</li>
<li>Enable a storage for multiple projects at once.</li>
<li>Export work packages in an updated modal with additional settings.</li>
<li>Display custom field columns/filters in project lists also in the Community Edition.</li>
<li>Support CloudFlare Turnstile as Captcha.</li>
<li>Benefit from more flexible progress reporting – thanks to user feedback.</li>
<li>Receive an update notification with reload option for meetings.</li>
<li>Enable a custom field for multiple projects at once.</li>
<li>Use relative work package attribute macros.</li>
<li>Show empty lines in saved rich text.</li>
<li>See past meetings included in the number next to the Meetings tab.</li>
</ul>
ical_sharing_modal:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ import { I18nService } from 'core-app/core/i18n/i18n.service';
import { imagePath } from 'core-app/shared/helpers/images/path-helper';

// The key used in the I18n files to distinguish between versions.
const OpVersionI18n = '14_5';
const OpVersionI18n = '14_6';

const OpReleaseURL = 'https://www.openproject.org/docs/release-notes/14-5-0/';
const OpReleaseURL = 'https://www.openproject.org/docs/release-notes/14-6-0/';

/** Update the teaser image to the next version */
const featureTeaserImage = `${OpVersionI18n}_features.png`;
const featureTeaserImage = `${OpVersionI18n}_features.svg`;

@Component({
template: `
Expand Down
Binary file removed frontend/src/assets/images/14_5_features.png
Binary file not shown.
1 change: 1 addition & 0 deletions frontend/src/assets/images/14_6_features.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a2e0738

Please sign in to comment.