Skip to content

Commit

Permalink
finalize v2.23.0 release with Gmail.SendAs.Settings functions added for
Browse files Browse the repository at this point in the history
  • Loading branch information
scrthq committed Feb 27, 2019
1 parent 9c56d06 commit b595c24
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion PSGSuite/PSGSuite.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'PSGSuite.psm1'

# Version number of this module.
ModuleVersion = '2.22.4'
ModuleVersion = '2.23.0'

# ID used to uniquely identify this module
GUID = '9d751152-e83e-40bb-a6db-4c329092aaec'
Expand Down
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,16 @@ Update-GSSheetValue Export-GSSheet

[Full CHANGELOG here](https://github.com/scrthq/PSGSuite/blob/master/CHANGELOG.md)

#### 2.22.4

* [Issue #147](https://github.com/scrthq/PSGSuite/issues/147)
* Added: `Get-GSChromeOSDevice` - Handles Get or List requests, depending on if you specify a ResourceId or not.
* Added: `Update-GSChromeOSDevice` - Handles Action, Move and/or Patch requests depending on the parameters passed.
#### 2.23.0

* [Issue #152](https://github.com/scrthq/PSGSuite/issues/152)
* Added full coverage of `Gmail.Settings.SendAs` resource (where signatures are managed with the newer Gmail API):
* Added: `Get-GSGmailSendAsAlias`
* Added: `Update-GSGmailSendAsAlias`
* Added: `Get-GSGmailSignature` (aliased to `Get-GSGmailSendAsAlias`)
* Added: `Update-GSGmailSignature` (aliased to `Update-GSGmailSendAsAlias` with some additional convenience parameters)
* Added: `Get-GSGmailSendAsSettings` (aliased to `Get-GSGmailSendAsAlias`)
* Added: `Update-GSGmailSendAsSettings` (aliased to `Update-GSGmailSendAsAlias`)
* Added: `Remove-GSGmailSendAsAlias`
* Added: `New-GSGmailSendAsAlias`
* Added: `Send-GSGmailSendAsConfirmation`

0 comments on commit b595c24

Please sign in to comment.