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
5772db6c
Commit
5772db6c
authored
Oct 10, 2017
by
Carsten Rose
Browse files
New Version: 0.25.0
parent
3dd24173
Changes
7
Hide whitespace changes
Inline
Side-by-side
doc/NewVersion.md
View file @
5772db6c
...
...
@@ -43,8 +43,8 @@ Neue Versionsnummer
6) New Tag:
git tag v0.2
4
.0
git push -u origin v0.2
4
.0
git tag v0.2
5
.0
git push -u origin v0.2
5
.0
7) PhpStorm: Sync all files to VM qfq.
...
...
extension/Documentation/Release.rst
View file @
5772db6c
...
...
@@ -36,6 +36,23 @@ Features
Bug Fixes
^^^^^^^^^
Version 0.25.0
--------------
Date: 10.10.2017
Notes
^^^^^
* The config.qfq.ini directives DB_USER, DB_NAME, DB_HOST, DB_PASSWORD are replaced by DB_1_USER, DB_1_NAME, DB_1_HOST,
DB_1_PASSWORD. The old directives are still used, as long as the new directives does not exist.
* New config.qfq.ini directives: DB_INDEX_DATA, DB_INDEX_QFQ
Features
^^^^^^^^
* #4720 - Separate database handles for QFQ 'form' and QFQ 'data' - 'Form' might now load/save from forign database/host/user.
Version 0.24.0
--------------
...
...
extension/Documentation/Settings.cfg
View file @
5772db6c
...
...
@@ -2,8 +2,8 @@
[general]
project = QFQ - Quick Form Query
version = 0.2
4
release = 0.2
4
.0
version = 0.2
5
release = 0.2
5
.0
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/Documentation/_make/conf.py
View file @
5772db6c
...
...
@@ -57,9 +57,9 @@ copyright = u'2017, Carsten Rose'
# built documents.lease
#
# The short X.Y version.
version
=
'0.2
4
'
version
=
'0.2
5
'
# The full version, including alpha/beta/rc tags.
release
=
'0.2
4
.0'
release
=
'0.2
5
.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/RELEASE.txt
View file @
5772db6c
...
...
@@ -36,6 +36,23 @@ Features
Bug Fixes
^^^^^^^^^
Version 0.25.0
--------------
Date: 10.10.2017
Notes
^^^^^
* The config.qfq.ini directives DB_USER, DB_NAME, DB_HOST, DB_PASSWORD are replaced by DB_1_USER, DB_1_NAME, DB_1_HOST,
DB_1_PASSWORD. The old directives are still used, as long as the new directives does not exist.
* New config.qfq.ini directives: DB_INDEX_DATA, DB_INDEX_QFQ
Features
^^^^^^^^
* #4720 - Separate database handles for QFQ 'form' and QFQ 'data' - 'Form' might now load/save from forign database/host/user.
Version 0.24.0
--------------
...
...
extension/ext_emconf.php
View file @
5772db6c
...
...
@@ -10,6 +10,6 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'alpha'
,
'version'
=>
'0.2
4
.0'
,
'version'
=>
'0.2
5
.0'
,
);
version
View file @
5772db6c
0.2
4
.0
0.2
5
.0
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