Releases: luigilink/SPSWakeUp
Releases · luigilink/SPSWakeUp
v3.0.1
SPSWakeUp - Release Notes
[3.0.1] - 2024-10-10
Added
- README.md
- Add code_of_conduct.md badge
- Add CODE_OF_CONDUCT.md file
- Add Issue Templates files:
- 1_bug_report.yml
- 2_feature_request.yml
- 3_documentation_request.yml
- 4_improvement_request.yml
- config.yml
Changed
- Rename folder Scripts to scripts
Fixed
- Increase major version to 3.x.x as suggested by DennisL68 in (issue #17)
Changelog
A full list of changes in each version can be found in the change log
v2.7.2
SPSWakeUp - Release Notes
[2.7.2] - 2023-06-15
Changed
- SPSWakeUP.ps1
- BREAKING CHANGE: Remove Add-HostsEntry function
- Using the CmdLet Add-Content for update HOSTS file
Changelog
A full list of changes in each version can be found in the change log
v2.7.1
SPSWakeUp - Release Notes
[2.7.1] - 2023-05-10
Changed
- SPSWakeUP.ps1
- Add ErrorAction parameter for SPWeb CmdLet
- release.yml
- Use softprops/action-gh-release@v1 action for release step
- Add github.ref for release name
- Remove actions/upload-artifact@v3
Added
- Add RELEASE-NOTES.md file
Changelog
A full list of changes in each version can be found in the change log
v2.6.0
Full Changelog: v2.5.1...v2.6.0
v2.5.1
2.5.0-SPSWakeUP
Check if Web Application Url contains One of SPServer and remove it from HOSTS
2.4.0-SPSWakeUP
- Add Uninstall and OnlyRootWeb parameters
- Remove functions:
- Get-SPSWebRequest,
- Add-IETrustedSite,
- Clear-IECache
- Add functions:
- Remove-SPSTask
- Update Get-SPSSitesUrl function with Service Application Urls and SPWeb urls
- Update README.md: remove Internet Explorer information
- Add reporting: Memory Usage for each worker process
2.3.1-SPSWakeUP
- Fix issue "You cannot call a method on a null-valued expression" when InstallAccount variable is null
Full Changelog: v2.3.0...v2.3.1
2.3.0-SPSWakeUP
- Remove Modules folder
- Update README.md (Add SharePoint 2019 support)
- Remove sitemaster-[GUID] urls in Get-SPSSitesUrl and Get-SPSHSNCUrl functions
- For SharePoint 2016 or higher, check if local server has Search MinRole
- Check if HOSTS File already contains Urls of All Web Applications or HSNC
- Security Fix: Change UserName and Password parameters by InstallAccount parameter
2.2.1-SPSWakeUP
- Add Try-Catch exception in Get-SPSThrottleLimit function
- Fix issue on Get-SPSThrottleLimit when CimInstance returns an array
- Update README.md file with Latest release date, Total downloads and Issues opened