Skip to content

Commit 3877b8b

Browse files
committed
Merge pull request #878 from LibreSign/backport/876/stable23
[stable23] Bump version and changelog
2 parents 9db4fda + 8e895f2 commit 3877b8b

File tree

3 files changed

+21
-11
lines changed

3 files changed

+21
-11
lines changed

CHANGELOG.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,35 @@ Types of changes:
1313
- *Security* in case of vulnerabilities.
1414

1515
<!-- changelog-linker -->
16+
## 4.1.3 - 2022-08-04
17+
### Fixed
18+
- General adjusts and updates
19+
[#870](https://github.com/LibreSign/libresign/pull/870)
20+
- Update dependencies
21+
- Remove yarn
22+
- Fix eslint errors and warnings
23+
- Improve build
24+
- Fix invalid redirects
25+
1626
## 4.1.2 - 2022-07-30
1727

18-
# Fixed
28+
### Fixed
1929
- Use escapeshellarg to fix path of file
2030
- bump PHP dependencies
2131

2232
## 4.1.1 - 2022-05-05
2333

24-
# Fixed
34+
### Fixed
2535
- Replaced more usages of TCPDI by LibreSignCLI
2636

2737
## 4.1.0 - 2022-04-26
2838

29-
# Added
39+
### Added
3040
- Command to install LibreSign cli
3141

3242
## 4.0.0 - 2022-04-25
3343

34-
# Added and updated
44+
### Added and updated
3545
- Support to visual signatures
3646
- upload signature image
3747
- handmade signature
@@ -44,13 +54,13 @@ Types of changes:
4454

4555
## 2.4.3 - 2021-07-14
4656

47-
# Changed
57+
### Changed
4858
- Update translations
4959
- API message changes, thanks to, thanks to @rakekniven and @Valdnet
5060

5161
## 2.4.2 - 2021-07-08
5262

53-
# Added
63+
### Added
5464
- List of documents
5565
- User profile
5666
- Filter files
@@ -75,7 +85,7 @@ Types of changes:
7585
- Button that takes you to the validation page on all `.signed` and `.signed` files
7686
- Button to validate document in Sidebar into App on menu files.
7787

78-
# Changed
88+
### Changed
7989
- Bump max Nextcloud version to 23
8090
- Increment of coverage on backend code
8191
- Bug fixes and refactorings resulting from increased coverage
@@ -86,11 +96,11 @@ Types of changes:
8696
- After signing the document, it will update the app files
8797
- Changed wizard to split user creation and pfx creation
8898

89-
# Removed
99+
### Removed
90100
- Removed dsv folder
91101
- Removed docs folder
92102

93-
# Fixed
103+
### Fixed
94104
- Rendering files tab in Nextcloud 20 and 21
95105
- Invalid method name when validating if a file signature has already been requested
96106
- Tests autoload

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
]]>
1212
</description>
13-
<version>4.1.2</version>
13+
<version>4.1.3</version>
1414
<licence>agpl</licence>
1515
<author mail="[email protected]" homepage="https://librecode.coop">Libre Code</author>
1616
<documentation>

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": "4.1.2",
4+
"version": "4.1.3",
55
"license": "agpl",
66
"private": true,
77
"scripts": {

0 commit comments

Comments
 (0)