Skip to content
Snippets Groups Projects
Commit 66f01715 authored by Carsten  Rose's avatar Carsten Rose
Browse files

New Version 0.18.3b

parent 1ccc6b9c
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ Neue Versionsnummer
1) Die aktuellen Commits anschauen und wichtige Topics uebernehmen (git log > ~/qfq.log, alles bis zum letzten TAG anschauen):
* git log | grep -v -e '^commit ' -e '^Author: ' -e '^Date: ' -e '^Merge: '| less
* git log | grep -v -e '^commit ' -e '^Author: ' -e '^Date: ' -e '^Merge: ' > /tmp/out
* qfq/extension/Documentation/Release.rst
* Den Inhalt von Release.rst kopieren nach qfq/extension/RELEASE.txt.
......@@ -31,8 +31,8 @@ Neue Versionsnummer
4) Neuen Tag vergeben:
git tag v0.18.3a
git push -u origin v0.18.3a
git tag v0.18.3b
git push -u origin 0.18.3b
5) Per PhpStorm Sync aller Files auf VM qfq.
......
......@@ -34,6 +34,19 @@ Features
Bug Fixes
^^^^^^^^^
Version 0.18.3b
----------------
Features
^^^^^^^^
* Feature #3906 / Mark required inputs with an asterik
Bug Fixes
^^^^^^^^^
* Bug #3903 / Copy/Paste form: references inside a record are not updated at all
Version 0.18.3a
----------------
......
......@@ -3,7 +3,7 @@
project = QFQ - Quick Form Query
version = 0.18
release = 0.18.3
release = 0.18.3b
t3author = Carsten Rose
copyright = since 2017 by the author
......
......@@ -59,7 +59,7 @@ copyright = u'2017, Carsten Rose'
# The short X.Y version.
version = '0.18'
# The full version, including alpha/beta/rc tags.
release = '0.18.3'
release = '0.18.3b'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
......@@ -34,6 +34,19 @@ Features
Bug Fixes
^^^^^^^^^
Version 0.18.3b
----------------
Features
^^^^^^^^
* Feature #3906 / Mark required inputs with an asterik
Bug Fixes
^^^^^^^^^
* Bug #3903 / Copy/Paste form: references inside a record are not updated at all
Version 0.18.3a
----------------
......
......@@ -10,6 +10,6 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies' => 'fluid,extbase',
'clearcacheonload' => true,
'state' => 'alpha',
'version' => '0.18.3'
'version' => '0.18.3b'
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment