Skip to content

Commit

Permalink
update teaser block for 13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ulferts committed Mar 11, 2024
1 parent 1f67787 commit aae8bc6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
17 changes: 10 additions & 7 deletions config/locales/js-en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,17 +384,20 @@ 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.
"13_3":
"13_4":
standard:
learn_about_link: https://www.openproject.org/blog/openproject-13-3-release/
learn_about_link: https://www.openproject.org/blog/openproject-13-4-release/
new_features_html: >
The release contains various new features and improvements: <br>
<ul class="%{list_styling_class}">
<li>Filter and save custom project lists.</li>
<li>Separate Gantt charts module with new default views.</li>
<li>Automatically managed project folders for OneDrive/SharePoint integration.</li>
<li>Show number of "Shared users" in the share button and display them in the work packages list.</li>
<li>Improved calculations and updates for progress reporting for work package hierarchies.</li>
<li>GitLab integration (originally developed by Community contributors)</li>
<li>Advanced features for custom project lists</li>
<li>Advanced features for the Meetings module</li>
<li>Admins are nudged to go through OAuth flow when activating a storage</li>
<li>Virus scanning functionality with ClamAV (Enterprise add-on)</li>
<li>PDF Export: Lists in table cells are supported</li>
<li>WebAuthn/FIDO/U2F is added as a second factor</li>
<li>More languages added to the default available set</li>
</ul>
ical_sharing_modal:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ import { imagePath } from 'core-app/shared/helpers/images/path-helper';
export const homescreenNewFeaturesBlockSelector = 'homescreen-new-features-block';

// The key used in the I18n files to distinguish between versions.
const OpVersionI18n = '13_3';
const OpVersionI18n = '13_4';

/** Update the teaser image to the next version */
const featureTeaserImage = '13_3_features.svg';
const featureTeaserImage = '13_4_features.svg';

@Component({
template: `
Expand Down
1 change: 0 additions & 1 deletion frontend/src/assets/images/13_3_features.svg

This file was deleted.

Loading

0 comments on commit aae8bc6

Please sign in to comment.