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
b97bbc72
Commit
b97bbc72
authored
Oct 12, 2018
by
Carsten Rose
Browse files
New version 18.10.1
parent
55881787
Pipeline
#998
passed with stage
in 1 minute and 35 seconds
Changes
8
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
b97bbc72
...
...
@@ -37,6 +37,28 @@ Bug Fixes
^^^^^^^^^
Version 18.10.1
---------------
Date: 12.10.18
Notes
^^^^^
Features
^^^^^^^^
*
#5578 / Safari only handles one filetype in upload dialog.
*
#6991 / Optional process 'readonly' FE during save. New FE parameter 'processReadOnly = 0|1'.
Bug Fixes
^^^^^^^^^
*
#6880 / Fixed Exceptions with too many details to end user.
*
'Drag and drop' failed due to fillStoreForm requests {{form:S}} which was not necessary for drag and drop.
*
Upload: rename 'chmod' to 'chmodFile'. Implement 'chmodDir'. Permissions applied for all new created directories.
*
Upload: replace 'rename' with 'copy/unlink'
Version 18.10.0
---------------
...
...
doc/NewVersion.md
View file @
b97bbc72
...
...
@@ -44,12 +44,12 @@ Neue Versionsnummer
*
Update the version number in this document (topic 6)
*
Commit & Push new version changes to master branch:
New version 18.10.
0
New version 18.10.
1
6)
**New Tag**
:
git tag v18.10.
0
git push -u origin v18.10.
0
git tag v18.10.
1
git push -u origin v18.10.
1
7) PhpStorm:
**Sync**
all files to VM qfq.
...
...
extension/Documentation/Release.rst
View file @
b97bbc72
...
...
@@ -37,6 +37,28 @@ Bug Fixes
^^^^^^^^^
Version 18.10.1
---------------
Date: 12.10.18
Notes
^^^^^
Features
^^^^^^^^
* #5578 / Safari only handles one filetype in upload dialog.
* #6991 / Optional process 'readonly' FE during save. New FE parameter 'processReadOnly = 0|1'.
Bug Fixes
^^^^^^^^^
* #6880 / Fixed Exceptions with too many details to end user.
* 'Drag and drop' failed due to fillStoreForm requests {{form:S}} which was not necessary for drag and drop.
* Upload: rename 'chmod' to 'chmodFile'. Implement 'chmodDir'. Permissions applied for all new created directories.
* Upload: replace 'rename' with 'copy/unlink'
Version 18.10.0
---------------
...
...
extension/Documentation/Settings.cfg
View file @
b97bbc72
...
...
@@ -3,7 +3,7 @@
project = QFQ - Quick Form Query
version = 18.10
release = 18.10.
0
release = 18.10.
1
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/Documentation/_make/conf.py
View file @
b97bbc72
...
...
@@ -59,7 +59,7 @@ copyright = u'2017, Carsten Rose'
# The short X.Y version.
version
=
'18.10'
# The full version, including alpha/beta/rc tags.
release
=
'18.10.
0
'
release
=
'18.10.
1
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/RELEASE.txt
View file @
b97bbc72
...
...
@@ -37,6 +37,28 @@ Bug Fixes
^^^^^^^^^
Version 18.10.1
---------------
Date: 12.10.18
Notes
^^^^^
Features
^^^^^^^^
* #5578 / Safari only handles one filetype in upload dialog.
* #6991 / Optional process 'readonly' FE during save. New FE parameter 'processReadOnly = 0|1'.
Bug Fixes
^^^^^^^^^
* #6880 / Fixed Exceptions with too many details to end user.
* 'Drag and drop' failed due to fillStoreForm requests {{form:S}} which was not necessary for drag and drop.
* Upload: rename 'chmod' to 'chmodFile'. Implement 'chmodDir'. Permissions applied for all new created directories.
* Upload: replace 'rename' with 'copy/unlink'
Version 18.10.0
---------------
...
...
extension/ext_emconf.php
View file @
b97bbc72
...
...
@@ -11,7 +11,7 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'stable'
,
'version'
=>
'18.10.
0
'
,
'version'
=>
'18.10.
1
'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'6.0.0-9.2.99'
,
...
...
version
View file @
b97bbc72
18.10.
0
18.10.
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