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
453cce90
Commit
453cce90
authored
Sep 07, 2020
by
Carsten Rose
Browse files
New version 20.9.0
parent
fa635e98
Pipeline
#3782
passed with stages
in 4 minutes and 26 seconds
Changes
8
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
453cce90
...
...
@@ -36,6 +36,35 @@ Features
Bug Fixes
^^^^^^^^^
Version 20.9.0
--------------
Date: 06.09.2020
Notes
^^^^^
New table 'uniq' to guarantee uniq random strings.
New SIP protected AJAX calls.
Report now fires calls to websocket (remote hosts).
Report now fires REST calls to remote hosts.
Features
^^^^^^^^
*
#10979 / Report: do SIP protected AJAX calls to typo3conf/ext/qfq/Classes/Api/dataReport.php.
*
#11076 / Report: trigger call to websockets.
*
#11118 / Retrieve random string which is guaranteed to be uniq: {{randomUniq:V}}.
*
#11119 / Report: REST Client calls - incl. processing of answer.
*
Add CodingGuideline.rst.
Bug Fixes
^^^^^^^^^
*
#10919 / AutoCron: Fix missing FillStoreSystemBySql.
*
#11075 / Form: Missing SQL error message in FE Action Elements.
*
#11039 / Fix CSS for Checkbox.
Version 20.6.2
--------------
...
...
Documentation-develop/NewVersion.md
View file @
453cce90
...
...
@@ -44,7 +44,7 @@ Neue Versionsnummer
**Achtung**
: die Release Minor darf KEINE fuehrenden Nullen enthalten!!! Ansonsten funktioniert die Verteilung vie TER nicht.
**Auto**
: ./setVersion.sh 20.
6.2
**Auto**
: ./setVersion.sh 20.
9.0
Manuell:
*
extension/Documentation/_make/conf.py: release, version-
...
...
@@ -59,12 +59,12 @@ Neue Versionsnummer
*
Commit & Push new version changes to master branch:
New version 20.
6.2
New version 20.
9.0
7)
**New Tag**
:
git tag v20.
6.2
git push -u origin v20.
6.2
git tag v20.
9.0
git push -u origin v20.
9.0
8)
**Merge 'master' into 'develop'**
...
...
Documentation/Release.rst
View file @
453cce90
...
...
@@ -36,6 +36,35 @@ Features
Bug Fixes
^^^^^^^^^
Version 20.9.0
--------------
Date: 06.09.2020
Notes
^^^^^
New table 'uniq' to guarantee uniq random strings.
New SIP protected AJAX calls.
Report now fires calls to websocket (remote hosts).
Report now fires REST calls to remote hosts.
Features
^^^^^^^^
* #10979 / Report: do SIP protected AJAX calls to typo3conf/ext/qfq/Classes/Api/dataReport.php.
* #11076 / Report: trigger call to websockets.
* #11118 / Retrieve random string which is guaranteed to be uniq: {{randomUniq:V}}.
* #11119 / Report: REST Client calls - incl. processing of answer.
* Add CodingGuideline.rst.
Bug Fixes
^^^^^^^^^
* #10919 / AutoCron: Fix missing FillStoreSystemBySql.
* #11075 / Form: Missing SQL error message in FE Action Elements.
* #11039 / Fix CSS for Checkbox.
Version 20.6.2
--------------
...
...
Documentation/Settings.cfg
View file @
453cce90
...
...
@@ -21,8 +21,8 @@
; you can use in 'conf.py'
project = QFQ - Quick Form Query
version = 20.
6
release = 20.
6.2
version = 20.
9
release = 20.
9.0
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
Documentation/conf.py
View file @
453cce90
...
...
@@ -62,9 +62,9 @@ author = 'Carsten Rose, Benjamin Baer, Marc Egger'
# built documents.
#
# The short X.Y version.
version
=
'20.
6
'
version
=
'20.
9
'
# The full version, including alpha/beta/rc tags.
release
=
'20.
6.2
'
release
=
'20.
9.0
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/RELEASE.txt
View file @
453cce90
...
...
@@ -36,6 +36,35 @@ Features
Bug Fixes
^^^^^^^^^
Version 20.9.0
--------------
Date: 06.09.2020
Notes
^^^^^
New table 'uniq' to guarantee uniq random strings.
New SIP protected AJAX calls.
Report now fires calls to websocket (remote hosts).
Report now fires REST calls to remote hosts.
Features
^^^^^^^^
* #10979 / Report: do SIP protected AJAX calls to typo3conf/ext/qfq/Classes/Api/dataReport.php.
* #11076 / Report: trigger call to websockets.
* #11118 / Retrieve random string which is guaranteed to be uniq: {{randomUniq:V}}.
* #11119 / Report: REST Client calls - incl. processing of answer.
* Add CodingGuideline.rst.
Bug Fixes
^^^^^^^^^
* #10919 / AutoCron: Fix missing FillStoreSystemBySql.
* #11075 / Form: Missing SQL error message in FE Action Elements.
* #11039 / Fix CSS for Checkbox.
Version 20.6.2
--------------
...
...
extension/ext_emconf.php
View file @
453cce90
...
...
@@ -12,7 +12,7 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'stable'
,
'version'
=>
'20.
6.2
'
,
'version'
=>
'20.
9.0
'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'7.0.0-9.2.99'
,
...
...
version
View file @
453cce90
20.
6.2
20.
9.0
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