Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
1ee9be48
Commit
1ee9be48
authored
Aug 18, 2017
by
Carsten Rose
Browse files
New version 0.19.2
parent
6e785237
Changes
5
Hide whitespace changes
Inline
Side-by-side
extension/Documentation/Release.rst
View file @
1ee9be48
...
...
@@ -34,6 +34,17 @@ Features
Bug Fixes
^^^^^^^^^
Version 0.19.2
--------------
Features
^^^^^^^^
* #4250 / autocron: sending mails
* #4248 / FormElement: TypeAhead fuer den Spaltennamen - Implemented
* #4144 / Close/New: bei acquireLock=false anschliessend keine Nachfrage ob gespeichert werden soll
* #4120: Removed Timeout from Dirty Alert Message
Version 0.19.1
--------------
...
...
extension/Documentation/Settings.cfg
View file @
1ee9be48
...
...
@@ -3,7 +3,7 @@
project = QFQ - Quick Form Query
version = 0.19
release = 0.19.
1
release = 0.19.
2
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/Documentation/_make/conf.py
View file @
1ee9be48
...
...
@@ -59,7 +59,7 @@ copyright = u'2017, Carsten Rose'
# The short X.Y version.
version
=
'0.19'
# The full version, including alpha/beta/rc tags.
release
=
'0.19.
1
'
release
=
'0.19.
2
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/RELEASE.txt
View file @
1ee9be48
...
...
@@ -34,6 +34,17 @@ Features
Bug Fixes
^^^^^^^^^
Version 0.19.2
--------------
Features
^^^^^^^^
* #4250 / autocron: sending mails
* #4248 / FormElement: TypeAhead fuer den Spaltennamen - Implemented
* #4144 / Close/New: bei acquireLock=false anschliessend keine Nachfrage ob gespeichert werden soll
* #4120: Removed Timeout from Dirty Alert Message
Version 0.19.1
--------------
...
...
extension/ext_emconf.php
View file @
1ee9be48
...
...
@@ -10,6 +10,6 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'alpha'
,
'version'
=>
'0.19.
1
'
'version'
=>
'0.19.
2
'
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment