Skip to content

Commit

Permalink
!deploy v2.25.2 to fix #167
Browse files Browse the repository at this point in the history
## 2.25.2

* [Issue #167](#167)
  * Fixed: Switch-PSGSuiteConfig -SetToDefault failing with invalid scope errors
  • Loading branch information
scrthq committed Mar 26, 2019
1 parent ee985f1 commit 3cd3890
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

* [Changelog](#changelog)
* [2.25.2](#2252)
* [2.25.1](#2251)
* [2.25.0](#2250)
* [2.24.0](#2240)
Expand Down Expand Up @@ -79,11 +80,16 @@

***

## 2.25.2

* [Issue #167](https://github.com/scrthq/PSGSuite/issues/167)
* Fixed: `Switch-PSGSuiteConfig -SetToDefault` failing with invalid scope errors

## 2.25.1

* [PR #165](https://github.com/scrthq/PSGSuite/pull/165) - _Thanks, [@scv-m](https://github.com/scv-m)!_
* Updated: `Get-GSCourseParticipant` now supports pipeline input for CourseId to enable piping `Get-GSCourse` into it.
* [Issue #166](https://github.com/scrthq/PSGSuite/issues/162)
* [Issue #166](https://github.com/scrthq/PSGSuite/issues/166)
* Fixed: `Update-GSUser` would fail to update user phones due to incorrect variable name in the Process block, effectively skipping it.

## 2.25.0
Expand Down
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.25.1'
ModuleVersion = '2.25.2'

# ID used to uniquely identify this module
GUID = '9d751152-e83e-40bb-a6db-4c329092aaec'
Expand Down
1 change: 0 additions & 1 deletion PSGSuite/Private/Get-PSGSuiteConfigNames.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ function Get-PSGSuiteConfigNames {
#>
[cmdletbinding()]
Param ()
$script:ConfigScope = $Scope
$fullConf = Import-SpecificConfiguration -CompanyName 'SCRT HQ' -Name 'PSGSuite' -Scope $Script:ConfigScope
$fullConf.Keys | Where-Object {$_ -ne 'DefaultConfig'}
}
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,11 @@ Update-GSSheetValue Export-GSSheet

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

## 2.25.2

* [Issue #167](https://github.com/scrthq/PSGSuite/issues/167)
* Fixed: `Switch-PSGSuiteConfig -SetToDefault` failing with invalid scope errors

## 2.25.1

* [PR #165](https://github.com/scrthq/PSGSuite/pull/165) - _Thanks, [@scv-m](https://github.com/scv-m)!_
Expand Down

0 comments on commit 3cd3890

Please sign in to comment.