Skip to content

Commit aed31ca

Browse files
1.3.0 Signature purpose
1 parent 81212f3 commit aed31ca

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This module uses a software digital certificate or a cryptographic hardware supp
5252
The plugin is licensed under the [LGPL v3.0](http://www.gnu.org/licenses/lgpl-3.0.html).
5353

5454
**State**
55-
Current addon release 1.2.3 is ***PROD***
55+
Current addon release 1.3.0 is ***PROD***
5656

5757
**Compatibility**
5858
The current version has been developed using Alfresco 5.0.d and Alfresco SDK 2.1.1, although it runs in Alfresco 5.1.x
@@ -69,8 +69,8 @@ Downloading the ready-to-deploy-plugin
6969
--------------------------------------
7070
The binary distribution is made of two amp files:
7171

72-
* [repo AMP](https://github.com/keensoft/alfresco-esign-cert/releases/download/1.2.3/esign-cert-repo.amp)
73-
* [share AMP](https://github.com/keensoft/alfresco-esign-cert/releases/download/1.2.3/esign-cert-share.amp)
72+
* [repo AMP](https://github.com/keensoft/alfresco-esign-cert/releases/download/1.3.0/esign-cert-repo.amp)
73+
* [share AMP](https://github.com/keensoft/alfresco-esign-cert/releases/download/1.3.0/esign-cert-share.amp)
7474

7575
You can install them by using standard [Alfresco deployment tools](http://docs.alfresco.com/community/tasks/dev-extensions-tutorials-simple-module-install-amp.html)
7676

@@ -132,6 +132,9 @@ esign.cert.params.sixthSignaturePosition=signaturePage={page}\tsignaturePosition
132132
133133
# Property for disable sign other docs
134134
esign.cert.signOtherDocs=false
135+
136+
# Sign Purpose (Default enabled=false)
137+
esign.cert.params.signPurpose.enabled=false
135138
```
136139

137140

@@ -152,6 +155,7 @@ Issuer: OU=FNMT Clase 2 CA, O=FNMT, C=ES
152155
```
153156

154157
PDF files can be signed up to 6 times on 6 different positions. Once a PDF is signed in a certain position that position is no longer available for signing. The signatures positions are defined in **alfresco-global.properties**.
158+
155159
Todo
156160
----------------------
157161
Pending features to be included (aka "wishlist"):
@@ -165,7 +169,9 @@ Pending features to be included (aka "wishlist"):
165169

166170
## Contributors
167171

172+
* Daniel E. Fernández
168173
* Douglas C. R. Paes
169174
* Vasil Iliev
170175
* Pedro González
171176
* Alberto Ramírez Losilla
177+
* Mikel Asla

esign-cert-repo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>es.keensoft.alfresco</groupId>
66
<artifactId>esign-cert-repo</artifactId>
7-
<version>1.2.3</version>
7+
<version>1.3.0</version>
88
<name>esign-cert-repo Repository AMP project</name>
99
<packaging>amp</packaging>
1010
<description>Manages the lifecycle of the esign-cert-repo Repository AMP (Alfresco Module Package)</description>

esign-cert-share/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>es.keensoft.alfresco</groupId>
66
<artifactId>esign-cert-share</artifactId>
7-
<version>1.2.3</version>
7+
<version>1.3.0</version>
88
<name>esign-cert-share AMP project</name>
99
<packaging>amp</packaging>
1010
<description>Manages the lifecycle of the esign-cert-share AMP (Alfresco Module Package)</description>

0 commit comments

Comments
 (0)