Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
f23f0c7d
Commit
f23f0c7d
authored
Feb 19, 2019
by
Carsten Rose
Browse files
New version 19.2.2
parent
b0a08c25
Pipeline
#1527
passed with stage
in 2 minutes and 4 seconds
Changes
8
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
f23f0c7d
...
...
@@ -36,11 +36,33 @@ Features
Bug Fixes
^^^^^^^^^
Version 19.2.1
Version 19.2.2
--------------
Date: 19.02.2019
Notes
^^^^^
*
QFQ now offers a basic REST API. Check https://docs.typo3.org/typo3cms/drafts/github/T3DocumentationStarter/Public-Info-053/Manual.html#rest
Features
^^^^^^^^
*
7910 / Check for double form names
*
7904 / REST api export. Manual.rst: describe QFQ REST API
*
Latest phpStorm IDE complains about missing ext-json in composer.json. Added.
*
Manual.rst: Example how to use 'password' escape class.
Bug Fixes
^^^^^^^^^
Version 19.2.1
--------------
Date: 1
6.2.
19
Date: 1
8.02.20
19
Notes
^^^^^
...
...
doc/NewVersion.md
View file @
f23f0c7d
...
...
@@ -53,12 +53,12 @@ Neue Versionsnummer
*
Update the version number in this document (topic 6)
*
Commit & Push new version changes to master branch:
New version 19.2.
1
New version 19.2.
2
6)
**New Tag**
:
git tag v19.2.
1
git push -u origin v19.2.
1
git tag v19.2.
2
git push -u origin v19.2.
2
7) Tickets:
*
Schliessen und der QFQ Version zuweisen.
...
...
extension/Documentation/Release.rst
View file @
f23f0c7d
...
...
@@ -36,11 +36,33 @@ Features
Bug Fixes
^^^^^^^^^
Version 19.2.1
Version 19.2.2
--------------
Date: 19.02.2019
Notes
^^^^^
* QFQ now offers a basic REST API. Check https://docs.typo3.org/typo3cms/drafts/github/T3DocumentationStarter/Public-Info-053/Manual.html#rest
Features
^^^^^^^^
* 7910 / Check for double form names
* 7904 / REST api export. Manual.rst: describe QFQ REST API
* Latest phpStorm IDE complains about missing ext-json in composer.json. Added.
* Manual.rst: Example how to use 'password' escape class.
Bug Fixes
^^^^^^^^^
Version 19.2.1
--------------
Date: 1
6.2.
19
Date: 1
8.02.20
19
Notes
^^^^^
...
...
extension/Documentation/Settings.cfg
View file @
f23f0c7d
...
...
@@ -3,7 +3,7 @@
project = QFQ - Quick Form Query
version = 19.2
release = 19.2.
1
release = 19.2.
2
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/Documentation/_make/conf.py
View file @
f23f0c7d
...
...
@@ -59,7 +59,7 @@ copyright = u'2017, Carsten Rose'
# The short X.Y version.
version
=
'19.2'
# The full version, including alpha/beta/rc tags.
release
=
'19.2.
1
'
release
=
'19.2.
2
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/RELEASE.txt
View file @
f23f0c7d
...
...
@@ -36,11 +36,33 @@ Features
Bug Fixes
^^^^^^^^^
Version 19.2.1
Version 19.2.2
--------------
Date: 19.02.2019
Notes
^^^^^
* QFQ now offers a basic REST API. Check https://docs.typo3.org/typo3cms/drafts/github/T3DocumentationStarter/Public-Info-053/Manual.html#rest
Features
^^^^^^^^
* 7910 / Check for double form names
* 7904 / REST api export. Manual.rst: describe QFQ REST API
* Latest phpStorm IDE complains about missing ext-json in composer.json. Added.
* Manual.rst: Example how to use 'password' escape class.
Bug Fixes
^^^^^^^^^
Version 19.2.1
--------------
Date: 1
6.2.
19
Date: 1
8.02.20
19
Notes
^^^^^
...
...
extension/ext_emconf.php
View file @
f23f0c7d
...
...
@@ -12,7 +12,7 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'stable'
,
'version'
=>
'19.2.
1
'
,
'version'
=>
'19.2.
2
'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'6.0.0-9.2.99'
,
...
...
version
View file @
f23f0c7d
19.2.
1
19.2.
2
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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