From b1456ef2bf90a699cfe2b3679351ce73721358da Mon Sep 17 00:00:00 2001 From: Carsten Rose <carsten.rose@math.uzh.ch> Date: Wed, 14 Jun 2017 17:24:19 +0200 Subject: [PATCH] New Version: v0.18.4 --- doc/NewVersion.md | 4 ++-- extension/Documentation/Release.rst | 11 ++++++++-- extension/Documentation/Settings.cfg | 2 +- extension/Documentation/_make/conf.py | 2 +- extension/RELEASE.txt | 31 ++++++++------------------- extension/ext_emconf.php | 2 +- 6 files changed, 23 insertions(+), 29 deletions(-) diff --git a/doc/NewVersion.md b/doc/NewVersion.md index ac0170ce4..0c7b381f5 100644 --- a/doc/NewVersion.md +++ b/doc/NewVersion.md @@ -31,8 +31,8 @@ Neue Versionsnummer 4) Neuen Tag vergeben: - git tag v0.18.3b - git push -u origin 0.18.3b + git tag v0.18.4 + git push -u origin v0.18.4 5) Per PhpStorm Sync aller Files auf VM qfq. diff --git a/extension/Documentation/Release.rst b/extension/Documentation/Release.rst index 2f06122de..9d039f02d 100644 --- a/extension/Documentation/Release.rst +++ b/extension/Documentation/Release.rst @@ -34,8 +34,15 @@ Features Bug Fixes ^^^^^^^^^ +Version 0.18.4 +-------------- + +Bug Fixes +^^^^^^^^^ +* Bug #3910 / 'submitButtonText' not shown + Version 0.18.3b ----------------- +--------------- Features ^^^^^^^^ @@ -48,7 +55,7 @@ Bug Fixes * Bug #3903 / Copy/Paste form: references inside a record are not updated at all Version 0.18.3a ----------------- +--------------- Changes ^^^^^^^ diff --git a/extension/Documentation/Settings.cfg b/extension/Documentation/Settings.cfg index 17da5f6f6..165f32f84 100644 --- a/extension/Documentation/Settings.cfg +++ b/extension/Documentation/Settings.cfg @@ -3,7 +3,7 @@ project = QFQ - Quick Form Query version = 0.18 -release = 0.18.3b +release = 0.18.4 t3author = Carsten Rose copyright = since 2017 by the author diff --git a/extension/Documentation/_make/conf.py b/extension/Documentation/_make/conf.py index 79237f823..fb1fab0b0 100644 --- a/extension/Documentation/_make/conf.py +++ b/extension/Documentation/_make/conf.py @@ -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.3b' +release = '0.18.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/extension/RELEASE.txt b/extension/RELEASE.txt index 2f06122de..f0cca78b8 100644 --- a/extension/RELEASE.txt +++ b/extension/RELEASE.txt @@ -1,23 +1,3 @@ -.. ================================================== -.. Header hierachy -.. == -.. -- -.. ^^ -.. '' -.. ;; -.. ,, -.. -.. -------------------------------------------------- -.. Best Practice T3 reST https://docs.typo3.org/typo3cms/drafts/github/xperseguers/RstPrimer/ -.. External Links: `Bootstrap <http://getbootstrap.com/>`_: -.. Add Images: https://wiki.typo3.org/ReST_Syntax#Images -.. -.. -*- coding: utf-8 -*- with BOM. - - -.. include:: Includes.txt - -.. _release: Release ======= @@ -34,8 +14,15 @@ Features Bug Fixes ^^^^^^^^^ +Version 0.18.4 +-------------- + +Bug Fixes +^^^^^^^^^ +* Bug #3910 / 'submitButtonText' not shown + Version 0.18.3b ----------------- +--------------- Features ^^^^^^^^ @@ -48,7 +35,7 @@ Bug Fixes * Bug #3903 / Copy/Paste form: references inside a record are not updated at all Version 0.18.3a ----------------- +--------------- Changes ^^^^^^^ diff --git a/extension/ext_emconf.php b/extension/ext_emconf.php index 6f15a532c..bb100126e 100644 --- a/extension/ext_emconf.php +++ b/extension/ext_emconf.php @@ -10,6 +10,6 @@ $EM_CONF[$_EXTKEY] = array( 'dependencies' => 'fluid,extbase', 'clearcacheonload' => true, 'state' => 'alpha', - 'version' => '0.18.3b' + 'version' => '0.18.4' ); -- GitLab