diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 704f3ff9..475c4e48 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -10,7 +10,7 @@ jobs: - uses: vedantmgoyal2009/winget-releaser@v2 with: identifier: taers232c.GAMADV-XTD3 - release-tag: v6.81.00 + release-tag: v6.81.01 max-versions-to-keep: 1 # keep only latest versions installers-regex: '\.msi$' token: ${{ secrets.WINGET_TOKEN }} \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 31b9a17d..6b39ae0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -116,10 +116,10 @@ deploy: file: gamadv-xtd3-$GAMVERSION-* skip_cleanup: true draft: true -# edge: true + edge: true # Linux Xenial and Trusty - edge: - branch: v2.0.3-beta.4 +# edge: +# branch: v2.0.3-beta.4 on: repo: taers232c/GAMADV-XTD3 diff --git a/src/GamUpdate.txt b/src/GamUpdate.txt index 404a7ed2..1d6f5cd0 100644 --- a/src/GamUpdate.txt +++ b/src/GamUpdate.txt @@ -1,3 +1,8 @@ +6.81.01 + +Fixed bug in `gam create meetspace` that caused errors +due to Developer Preview options being included. + 6.81.00 Added support for groups when defining Chrome policies. diff --git a/src/gam/__init__.py b/src/gam/__init__.py index e03de3bb..918146ec 100755 --- a/src/gam/__init__.py +++ b/src/gam/__init__.py @@ -25,7 +25,7 @@ """ __author__ = 'Ross Scroggs ' -__version__ = '6.81.00' +__version__ = '6.81.01' __license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' #pylint: disable=wrong-import-position @@ -27143,9 +27143,9 @@ def createMeetSpace(users): FJQC = FormatJSONQuoteChar() body = {'config': {'accessType': 'TRUSTED', 'entryPointAccess': 'ALL', - 'moderation': 'OFF', - 'moderationRestrictions': {}, - 'firstJoinerType': 'ANYONE', +# 'moderation': 'OFF', +# 'moderationRestrictions': {}, +# 'firstJoinerType': 'ANYONE', }} returnIdOnly = False updateMask = []