Merge pull request #324 from nextcloud/rel/1.17.0

build(Release): 1.17.0
This commit is contained in:
Arthur Schiwon 2024-07-26 13:09:52 +02:00 коммит произвёл GitHub
Родитель 4dbe888d46 5b8972fbe3
Коммит 81c1b2f704
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 10 добавлений и 4 удалений

Просмотреть файл

@ -56,7 +56,7 @@ jobs:
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
# Skip if no package.json
if: ${{ steps.versions.outputs.nodeVersion }}
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: ${{ steps.versions.outputs.nodeVersion }}
@ -72,7 +72,7 @@ jobs:
filename: ${{ env.APP_NAME }}/appinfo/info.xml
- name: Set up php ${{ steps.php-versions.outputs.php-min }}
uses: shivammathur/setup-php@2e947f1f6932d141d076ca441d0e1e881775e95b # v2.31.0
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
with:
php-version: ${{ steps.php-versions.outputs.php-min }}
coverage: none
@ -95,7 +95,7 @@ jobs:
# Skip if no package.json
if: ${{ steps.versions.outputs.nodeVersion }}
env:
NODE_ENV: production
CYPRESS_INSTALL_BINARY: 0
run: |
cd ${{ env.APP_NAME }}
npm ci

Просмотреть файл

@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
## 1.17.0
### Added
* [feat(deps): Add Nextcloud 30 support on master (impersonate#271)](https://github.com/nextcloud/impersonate/pull/271)
## 1.16.0
### Added

Просмотреть файл

@ -22,7 +22,7 @@ The administrator is then logged-in as the user, to switch back to the regular u
- Impersonating a user is only possible after their first login.
- You can limit which users/groups can use impersonation in Administration settings > Additional settings.]]></description>
<version>1.18.0</version>
<version>1.17.0</version>
<licence>agpl</licence>
<author>Nextcloud</author>
<namespace>Impersonate</namespace>