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
3a6004eb
Commit
3a6004eb
authored
Mar 14, 2018
by
Carsten Rose
Browse files
New version 0.25.14
parent
13453f81
Changes
8
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
3a6004eb
...
...
@@ -37,6 +37,27 @@ Bug Fixes
^^^^^^^^^
Version 0.25.14
---------------
Date: 14.03.2018
Notes
^^^^^
Features
^^^^^^^^
*
Change notification from 'save: success' to 'Save' and 'delete: success' to 'Delete'
*
DB update: write intermediate QFQ version after every step.
Bug Fixes
^^^^^^^^^
*
#5652 / TypeAheadSql: destroyed SQL statement. Fixed broken compare and missing init of $sqlTest.
*
#5668 / Fix Broken SIP after login.
Version 0.25.13
---------------
...
...
doc/NewVersion.md
View file @
3a6004eb
...
...
@@ -47,8 +47,8 @@ Neue Versionsnummer
6)
**New Tag**
:
git tag v0.25.1
3
git push -u origin v0.25.1
3
git tag v0.25.1
4
git push -u origin v0.25.1
4
7) PhpStorm:
**Sync**
all files to VM qfq.
...
...
extension/Documentation/Release.rst
View file @
3a6004eb
...
...
@@ -37,6 +37,27 @@ Bug Fixes
^^^^^^^^^
Version 0.25.14
---------------
Date: 14.03.2018
Notes
^^^^^
Features
^^^^^^^^
* Change notification from 'save: success' to 'Save' and 'delete: success' to 'Delete'
* DB update: write intermediate QFQ version after every step.
Bug Fixes
^^^^^^^^^
* #5652 / TypeAheadSql: destroyed SQL statement. Fixed broken compare and missing init of $sqlTest.
* #5668 / Fix Broken SIP after login.
Version 0.25.13
---------------
...
...
extension/Documentation/Settings.cfg
View file @
3a6004eb
...
...
@@ -3,7 +3,7 @@
project = QFQ - Quick Form Query
version = 0.25
release = 0.25.1
3
release = 0.25.1
4
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/Documentation/_make/conf.py
View file @
3a6004eb
...
...
@@ -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
3
'
release
=
'0.25.1
4
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/RELEASE.txt
View file @
3a6004eb
...
...
@@ -37,6 +37,27 @@ Bug Fixes
^^^^^^^^^
Version 0.25.14
---------------
Date: 14.03.2018
Notes
^^^^^
Features
^^^^^^^^
* Change notification from 'save: success' to 'Save' and 'delete: success' to 'Delete'
* DB update: write intermediate QFQ version after every step.
Bug Fixes
^^^^^^^^^
* #5652 / TypeAheadSql: destroyed SQL statement. Fixed broken compare and missing init of $sqlTest.
* #5668 / Fix Broken SIP after login.
Version 0.25.13
---------------
...
...
extension/ext_emconf.php
View file @
3a6004eb
...
...
@@ -10,6 +10,6 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'alpha'
,
'version'
=>
'0.25.1
3
'
'version'
=>
'0.25.1
4
'
);
version
View file @
3a6004eb
0.25.1
3
0.25.1
4
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