Releases: Puzzlepart/prosjektportalen
Releases · Puzzlepart/prosjektportalen
v2.5.8
v2.5.7
v2.5.5
v2.5.4
v2.5.3
New in this release
- In 2.5 we refactored how benefits/gevinster are connected to benefit measurements/gevinstmålinger using a benefit measurement indicator.
The script scripts/Add-MissingFeaturesToExistingProjects.ps1 should be run to upgrade existing projects.
v2.5.2
v2.5.0
v2.4.2
- Fixes an issue with missing file-save.min.js causing export to excel to not work #657
- Brought back action links on project status page (missing after 2.4.0 #642)
- Added support for skipping root package on upgrade
Tip: If you're already on version 2.4.x, you can use -SkipRootPackage to upgrade this release. This will save time during upgrade (e.g. .\Upgrade.ps1 -Url https://puzzlepart.sharepoint.com/sites/pp -SkipRootPackage
)
v2.4.1
v2.4.0
This release fixes issues with long update-cycle for project properties (Office 365), see #642 and #622. This release changes how project properties are persisted, moving from welcomepage-properties to single-list, single-item-properties.
NB: Additional update steps required! See how-to.
In short you need to run the following to upgrade to this release (but please read the how-to)
.\Upgrade.ps1 -Url "https://mytenant.sharepoint.com/sites/pp"
cd .\scripts\
.\Add-MissingFeaturesToExistingProjects.ps1 -Url "https://mytenant.sharepoint.com/sites/pp" -UseWebLogin -PersistProjectProperties