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

New Version 0.18.1

parent cd483dbd
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
project = QFQ - Quick Form Query
version = 0.18
release = 0.18.0
release = 0.18.1
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.0'
release = '0.18.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
Installation: https://docs.typo3.org/typo3cms/drafts/github/T3DocumentationStarter/Public-Info-053/Manual.html#installation
\ No newline at end of file
......@@ -10,6 +10,6 @@ $EM_CONF[$_EXTKEY] = array(
'dependencies' => 'fluid,extbase',
'clearcacheonload' => true,
'state' => 'alpha',
'version' => '0.18.0'
'version' => '0.18.1'
);
......@@ -15,11 +15,11 @@ $UPDATE_ARRAY = array(
],
'0.13.0' => [
" ALTER TABLE FormElement MODIFY COLUMN checkType ENUM('alnumx','digit','numerical','email','min|max','min|max date', 'pattern','allbut','all') NOT NULL DEFAULT 'alnumx' ",
"ALTER TABLE FormElement MODIFY COLUMN checkType ENUM('alnumx','digit','numerical','email','min|max','min|max date', 'pattern','allbut','all') NOT NULL DEFAULT 'alnumx' ",
],
'0.14.0' => [
" ALTER TABLE `FormElement` CHANGE `placeholder` `placeholder` VARCHAR(512) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' ",
"ALTER TABLE `FormElement` CHANGE `placeholder` `placeholder` VARCHAR(512) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '' ",
],
'0.15.0' => [
......
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