Skip to content

Commit

Permalink
Merge pull request #877 from LibreSign/backport/876/stable24
Browse files Browse the repository at this point in the history
[stable24] Bump version and changelog
  • Loading branch information
vitormattos committed Aug 5, 2022
2 parents f9058e9 + 8da8eaa commit 6afd5a7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
28 changes: 19 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,35 @@ Types of changes:
- *Security* in case of vulnerabilities.

<!-- changelog-linker -->
## 5.1.3 - 2022-08-04
### Fixed
- General adjusts and updates
[#870](https://github.com/LibreSign/libresign/pull/870)
- Update dependencies
- Remove yarn
- Fix eslint errors and warnings
- Improve build
- Fix invalid redirects

## 5.1.2 - 2022-07-30

# Fixed
### Fixed
- Use escapeshellarg to fix path of file
- bump PHP dependencies

## 5.1.1 - 2022-05-05

# Fixed
### Fixed
- Replaced more usages of TCPDI by LibreSignCLI

## 5.1.0 - 2022-04-26

# Added
### Added
- Command to install LibreSign cli

## 5.0.0 - 2022-04-25

# Added and updated
### Added and updated
- Support to visual signatures
- upload signature image
- handmade signature
Expand All @@ -44,13 +54,13 @@ Types of changes:

## 2.4.3 - 2021-07-14

# Changed
### Changed
- Update translations
- API message changes, thanks to, thanks to @rakekniven and @Valdnet

## 2.4.2 - 2021-07-08

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

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

# Removed
### Removed
- Removed dsv folder
- Removed docs folder

# Fixed
### Fixed
- Rendering files tab in Nextcloud 20 and 21
- Invalid method name when validating if a file signature has already been requested
- Tests autoload
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
]]>
</description>
<version>5.1.2</version>
<version>5.1.3</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="https://librecode.coop">Libre Code</author>
<documentation>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "libresign",
"description": "A app for signing documents",
"version": "5.1.2",
"version": "5.1.3",
"license": "agpl",
"private": true,
"scripts": {
Expand Down

0 comments on commit 6afd5a7

Please sign in to comment.