Skip to content

Commit

Permalink
1.14.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dan K. Snelson <[email protected]>
  • Loading branch information
dan-snelson committed Feb 6, 2024
1 parent e2232ab commit 313877d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CHANGELOG

## 1.14.0-b4
### 03-Feb-2024
## 1.14.0
### 05-Feb-2024
- Updated Vimeo ID
- Corrected omission of [SYM-Helper] for `moveableInProduction`
- Updated "Microsoft Office 365" to "Microsoft 365"
Expand Down
6 changes: 3 additions & 3 deletions Setup-Your-Mac-via-Dialog.bash
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# HISTORY
#
# Version 1.14.0, 03-Feb-2024
# Version 1.14.0, 05-Feb-2024
# - Updated Vimeo ID
# - Corrected omission of [SYM-Helper] for `moveableInProduction`
# - Updated "Microsoft Office 365" to "Microsoft 365"
Expand All @@ -37,7 +37,7 @@
# Script Version and Jamf Pro Script Parameters
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

scriptVersion="1.14.0-rc1"
scriptVersion="1.14.0"
export PATH=/usr/bin:/bin:/usr/sbin:/sbin
scriptLog="${4:-"/var/log/org.churchofjesuschrist.log"}" # Parameter 4: Script Log Location [ /var/log/org.churchofjesuschrist.log ] (i.e., Your organization's default location for client-side logs)
debugMode="${5:-"verbose"}" # Parameter 5: Debug Mode [ verbose (default) | true | false ]
Expand Down Expand Up @@ -593,7 +593,7 @@ fi
if [[ "${brandingBannerDisplayText}" == "true" ]]; then welcomeBannerText="Happy $( date +'%A' ), ${loggedInUserFirstname}! \nWelcome to your new ${modelName}";
else welcomeBannerText=""; fi
welcomeCaption="Please review the above video, then click Continue."
welcomeVideoID="vimeoid=877821811"
welcomeVideoID="vimeoid=909473114"


# Check brandingBanner and cache if necessary
Expand Down

0 comments on commit 313877d

Please sign in to comment.