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
07a8406e
Commit
07a8406e
authored
Jun 19, 2017
by
Carsten Rose
Browse files
New Version: 0.18.6a - the latest has been build on 0.18.5
parent
f80bd2ec
Changes
4
Hide whitespace changes
Inline
Side-by-side
doc/NewVersion.md
View file @
07a8406e
...
...
@@ -31,14 +31,15 @@ Neue Versionsnummer
make t3sphinx (dadurch fallen Fehler in der RESTdoc Syntax auf)
5) Ne
uen Tag vergeben:
5) Ne
w version changes commit and push to master branch: New version x.y.z.
git tag v0.18.6
git push -u origin v0.18.6
6) Neuen Tag vergeben:
6) Per PhpStorm Sync aller Files auf VM qfq.
git tag v0.18.6a
git push -u origin v0.18.6a
7) Per PhpStorm Sync aller Files auf VM qfq.
7) New version changes commit and push to master branch: New version x.y.z.
8) In T3 Instanz Dokumentation rendern lassen.
...
...
extension/Documentation/Settings.cfg
View file @
07a8406e
...
...
@@ -3,7 +3,7 @@
project = QFQ - Quick Form Query
version = 0.18
release = 0.18.6
release = 0.18.6
a
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/Documentation/_make/conf.py
View file @
07a8406e
...
...
@@ -59,7 +59,7 @@ copyright = u'2017, Carsten Rose'
# The short X.Y version.
version
=
'0.18'
# The full version, including alpha/beta/rc tags.
release
=
'0.18.6'
release
=
'0.18.6
a
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/ext_emconf.php
View file @
07a8406e
...
...
@@ -10,6 +10,6 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'alpha'
,
'version'
=>
'0.18.6'
'version'
=>
'0.18.6
a
'
);
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