Skip to content
GitLab
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
8674ade2
Commit
8674ade2
authored
Jan 30, 2017
by
Carsten Rose
Browse files
Tag 0.9
parent
eb139214
Changes
4
Hide whitespace changes
Inline
Side-by-side
doc/NewVersion.md
View file @
8674ade2
...
...
@@ -8,11 +8,11 @@ Neue Versionsnummer
*
extension/ext_emconf.php: version
2) Im Projectverzeichnis:
make t3sphinx (nicht sicher ob das noetig ist)
make t3sphinx (nicht sicher ob das noetig ist
, es fallen aber Fehler im RESTdoc auf
)
3) Merge auf master Branch
4) Neuen Tag vergeben: git tag 0.
8
4) Neuen Tag vergeben: git tag 0.
9
5) Alle Files, inkl. Tags, in GIT einchecken.
...
...
extension/Documentation/Settings.yml
View file @
8674ade2
...
...
@@ -6,8 +6,8 @@
conf.py
:
copyright
:
2017
project
:
QFQ Extension
version
:
0.
8
release
:
0.
8
.0
version
:
0.
9
release
:
0.
9
.0
latex_documents
:
-
-
Index
-
qfq.tex
...
...
extension/Documentation/_make/conf.py
View file @
8674ade2
...
...
@@ -59,7 +59,7 @@ copyright = u'2017, Carsten Rose'
# The short X.Y version.
version
=
'0.8'
# The full version, including alpha/beta/rc tags.
release
=
'0.
8
.0'
release
=
'0.
9
.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/ext_emconf.php
View file @
8674ade2
...
...
@@ -10,5 +10,5 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'alpha'
,
'version'
=>
'0.
8
'
'version'
=>
'0.
9
'
);
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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