From 3b8e0826e9b5f6e1eb0026257c1f184c6c2a1b61 Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Wed, 1 Jul 2020 18:45:11 +0200 Subject: [PATCH] Timestamp added --- Redaction/Configuration.xba | 2 +- build.gradle | 2 +- cleanandvalidate.update.xml | 4 ++-- description.xml | 2 +- releasenotes.txt | 1 + 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Redaction/Configuration.xba b/Redaction/Configuration.xba index b1749a3..289e476 100644 --- a/Redaction/Configuration.xba +++ b/Redaction/Configuration.xba @@ -1,7 +1,7 @@ Public Const redactionExtensionName As String = "cleanAndValidate" -Public Const redactionExtensionVersion = "0.7.15" +Public Const redactionExtensionVersion = "0.7.16" Function initRedactionConfiguration() On Error Goto exceptionHandler Dim regFactory As Object diff --git a/build.gradle b/build.gradle index 6086410..4013b4c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,4 @@ -def releaseVersion = "0.7.15" +def releaseVersion = "0.7.16" task oxt(type: Zip) { dependsOn = [ 'setVersion','setVersionInBasicCode' ] from './' diff --git a/cleanandvalidate.update.xml b/cleanandvalidate.update.xml index d0e6eb3..0ed6b68 100644 --- a/cleanandvalidate.update.xml +++ b/cleanandvalidate.update.xml @@ -2,9 +2,9 @@ - + - + diff --git a/description.xml b/description.xml index c0976fa..b744642 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 e5ce168..84b7f50 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,3 +1,4 @@ +0.7.16 Added timestamp to document properties after cleaning 0.7.14 Search for formatting in styles 0.7.13 Added conversion to doc and back to odt to filter broken default paragraph style settings 0.7.12 Transaltions update, fix for mistakes added