Prosjektportalen Versions Save

Prosjektportal for SharePoint er et prosjektstyringsverktøy for SharePoint basert på prosjektveiviseren

v2.5.8

4 years ago

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

4 years ago

Fixes some issues with encoding.

v2.5.5

5 years ago

v2.5.4

5 years ago

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

5 years ago

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

5 years ago

v2.5.0

5 years ago

Pre-release of v2.5.0

v2.4.2

5 years ago
  • 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

5 years ago

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

5 years ago

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