Skip to content

Releases: Puzzlepart/prosjektportalen

v2.5.8

22 May 20:10
Compare
Choose a tag to compare

Fixes in this release

  • Small fix to benefit management overview
  • Small improvements to benefit management patch-script
  • Fixes encoding issues related to patch-script
  • Fixes to upgrade-script related to closed projects portfolio view

v2.5.7

21 May 09:53
Compare
Choose a tag to compare

Fixes some issues with encoding.

v2.5.5

16 May 11:08
Compare
Choose a tag to compare
2.5.5

v2.5.4

24 Apr 09:54
Compare
Choose a tag to compare

This release includes minor fixes related to benefits management.

NB: Updated manually 2019-05-03 to fix an encoding issue in a script.

v2.5.3

12 Apr 11:39
Compare
Choose a tag to compare

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

09 Apr 12:10
Compare
Choose a tag to compare
2.5.2

v2.5.0

08 Apr 09:07
Compare
Choose a tag to compare
v2.5.0 Pre-release
Pre-release

Pre-release of v2.5.0

v2.4.2

26 Mar 09:22
Compare
Choose a tag to compare
  • 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

19 Mar 12:49
Compare
Choose a tag to compare

This is an attempt to fix #654.

Also fixes a minor issue where "Modified date" doesn't show on the project information cards.

v2.4.0

14 Feb 14:29
Compare
Choose a tag to compare

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