Skip to content
Snippets Groups Projects
Commit 5090fff7 authored by Carsten  Rose's avatar Carsten Rose
Browse files

New version 0.22.0.

parent 97f12fbd
No related branches found
Tags v0.22.0
No related merge requests found
......@@ -42,8 +42,8 @@ Neue Versionsnummer
6) New Tag:
git tag v0.21.1
git push -u origin v0.21.1
git tag v0.22.0
git push -u origin v0.22.0
7) PhpStorm: Sync all files to VM qfq.
......
......@@ -36,6 +36,34 @@ Features
Bug Fixes
^^^^^^^^^
Release
=======
Version 0.22
------------
Date: 14.09.2017
Notes
^^^^^
* Form Editor: element 'forwardPage' is static again (no dynamic update) - see features in #4511.
Features
^^^^^^^^
* #4511 / Form: URL Forward - mode dynamic computed
Bug Fixes
^^^^^^^^^
* #4512 | SIP URL does not respect anker token '#'- fixed PLUS: L and type _GET Params included in links which contain a SIP (regular links still open).
* #4508 / Form: during Save with FE with 'report'-Note/Values an exception is thrown - report does not expect, to be called without typo3 - but this is the case during save and generating the JSON.
* #4021 / "required" asterik does not handle multi column labels correctly
* #4423 / Date inputs with readonly: label is grey.
* Empty date might create '2001-00-00'
* #4504 / Upload Button: required asterik missing after save - seems to be a problem for every element - should be fixed now.
Version 0.21.0
--------------
......
......@@ -2,8 +2,8 @@
[general]
project = QFQ - Quick Form Query
version = 0.21
release = 0.21.1
version = 0.22
release = 0.22.0
t3author = Carsten Rose
copyright = since 2017 by the author
......
......@@ -57,9 +57,9 @@ copyright = u'2017, Carsten Rose'
# built documents.lease
#
# The short X.Y version.
version = '0.21'
version = '0.22'
# The full version, including alpha/beta/rc tags.
release = '0.21.1'
release = '0.22.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
......@@ -10,6 +10,6 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies' => 'fluid,extbase',
'clearcacheonload' => true,
'state' => 'alpha',
'version' => '0.21.1',
'version' => '0.22.0',
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment