Skip to content

Commit 1d4cb9c

Browse files
author
Julien Veyssier
committed
0.0.9
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
1 parent 74ab855 commit 1d4cb9c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## 0.0.9 – 2021-05-28
10+
### Added
11+
- ability to request signature via DocuSign for all PDF files
12+
913
## 0.0.8 – 2021-05-25
1014
### Added
1115
* the app

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<name>Approval</name>
55
<summary>Let users approve or reject files</summary>
66
<description><![CDATA[Approve/reject files based on workflows defined by admins.]]></description>
7-
<version>0.0.8</version>
7+
<version>0.0.9</version>
88
<licence>agpl</licence>
99
<author>Julien Veyssier</author>
1010
<namespace>Approval</namespace>

src/components/DocuSignModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
:placeholder="t('approval', 'Coma separated email addresses')"
2727
type="text">
2828
<p class="settings-hint">
29-
{{ t('approval', 'Recipients will receive an email from DocuSign with a link to sign the document. You will be informed by email when the document has been signed.') }}
29+
{{ t('approval', 'Recipients will receive an email from DocuSign with a link to sign the document. You will be informed by email when the document has been signed by all recipients.') }}
3030
</p>
3131
<div class="docusign-footer">
3232
<button

0 commit comments

Comments
 (0)