File tree Expand file tree Collapse file tree 6 files changed +18
-6
lines changed Expand file tree Collapse file tree 6 files changed +18
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.7.4
2
+
3
+ Release Date: August 14, 2024
4
+
5
+ #### RELEASE NOTES
6
+
7
+ #### Bug Fixes:
8
+
9
+ ```
10
+ * Fixed an freezing issue with UWP app/form when interacted
11
+ * Updated useragent text
12
+ ```
1
13
## 2.7.3
2
14
3
15
Release Date: July 25, 2024
Original file line number Diff line number Diff line change 13
13
14
14
# Version number of this module.
15
15
16
- ModuleVersion = ' 2.7.3 '
16
+ ModuleVersion = ' 2.7.4 '
17
17
18
18
# Supported PSEditions
19
19
# CompatiblePSEditions = @()
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ function show-mtpSelection {
153
153
<Window
154
154
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
155
155
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
156
- Title="JumpCloud ADMU 2.7.3 "
156
+ Title="JumpCloud ADMU 2.7.4 "
157
157
WindowStyle="SingleBorderWindow"
158
158
ResizeMode="NoResize"
159
159
Background="White" ScrollViewer.VerticalScrollBarVisibility="Visible" ScrollViewer.HorizontalScrollBarVisibility="Visible" Width="1020" Height="590">
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ function New-ProgressForm {
37
37
<Window
38
38
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
39
39
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
40
- Name="Window" Title="JumpCloud ADMU 2.7.3 "
40
+ Name="Window" Title="JumpCloud ADMU 2.7.4 "
41
41
WindowStyle="SingleBorderWindow"
42
42
ResizeMode="NoResize"
43
43
Background="White" Width="720" Height="550 ">
Original file line number Diff line number Diff line change @@ -1883,12 +1883,12 @@ Function Start-Migration {
1883
1883
$AGENT_INSTALLER_URL = " https://cdn02.jumpcloud.com/production/jcagent-msi-signed.msi"
1884
1884
$AGENT_INSTALLER_PATH = " $windowsDrive \windows\Temp\JCADMU\jcagent-msi-signed.msi"
1885
1885
$AGENT_CONF_PATH = " $ ( $AGENT_PATH ) \Plugins\Contrib\jcagent.conf"
1886
- $admuVersion = ' 2.7.3 '
1886
+ $admuVersion = ' 2.7.4 '
1887
1887
1888
1888
$script :AdminDebug = $AdminDebug
1889
1889
$isForm = $PSCmdlet.ParameterSetName -eq " form"
1890
1890
If ($isForm ) {
1891
- $useragent = " JumpCloud.ADMU_Application /$ ( $admuVersion ) "
1891
+ $useragent = " JumpCloud_ADMU.Application /$ ( $admuVersion ) "
1892
1892
Write-ToLog - Message:(" UserAgent: $useragent " )
1893
1893
$SelectedUserName = $inputObject.SelectedUserName
1894
1894
$SelectedUserSid = Test-UsernameOrSID $SelectedUserName
@@ -1940,7 +1940,7 @@ Function Start-Migration {
1940
1940
$ForceReboot = $InputObject.ForceReboot
1941
1941
$UpdateHomePath = $inputObject.UpdateHomePath
1942
1942
} else {
1943
- $useragent = " JumpCloud_ADMU.PowershellModule /$ ( $admuVersion ) "
1943
+ $useragent = " JumpCloud_ADMU.Powershell /$ ( $admuVersion ) "
1944
1944
Write-ToLog - Message:(" UserAgent: $useragent " )
1945
1945
$SelectedUserSid = Test-UsernameOrSID $SelectedUserName
1946
1946
}
You can’t perform that action at this time.
0 commit comments