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
1d9e0702
Commit
1d9e0702
authored
Jan 31, 2017
by
Carsten Rose
Browse files
Tag 0.10
parent
5d514da1
Changes
5
Hide whitespace changes
Inline
Side-by-side
doc/NewVersion.md
View file @
1d9e0702
...
@@ -15,7 +15,7 @@ Neue Versionsnummer
...
@@ -15,7 +15,7 @@ Neue Versionsnummer
3) Merge auf master Branch
3) Merge auf master Branch
4) Neuen Tag vergeben: git tag 0.
9
4) Neuen Tag vergeben: git tag 0.
10
5) Alle Files, inkl. Tags, in GIT einchecken.
5) Alle Files, inkl. Tags, in GIT einchecken.
...
...
extension/Documentation/Settings.yml
View file @
1d9e0702
...
@@ -6,8 +6,8 @@
...
@@ -6,8 +6,8 @@
conf.py
:
conf.py
:
copyright
:
2017
copyright
:
2017
project
:
QFQ Extension
project
:
QFQ Extension
version
:
0.
9
version
:
0.
10
release
:
0.
9
.0
release
:
0.
10
.0
latex_documents
:
latex_documents
:
-
-
Index
-
-
Index
-
qfq.tex
-
qfq.tex
...
...
extension/Documentation/_make/conf.py
View file @
1d9e0702
...
@@ -59,7 +59,7 @@ copyright = u'2017, Carsten Rose'
...
@@ -59,7 +59,7 @@ copyright = u'2017, Carsten Rose'
# The short X.Y version.
# The short X.Y version.
version
=
'0.8'
version
=
'0.8'
# The full version, including alpha/beta/rc tags.
# The full version, including alpha/beta/rc tags.
release
=
'0.
9
.0'
release
=
'0.
10
.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
# for a list of supported languages.
...
...
extension/RELEASE.txt
View file @
1d9e0702
Version 0.10
============
Features
--------
* Implemented Parameter 'extraDeleteForm' for 'forms' and 'subrecords'. Update doc.
Bug fixes
---------
* Suppress rendering of form title during a 'delete' call. No one will see it and required parameters are not supplied.
* In case of broken SQL queries, print them in ajax error message.
* Remove parameter 'table' from Delete SIP URLs. ToolTip updated.
Version 0.9
Version 0.9
===========
===========
...
...
extension/ext_emconf.php
View file @
1d9e0702
...
@@ -10,5 +10,5 @@ $EM_CONF[$_EXTKEY] = array(
...
@@ -10,5 +10,5 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'clearcacheonload'
=>
true
,
'state'
=>
'alpha'
,
'state'
=>
'alpha'
,
'version'
=>
'0.
9
'
'version'
=>
'0.
10
'
);
);
\ 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