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
4a7514ef
Commit
4a7514ef
authored
Jan 05, 2019
by
Carsten Rose
Browse files
New version 19.01.1
parent
913ee32c
Pipeline
#1283
passed with stage
in 1 minute and 33 seconds
Changes
8
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
4a7514ef
...
...
@@ -37,6 +37,20 @@ Bug Fixes
^^^^^^^^^
Version 19.01.1
---------------
Date: 04.01.2019
Bug Fixes
^^^^^^^^^
*
#7600 / Path to sendEmail has changed and is updated now.
*
#7603 / Fix problem: formEditor.sql broken - missing semicolon. QFQ updates did not played formEditor.sql.
Unit test for DatabaseUpdate(). Especially that formEditor.sql is running fine.
*
#7594 / FE.type=extra: don't name it 'type' or 'id' or 'L' - more detailed error message and an explanation in Manual.rst.
*
Config.php: error message about to high session timeout now reports the PHP settings.
Version 19.01.0
---------------
...
...
doc/NewVersion.md
View file @
4a7514ef
...
...
@@ -28,8 +28,10 @@ Neue Versionsnummer
*
Den Inhalt von Release.rst kopieren nach qfq/extension/RELEASE.txt.
*
Den Inhalt von Release.rst kopieren nach CHANGELOG.md.
*
Alle offenen Tickets im aktuellen Milestones verschieben auf den naechsten Milestone
*
Aktuellen Milestone schliessen
*
Tickets
*
Alle offenen Tickets im aktuellen Milestones verschieben auf den naechsten Milestone.
*
Abgeschlossene Tickets schliessen.
3) In folgenden Files anpassen:
...
...
@@ -49,14 +51,17 @@ Neue Versionsnummer
*
Update the version number in this document (topic 6)
*
Commit & Push new version changes to master branch:
New version 19.01.
0
New version 19.01.
1
6)
**New Tag**
:
git tag v19.01.0
git push -u origin v19.01.0
git tag v19.01.1
git push -u origin v19.01.1
7) Tickets:
*
Schliessen und der QFQ Version zuweisen.
*
Aktuellen Milestone schliessen
7) Tickets: schliessen und der QFQ Version zuweisen.
8) PhpStorm:
**Sync**
all files to VM qfq.
...
...
extension/Documentation/Release.rst
View file @
4a7514ef
...
...
@@ -37,6 +37,20 @@ Bug Fixes
^^^^^^^^^
Version 19.01.1
---------------
Date: 04.01.2019
Bug Fixes
^^^^^^^^^
* #7600 / Path to sendEmail has changed and is updated now.
* #7603 / Fix problem: formEditor.sql broken - missing semicolon. QFQ updates did not played formEditor.sql.
Unit test for DatabaseUpdate(). Especially that formEditor.sql is running fine.
* #7594 / FE.type=extra: don't name it 'type' or 'id' or 'L' - more detailed error message and an explanation in Manual.rst.
* Config.php: error message about to high session timeout now reports the PHP settings.
Version 19.01.0
---------------
...
...
extension/Documentation/Settings.cfg
View file @
4a7514ef
...
...
@@ -3,7 +3,7 @@
project = QFQ - Quick Form Query
version = 19.01
release = 19.01.
0
release = 19.01.
1
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/Documentation/_make/conf.py
View file @
4a7514ef
...
...
@@ -59,7 +59,7 @@ copyright = u'2017, Carsten Rose'
# The short X.Y version.
version
=
'19.01'
# The full version, including alpha/beta/rc tags.
release
=
'19.01.
0
'
release
=
'19.01.
1
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/RELEASE.txt
View file @
4a7514ef
...
...
@@ -37,6 +37,20 @@ Bug Fixes
^^^^^^^^^
Version 19.01.1
---------------
Date: 04.01.2019
Bug Fixes
^^^^^^^^^
* #7600 / Path to sendEmail has changed and is updated now.
* #7603 / Fix problem: formEditor.sql broken - missing semicolon. QFQ updates did not played formEditor.sql.
Unit test for DatabaseUpdate(). Especially that formEditor.sql is running fine.
* #7594 / FE.type=extra: don't name it 'type' or 'id' or 'L' - more detailed error message and an explanation in Manual.rst.
* Config.php: error message about to high session timeout now reports the PHP settings.
Version 19.01.0
---------------
...
...
extension/ext_emconf.php
View file @
4a7514ef
...
...
@@ -12,7 +12,7 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'stable'
,
'version'
=>
'19.01.
0
'
,
'version'
=>
'19.01.
1
'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'6.0.0-9.2.99'
,
...
...
version
View file @
4a7514ef
19.01.
0
19.01.
1
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