Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release teaser to version 14.6.0 #16867

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/';
HDinger marked this conversation as resolved.
Show resolved Hide resolved

/** 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.