Skip to content

Commit ac8c1b4

Browse files
authored
Merge pull request #1085 from LibreSign/backport/1083/stable24
[stable24] Changelog
2 parents 3764fcf + af4ffc6 commit ac8c1b4

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@ Types of changes:
1313
- *Security* in case of vulnerabilities.
1414

1515
<!-- changelog-linker -->
16+
## 5.2.0 - 2022-10-23
17+
### Changed
18+
* Easy setup without necessity to run commands in server
19+
* Updated translations
20+
* Bump JSignPdf
21+
* Prevent delete signed file when original file was deleted
22+
23+
## 4.2.0 - 2022-10-23
24+
### Changed
25+
* Easy setup without necessity to run commands in server
26+
* Updated translations
27+
* Bump JSignPdf
28+
* Prevent delete signed file when original file was deleted
29+
1630
## 5.1.4 - 2022-08-04
1731
### Fixed
1832
- Update file from master

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
]]>
1111
</description>
12-
<version>5.1.4</version>
12+
<version>5.2.0</version>
1313
<licence>agpl</licence>
1414
<author mail="[email protected]" homepage="https://librecode.coop">Libre Code</author>
1515
<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": "5.1.4",
4+
"version": "5.2.0",
55
"license": "agpl",
66
"private": true,
77
"scripts": {

0 commit comments

Comments
 (0)