diff --git a/.github/workflows/appstore-build-publish.yml b/.github/workflows/appstore-build-publish.yml
index 8c07f0f0a5..57db3c4818 100644
--- a/.github/workflows/appstore-build-publish.yml
+++ b/.github/workflows/appstore-build-publish.yml
@@ -12,9 +12,6 @@ on:
release:
types: [published]
-env:
- PHP_VERSION: 8.2
-
jobs:
build_and_publish:
runs-on: ubuntu-latest
@@ -68,8 +65,9 @@ jobs:
if: ${{ steps.versions.outputs.npmVersion }}
run: npm i -g 'npm@${{ steps.versions.outputs.npmVersion }}'
- - name: Set up php ${{ env.PHP_VERSION }}
- uses: shivammathur/setup-php@6d7209f44a25a59e904b1ee9f3b0c33ab2cd888d # v2
+ - name: Get php version
+ id: php-versions
+ uses: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.3.1
with:
filename: ${{ env.APP_NAME }}/appinfo/info.xml
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a14a2412f9..2565f5a39c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,19 @@ Types of changes:
- *Security* in case of vulnerabilities.
+## 8.1.0 - 2024-06-24
+### New feature
+* Clean old setup binaries
+* API documentation generated by OpenAPI moved to Nextcloud pattern
+* Hide sidebar when is incomplete setup
+### Changed
+* Update translations
+* Bump packages
+* Clean code
+### Fixes
+* Prevent error when synchronize with windows
+* Prevent error when delete visible signature
+
## 8.0.2 - 2024-05-10
### New feature
* feat: finish setup in https://github.com/LibreSign/libresign/pull/3039
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 8143a7d190..2b2e83f6fd 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -25,7 +25,7 @@ Developed with ❤️ by [LibreCode](https://librecode.coop). Help us transform
* [Donate with GitHub Sponsor: ![Donate using GitHub Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/libresign)
]]>
- 8.0.2
+ 8.1.0
agpl
LibreCode
diff --git a/package-lock.json b/package-lock.json
index 33ffd117b3..2de20f7bbc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "libresign",
- "version": "8.0.2",
+ "version": "8.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "libresign",
- "version": "8.0.2",
+ "version": "8.1.0",
"license": "agpl",
"dependencies": {
"@fontsource/dancing-script": "^5.0.18",
diff --git a/package.json b/package.json
index c1628a1f75..ce081b91b5 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "libresign",
"description": "A app for signing documents",
- "version": "8.0.2",
+ "version": "8.1.0",
"license": "agpl",
"private": true,
"scripts": {