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
139e529b
Commit
139e529b
authored
Mar 20, 2018
by
Carsten Rose
Browse files
New Version 0.25.15
parent
738eea62
Changes
8
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
139e529b
...
...
@@ -36,6 +36,24 @@ Features
Bug Fixes
^^^^^^^^^
Version 0.25.15
---------------
Date: 20.03.2018
Features
^^^^^^^^
*
Fabric Read Only mockup
Bug Fixes
^^^^^^^^^
*
#5706 Fixed that problematic characters in 'fileDestination' has not been sanatized.
*
Fixed problem with buttons clipping trough alert
*
Client: wrong variable, updated CSS for long errors
Version 0.25.14a
----------------
...
...
doc/NewVersion.md
View file @
139e529b
...
...
@@ -47,8 +47,8 @@ Neue Versionsnummer
6)
**New Tag**
:
git tag v0.25.1
4b
git push -u origin v0.25.1
4b
git tag v0.25.1
5
git push -u origin v0.25.1
5
7) PhpStorm:
**Sync**
all files to VM qfq.
...
...
extension/Documentation/Release.rst
View file @
139e529b
...
...
@@ -36,6 +36,24 @@ Features
Bug Fixes
^^^^^^^^^
Version 0.25.15
---------------
Date: 20.03.2018
Features
^^^^^^^^
* Fabric Read Only mockup
Bug Fixes
^^^^^^^^^
* #5706 Fixed that problematic characters in 'fileDestination' has not been sanatized.
* Fixed problem with buttons clipping trough alert
* Client: wrong variable, updated CSS for long errors
Version 0.25.14a
----------------
...
...
extension/Documentation/Settings.cfg
View file @
139e529b
...
...
@@ -3,7 +3,7 @@
project = QFQ - Quick Form Query
version = 0.25
release = 0.25.1
4a
release = 0.25.1
5
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/Documentation/_make/conf.py
View file @
139e529b
...
...
@@ -59,7 +59,7 @@ copyright = u'2017, Carsten Rose'
# The short X.Y version.
version
=
'0.25'
# The full version, including alpha/beta/rc tags.
release
=
'0.25.1
4a
'
release
=
'0.25.1
5
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/RELEASE.txt
View file @
139e529b
...
...
@@ -36,6 +36,24 @@ Features
Bug Fixes
^^^^^^^^^
Version 0.25.15
---------------
Date: 20.03.2018
Features
^^^^^^^^
* Fabric Read Only mockup
Bug Fixes
^^^^^^^^^
* #5706 Fixed that problematic characters in 'fileDestination' has not been sanatized.
* Fixed problem with buttons clipping trough alert
* Client: wrong variable, updated CSS for long errors
Version 0.25.14a
----------------
...
...
extension/ext_emconf.php
View file @
139e529b
...
...
@@ -10,6 +10,6 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'alpha'
,
'version'
=>
'0.25.1
4a
'
'version'
=>
'0.25.1
5
'
);
version
View file @
139e529b
0.25.1
4a
0.25.1
5
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