Skip to content
GitLab
Menu
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
cecce600
Commit
cecce600
authored
Apr 28, 2018
by
Carsten Rose
Browse files
New Version: 18.04.1
parent
6976df40
Changes
8
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
cecce600
...
...
@@ -36,6 +36,16 @@ Features
Bug Fixes
^^^^^^^^^
Version 18.04.1
---------------
Date: 28.04.2018
Bug Fixes
^^^^^^^^^
*
config: broken dbIndexQfq, dbIndexData
Version 18.04.0
---------------
...
...
doc/NewVersion.md
View file @
cecce600
...
...
@@ -47,8 +47,8 @@ Neue Versionsnummer
6)
**New Tag**
:
git tag v18.04.
0
git push -u origin v18.04.
0
git tag v18.04.
1
git push -u origin v18.04.
1
7) PhpStorm:
**Sync**
all files to VM qfq.
...
...
@@ -58,10 +58,8 @@ Update Doku auf docs.typo3.org
https://docs.typo3.org/typo3cms/drafts/github/T3DocumentationStarter/Public-Info-053/
1) Copy - Im
`qfq`
Projektverzeichnis: make update-qfq-doc
2) Commit - In
`qfq-doc`
Projektverzeichnis wechseln und auf github einchecken:
1) Copy 'qfq' doc to github project 'qfq-doc'. Commit changes. Push changes to github::
make update-qfq-doc
git commit -a
git push # User: math-uzh, PW:
<kpit>
**one line**
: make update-qfq-doc; pushd ../qfq-doc; git commit -a; git push; popd
\ No newline at end of file
extension/Documentation/Release.rst
View file @
cecce600
...
...
@@ -36,6 +36,16 @@ Features
Bug Fixes
^^^^^^^^^
Version 18.04.1
---------------
Date: 28.04.2018
Bug Fixes
^^^^^^^^^
* config: broken dbIndexQfq, dbIndexData
Version 18.04.0
---------------
...
...
extension/Documentation/Settings.cfg
View file @
cecce600
...
...
@@ -3,7 +3,7 @@
project = QFQ - Quick Form Query
version = 18.04
release = 18.04.
0
release = 18.04.
1
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/Documentation/_make/conf.py
View file @
cecce600
...
...
@@ -59,7 +59,7 @@ copyright = u'2017, Carsten Rose'
# The short X.Y version.
version
=
'18.04'
# The full version, including alpha/beta/rc tags.
release
=
'18.04.
0
'
release
=
'18.04.
1
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/RELEASE.txt
View file @
cecce600
...
...
@@ -36,6 +36,16 @@ Features
Bug Fixes
^^^^^^^^^
Version 18.04.1
---------------
Date: 28.04.2018
Bug Fixes
^^^^^^^^^
* config: broken dbIndexQfq, dbIndexData
Version 18.04.0
---------------
...
...
extension/ext_emconf.php
View file @
cecce600
...
...
@@ -11,7 +11,7 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'stable'
,
'version'
=>
'18.04.
0
'
,
'version'
=>
'18.04.
1
'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'6.0.0-9.2.99'
,
...
...
version
View file @
cecce600
18.04.
0
18.04.
1
Write
Preview
Supports
Markdown
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