diff --git a/.versionrc b/.versionrc index 7d5050a8..36a4716e 100644 --- a/.versionrc +++ b/.versionrc @@ -1,4 +1,4 @@ -version: 2.92.0 +version: 2.92.1 files: Makefile README.adoc changesfile: ChangeLog format: (0|[1-9][0-9]*)\.(0|[1-9][0-9]{0,1})\.(0|[1-9][0-9]{0,1}) diff --git a/ChangeLog b/ChangeLog index 2903f198..5329af42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Mon Jul 31 13:36:00 UTC 2022 - tomschr@users.noreply.github.com + +- Update 2.92.1 + - Implement Qualtrics ratings #551: + * generate.qualtrics.div (default 0) + When this parameter is set to 1, the empty div + container is created. + + * qualtrics.id (default "qualtrics_container") + The default id to reference in Qualtrics. Any + non-empty value will be used. + This parameter should normally not changed. + + Keep in mind, only when $generate.qualtrics.div != 0 + AND $qualtrics.id != '' are set that the empty
is + generated. This avoids a
container. + + - Improve Qualtrics implementation #556: + * Add qualtrics-feedback.js parameter + * Add the file "qualtrics-feedback.js". + * ATM, if generate.qualtrics.div != 0 and qualtrics-feedback.js == '', we fallback to a hardcoded + implementation. + TODO: remove it once the file implementation is stable + * If the file needs to be customized, this should be the content: + + + + +
+ + + ------------------------------------------------------------------- Wed Jul 26 16:57:00 UTC 2022 - tomschr@users.noreply.github.com diff --git a/Makefile b/Makefile index 7403b006..34608fba 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ endif SHELL := /bin/bash PACKAGE := suse-xsl-stylesheets -VERSION := 2.92.0 +VERSION := 2.92.1 CDIR := $(shell pwd) SUSE_XML_PATH := $(PREFIX)/xml/suse DB_XML_PATH := $(PREFIX)/xml/docbook