Skip to content
GitLab
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
68d88531
Commit
68d88531
authored
Mar 22, 2021
by
Carsten Rose
Browse files
New version 21.3.2
parent
2049227a
Pipeline
#5081
passed with stages
in 3 minutes and 54 seconds
Changes
8
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
68d88531
...
...
@@ -38,7 +38,6 @@
Release
=======
Version 21.x.x
--------------
...
...
@@ -53,6 +52,21 @@ Features
Bug Fixes
^^^^^^^^^
Version 21.3.2
--------------
Date: 22.03.2021
Features
^^^^^^^^
*
#9528 / Implement option 'clearMe' to show a small X in input & textaera fields per FormElement, per Form or global.
Bug Fixes
^^^^^^^^^
*
#12015 / use Advanced Form Editor - problem with uppercase f in Form for form name.
Version 21.3.1
--------------
...
...
@@ -69,6 +83,7 @@ Notes
Features
^^^^^^^^
*
#11998 / Custom QFQ-Function
*
#12015 / Use Advanced FormEditor
...
...
Documentation-develop/NewVersion.md
View file @
68d88531
...
...
@@ -44,7 +44,7 @@ Neue Versionsnummer
**Achtung**
: die Release Minor darf KEINE fuehrenden Nullen enthalten!!! Ansonsten funktioniert die Verteilung vie TER nicht.
**Auto**
: ./setVersion.sh 21.3.
1
**Auto**
: ./setVersion.sh 21.3.
2
Manuell:
*
extension/Documentation/_make/conf.py: release, version-
...
...
@@ -59,12 +59,12 @@ Neue Versionsnummer
*
Commit & Push new version changes to master branch:
New version 21.3.
1
New version 21.3.
2
7)
**New Tag**
:
git tag v21.3.
1
git push -u origin v21.3.
1
git tag v21.3.
2
git push -u origin v21.3.
2
8)
**Merge 'master' into 'develop'**
...
...
Documentation/Release.rst
View file @
68d88531
...
...
@@ -38,7 +38,6 @@
Release
=======
Version 21.x.x
--------------
...
...
@@ -53,6 +52,21 @@ Features
Bug Fixes
^^^^^^^^^
Version 21.3.2
--------------
Date: 22.03.2021
Features
^^^^^^^^
* #9528 / Implement option 'clearMe' to show a small X in input & textaera fields per FormElement, per Form or global.
Bug Fixes
^^^^^^^^^
* #12015 / use Advanced Form Editor - problem with uppercase f in Form for form name.
Version 21.3.1
--------------
...
...
@@ -69,6 +83,7 @@ Notes
Features
^^^^^^^^
* #11998 / Custom QFQ-Function
* #12015 / Use Advanced FormEditor
...
...
Documentation/Settings.cfg
View file @
68d88531
...
...
@@ -22,7 +22,7 @@
project = QFQ - Quick Form Query
version = 21.3
release = 21.3.
1
release = 21.3.
2
t3author = Carsten Rose
copyright = since 2017 by the author
...
...
Documentation/conf.py
View file @
68d88531
...
...
@@ -64,7 +64,7 @@ author = 'Carsten Rose, Benjamin Baer, Marc Egger'
# The short X.Y version.
version
=
'21.3'
# The full version, including alpha/beta/rc tags.
release
=
'21.3.
1
'
release
=
'21.3.
2
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
extension/RELEASE.txt
View file @
68d88531
...
...
@@ -38,7 +38,6 @@
Release
=======
Version 21.x.x
--------------
...
...
@@ -53,6 +52,21 @@ Features
Bug Fixes
^^^^^^^^^
Version 21.3.2
--------------
Date: 22.03.2021
Features
^^^^^^^^
* #9528 / Implement option 'clearMe' to show a small X in input & textaera fields per FormElement, per Form or global.
Bug Fixes
^^^^^^^^^
* #12015 / use Advanced Form Editor - problem with uppercase f in Form for form name.
Version 21.3.1
--------------
...
...
@@ -69,6 +83,7 @@ Notes
Features
^^^^^^^^
* #11998 / Custom QFQ-Function
* #12015 / Use Advanced FormEditor
...
...
extension/ext_emconf.php
View file @
68d88531
...
...
@@ -12,7 +12,7 @@ $EM_CONF['qfq'] = array(
'dependencies'
=>
'fluid,extbase'
,
'clearcacheonload'
=>
true
,
'state'
=>
'stable'
,
'version'
=>
'21.3.
1
'
,
'version'
=>
'21.3.
2
'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'7.0.0-10.9.99'
,
...
...
version
View file @
68d88531
21.3.
1
21.3.
2
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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