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
049a5b99
Commit
049a5b99
authored
Aug 21, 2017
by
Carsten Rose
Browse files
New Version 0.19.4
parent
9b55a341
Changes
6
Hide whitespace changes
Inline
Side-by-side
doc/NewVersion.md
View file @
049a5b99
...
...
@@ -32,20 +32,15 @@ Neue Versionsnummer
make t3sphinx (dadurch fallen Fehler in der RESTdoc Syntax auf)
5) Commit
*
Update
V
ersion number in 6)
*
Update
the v
ersion number in
this document (topic
6)
*
Commit & Push new version changes to master branch: New version x.y.z.
6) Ne
uen
Tag
vergeben
:
6) Ne
w
Tag:
git tag v0.19.
3
git push -u origin v0.19.
3
git tag v0.19.
4
git push -u origin v0.19.
4
7) Per PhpStorm Sync aller Files auf VM qfq.
8) In T3 Instanz Dokumentation rendern lassen.
T3 6.2: Admin Tools > Extension Manager > QFQ > Doku HTML: rechts oben 'Render Documentation'
7) PhpStorm: Sync all files to VM qfq.
Update Doku auf docs.typo3.org
...
...
extension/Documentation/Release.rst
View file @
049a5b99
...
...
@@ -34,6 +34,20 @@ Features
Bug Fixes
^^^^^^^^^
Version 0.19.4
--------------
Features
^^^^^^^^
* Feature: Form Paste Records - skip columns during copy if they do not exist on the source side.
Bug Fixes
^^^^^^^^^
* #4266 / FormElement Type=Editor: value not saved - fixed
* #4253 / Record Lock not deleted, when window closes without save.
Version 0.19.3
--------------
...
...
extension/Documentation/Settings.cfg
View file @
049a5b99
...
...
@@ -3,7 +3,7 @@
project = QFQ - Quick Form Query
version = 0.19
release = 0.19.
3
release = 0.19.
4
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
extension/Documentation/_make/conf.py
View file @
049a5b99
...
...
@@ -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.
3
'
release
=
'0.19.
4
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/RELEASE.txt
View file @
049a5b99
...
...
@@ -34,6 +34,20 @@ Features
Bug Fixes
^^^^^^^^^
Version 0.19.4
--------------
Features
^^^^^^^^
* Feature: Form Paste Records - skip columns during copy if they do not exist on the source side.
Bug Fixes
^^^^^^^^^
* #4266 / FormElement Type=Editor: value not saved - fixed
* #4253 / Record Lock not deleted, when window closes without save.
Version 0.19.3
--------------
...
...
extension/ext_emconf.php
View file @
049a5b99
...
...
@@ -10,6 +10,6 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'alpha'
,
'version'
=>
'0.19.
3
'
'version'
=>
'0.19.
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