Skip to content

Commit

Permalink
Set version to 2.92.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschr committed Jul 31, 2023
1 parent d064fea commit 3b5f4a6
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .versionrc
Original file line number Diff line number Diff line change
@@ -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})
Expand Down
33 changes: 33 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Mon Jul 31 13:36:00 UTC 2022 - [email protected]

- 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 <div> is
generated. This avoids a <div id=""> 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:

<html xmlns="http://www.w3.org/1999/xhtml">
<!--BEGIN QUALTRICS WEBSITE FEEDBACK SNIPPET-->
<script type='text/javascript'><![CDATA[... add your content here ...]]></script>
<div id='ZN_8qZUmklKYbBqAYe'><!--DO NOT REMOVE-CONTENTS PLACED HERE--></div>
<!--END WEBSITE FEEDBACK SNIPPET-->
</html>

-------------------------------------------------------------------
Wed Jul 26 16:57:00 UTC 2022 - [email protected]

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b5f4a6

Please sign in to comment.