From 361fcf0ce9af278107fdf79f2b3ec02b1bb4cede Mon Sep 17 00:00:00 2001 From: Nate Ferrell Date: Mon, 19 Nov 2018 23:29:51 -0600 Subject: [PATCH] updated for v2.20.0 with multiple enhancements and fixes --- CHANGELOG.md | 131 +++++++++++++++++++++++++++++---------------------- 1 file changed, 74 insertions(+), 57 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c8b6c37..cc6e4725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,65 +1,82 @@ # Changelog * [Changelog](#changelog) - * [2.19.0](#2190) - * [2.18.1](#2181) - * [2.18.0](#2180) - * [2.17.2](#2172) - * [2.17.1](#2171) - * [2.17.0](#2170) - * [2.16.1](#2161) - * [2.16.0](#2160) - * [2.15.4](#2154) - * [2.15.3](#2153) - * [2.15.2](#2152) - * [2.15.1](#2151) - * [2.15.0](#2150) - * [2.14.1](#2141) - * [2.14.0](#2140) - * [2.13.2](#2132) - * [2.13.1](#2131) - * [2.13.0](#2130) - * [2.12.1](#2121) - * [2.12.0](#2120) - * [2.11.0](#2110) - * [2.10.2](#2102) - * [2.10.1](#2101) - * [2.10.0](#2100) - * [2.9.0](#290) - * [2.8.1](#281) - * [2.8.0](#280) - * [2.7.2](#272) - * [2.7.1](#271) - * [2.7.0](#270) - * [2.6.3](#263) - * [2.6.2](#262) - * [2.6.1](#261) - * [2.6.0](#260) - * [2.5.4](#254) - * [2.5.3](#253) - * [2.5.2](#252) - * [2.5.1](#251) - * [2.5.0](#250) - * [2.4.0](#240) - * [2.3.0](#230) - * [2.2.1](#221) - * [2.2.0](#220) - * [2.1.5](#215) - * [2.1.3 / 2.1.4](#213--214) - * [2.1.2](#212) - * [2.1.1](#211) - * [2.1.0](#210) - * [2.0.3](#203) - * [2.0.2](#202) - * [2.0.1](#201) - * [2.0.0](#200) - * [New Functionality](#new-functionality) - * [Breaking Changes in 2.0.0](#breaking-changes-in-200) - * [Gmail Delegation Management Removed](#gmail-delegation-management-removed) - * [Functions Removed](#functions-removed) - * [Functions Aliased](#functions-aliased) + * [2.20.0](#2200) + * [2.19.0](#2190) + * [2.18.1](#2181) + * [2.18.0](#2180) + * [2.17.2](#2172) + * [2.17.1](#2171) + * [2.17.0](#2170) + * [2.16.1](#2161) + * [2.16.0](#2160) + * [2.15.4](#2154) + * [2.15.3](#2153) + * [2.15.2](#2152) + * [2.15.1](#2151) + * [2.15.0](#2150) + * [2.14.1](#2141) + * [2.14.0](#2140) + * [2.13.2](#2132) + * [2.13.1](#2131) + * [2.13.0](#2130) + * [2.12.1](#2121) + * [2.12.0](#2120) + * [2.11.0](#2110) + * [2.10.2](#2102) + * [2.10.1](#2101) + * [2.10.0](#2100) + * [2.9.0](#290) + * [2.8.1](#281) + * [2.8.0](#280) + * [2.7.2](#272) + * [2.7.1](#271) + * [2.7.0](#270) + * [2.6.3](#263) + * [2.6.2](#262) + * [2.6.1](#261) + * [2.6.0](#260) + * [2.5.4](#254) + * [2.5.3](#253) + * [2.5.2](#252) + * [2.5.1](#251) + * [2.5.0](#250) + * [2.4.0](#240) + * [2.3.0](#230) + * [2.2.1](#221) + * [2.2.0](#220) + * [2.1.5](#215) + * [2.1.3 / 2.1.4](#213--214) + * [2.1.2](#212) + * [2.1.1](#211) + * [2.1.0](#210) + * [2.0.3](#203) + * [2.0.2](#202) + * [2.0.1](#201) + * [2.0.0](#200) + * [New Functionality](#new-functionality) + * [Breaking Changes in 2.0.0](#breaking-changes-in-200) + * [Gmail Delegation Management Removed](#gmail-delegation-management-removed) + * [Functions Removed](#functions-removed) + * [Functions Aliased](#functions-aliased) *** +## 2.20.0 + +* [Issue #115](https://github.com/scrthq/PSGSuite/issues/115) + * Renamed: `Get-GSCalendarEventList` to `Get-GSCalendarEvent` and set the original name as an exported Alias to the new name for backwards compatibility. + * Added: `EventId` parameter to `Get-GSCalendarEvent` to specify individual event ID's to get instead of a filtered list. + * Added: `PrivateExtendedProperty` parameter to `Get-GSCalendarEvent`. + * Added: `SharedExtendedProperty` parameter to `Get-GSCalendarEvent`. + * Added: `PrivateExtendedProperties` parameter to `New-GSCalendarEvent` and `Update-GSCalendarEvent`. + * Added: `SharedExtendedProperties` parameter to `New-GSCalendarEvent` and `Update-GSCalendarEvent`. + * Added: `ExtendedProperties` parameter to `New-GSCalendarEvent` and `Update-GSCalendarEvent`. + * Added: `Id` parameter to `New-GSCalendarEvent` and `Update-GSCalendarEvent`. +* [Issue #117](https://github.com/scrthq/PSGSuite/issues/117) + * Fixed: Type error on `States` parameter of `Get-GSStudentGuardianInvitation`. +* Miscellaneous + * Updated Contributing doc with new Build script steps + * Removed `DebugMode.ps1` script since it's no longer needed (use `build.ps1` instead) ## 2.19.0