diff --git a/Redaction/Configuration.xba b/Redaction/Configuration.xba index fc2c64c..00c7b9e 100644 --- a/Redaction/Configuration.xba +++ b/Redaction/Configuration.xba @@ -1,7 +1,7 @@ Public Const redactionExtensionName As String = "cleanAndValidate" -Public Const redactionExtensionVersion = "0.9.3" +Public Const redactionExtensionVersion = "0.9.4" Function initRedactionConfiguration() On Error Goto exceptionHandler Dim regFactory As Object diff --git a/build.gradle b/build.gradle index 21d1b31..2983ecf 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,4 @@ -def releaseVersion = "0.9.3" +def releaseVersion = "0.9.4" task oxt(type: Zip) { dependsOn = [ 'setVersion','setVersionInBasicCode' ] from './' diff --git a/cleanandvalidate.update.xml b/cleanandvalidate.update.xml index d2c3058..bcfe5d7 100644 --- a/cleanandvalidate.update.xml +++ b/cleanandvalidate.update.xml @@ -2,9 +2,9 @@ - + - + diff --git a/description.xml b/description.xml index 8740bd2..22bc0a6 100644 --- a/description.xml +++ b/description.xml @@ -1,7 +1,7 @@ - + Cleaning and validation documents for publishing in html and epub with pagination diff --git a/releasenotes.txt b/releasenotes.txt index c8f56ed..86477fb 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,3 +1,4 @@ +0.9.4 Added check for grouped draw elements in font report function 0.9.3 Fix for font report function 0.9.2 Font report in Draw added 0.8.6 Validation status indicator added