Skip to content

Commit 5fb0a35

Browse files
authored
Merge pull request #5549 from LibreSign/backport/5547/stable31
[stable31] chore(release): Changelog for 11.5.0
2 parents 243ae4f + c8175d3 commit 5fb0a35

File tree

4 files changed

+33
-4
lines changed

4 files changed

+33
-4
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,35 @@ Types of changes:
1919
<!-- changelog-linker -->
2020
<!-- changelog-linker -->
2121

22+
## 11.5.0 - 2025-11-10
23+
### Features
24+
- feat(dependabot): add missing composer paths to config [#5466](https://github.com/LibreSign/libresign/pull/5466)
25+
- feat: sign usign twofactor_gateway [#5498](https://github.com/LibreSign/libresign/pull/5498)
26+
- feat: return next scheduled date [#5526](https://github.com/LibreSign/libresign/pull/5526)
27+
28+
### Changes
29+
- Update translations
30+
- Bump dependencies
31+
- chore: add link to logs [#5456](https://github.com/LibreSign/libresign/pull/5456)
32+
- chore: gridViewButtonLabel [#5462](https://github.com/LibreSign/libresign/pull/5462)
33+
- chore: update workflows [#5485](https://github.com/LibreSign/libresign/pull/5485)
34+
- chore: replace vendor by 3rdparty [#5514](https://github.com/LibreSign/libresign/pull/5514)
35+
- chore: cover with more scenarios [#5525](https://github.com/LibreSign/libresign/pull/5525)
36+
- chore: handle error and cover with tests [#5536](https://github.com/LibreSign/libresign/pull/5536)
37+
38+
### Fixes
39+
- fix: error at CI with PHP 8.3 [#5481](https://github.com/LibreSign/libresign/pull/5481)
40+
- fix: rollback previous commit [#5484](https://github.com/LibreSign/libresign/pull/5484)
41+
- fix: isolate all dependencies [#5490](https://github.com/LibreSign/libresign/pull/5490)
42+
- fix: patcher for mpdf [#5495](https://github.com/LibreSign/libresign/pull/5495)
43+
- fix: apply rector [#5501](https://github.com/LibreSign/libresign/pull/5501)
44+
- fix: unit test after translation update [#5516](https://github.com/LibreSign/libresign/pull/5516)
45+
- fix: unit test after implement submodule [#5521](https://github.com/LibreSign/libresign/pull/5521)
46+
- fix: error handler to prevent JS error when receive 4xx from API [#5531](https://github.com/LibreSign/libresign/pull/5531)
47+
- fix: make possible to test with dates [#5538](https://github.com/LibreSign/libresign/pull/5538)
48+
- fix: add maxlength [#5542](https://github.com/LibreSign/libresign/pull/5542)
49+
- fix: make the error message more specific [#5543](https://github.com/LibreSign/libresign/pull/5543)
50+
2251
## 11.4.1 - 2025-09-13
2352
### Changes
2453
- Update translations

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Developed with ❤️ by [LibreCode](https://librecode.coop). Help us transform
2525
2626
* [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)
2727
]]></description>
28-
<version>11.4.1</version>
28+
<version>11.5.0</version>
2929
<licence>agpl</licence>
3030
<author mail="[email protected]" homepage="https://librecode.coop">LibreCode</author>
3131
<documentation>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "libresign",
33
"description": "A app for signing documents",
4-
"version": "11.4.1",
4+
"version": "11.5.0",
55
"license": "agpl",
66
"private": true,
77
"scripts": {

0 commit comments

Comments
 (0)