Skip to content

Commit

Permalink
update release teaser for 13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ulferts authored and oliverguenther committed Feb 9, 2024
1 parent 7594403 commit 7bd067b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions config/locales/js-en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,17 +384,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.
'13_2':
'13_3':
standard:
learn_about_link: https://www.openproject.org/blog/openproject-13-2-release/
learn_about_link: https://www.openproject.org/blog/openproject-13-3-release/
new_features_html: >
The release contains various new features and improvements: <br>
<ul class="%{list_styling_class}">
<li>OneDrive/SharePoint integration with manual project folders.</li>
<li>Filter for roles, groups, and shares in the project members list.</li>
<li>Allow assignee and accountable for shared work packages.</li>
<li>Introduce new field names Work, Remaining Work, and % Complete to prepare progress reporting for work package hierarchies.</li>
<li>Allow status change without work package edit rights.</li>
<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>
</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_2';
const OpVersionI18n = '13_3';

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

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

This file was deleted.

Loading

0 comments on commit 7bd067b

Please sign in to comment.