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
e2e5bc53
Commit
e2e5bc53
authored
Aug 19, 2017
by
Carsten Rose
Browse files
New Version v0.19.3
parent
fc937e22
Changes
6
Show whitespace changes
Inline
Side-by-side
doc/NewVersion.md
View file @
e2e5bc53
...
...
@@ -31,12 +31,14 @@ Neue Versionsnummer
make t3sphinx (dadurch fallen Fehler in der RESTdoc Syntax auf)
5) New version changes commit and push to master branch: New version x.y.z.
5) Commit
*
Update Version number in 6)
*
Commit & Push new version changes to master branch: New version x.y.z.
6) Neuen Tag vergeben:
git tag v0.19.
2
git push -u origin v0.19.
2
git tag v0.19.
3
git push -u origin v0.19.
3
7) Per PhpStorm Sync aller Files auf VM qfq.
...
...
extension/Documentation/Release.rst
View file @
e2e5bc53
...
...
@@ -34,6 +34,24 @@ Features
Bug Fixes
^^^^^^^^^
Version 0.19.3
--------------
Changes
^^^^^^^
* Changing buttons for the dirty Events depending on status
Bug Fixes
^^^^^^^^^
* #4257 / Dynamic update broken - after changing JSON data structure, update load.php has been missed.
Open
^^^^
* #4253 / Record Lock not deleted when window closes without save
Version 0.19.2
--------------
...
...
extension/Documentation/Settings.cfg
View file @
e2e5bc53
...
...
@@ -3,7 +3,7 @@
project = QFQ - Quick Form Query
version = 0.19
release = 0.19.
2
release = 0.19.
3
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/Documentation/_make/conf.py
View file @
e2e5bc53
...
...
@@ -59,7 +59,7 @@ copyright = u'2017, Carsten Rose'
# The short X.Y version.
version
=
'0.19'
# The full version, including alpha/beta/rc tags.
release
=
'0.19.
2
'
release
=
'0.19.
3
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/RELEASE.txt
View file @
e2e5bc53
...
...
@@ -34,6 +34,24 @@ Features
Bug Fixes
^^^^^^^^^
Version 0.19.3
--------------
Changes
^^^^^^^
* Changing buttons for the dirty Events depending on status
Bug Fixes
^^^^^^^^^
* #4257 / Dynamic update broken - after changing JSON data structure, update load.php has been missed.
Open
^^^^
* #4253 / Record Lock not deleted when window closes without save
Version 0.19.2
--------------
...
...
extension/ext_emconf.php
View file @
e2e5bc53
...
...
@@ -10,6 +10,6 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'alpha'
,
'version'
=>
'0.19.
2
'
'version'
=>
'0.19.
3
'
);
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