Skip to content

Commit

Permalink
Release version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fsuter committed Jan 23, 2018
1 parent b12f8b9 commit 69294b2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2018-01-23 Francois Suter (Cobweb) <[email protected]>

* Released version 2.2.0

2018-01-19 Francois Suter (Cobweb) <[email protected]>

* Used new FileUtility for reading files, resolves #3
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Introduction/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Questions and support

If you have any questions about this extension, please ask them in the
TYPO3 English mailing list, so that others can benefit from the
answers. Please use the bug tracker on forge.typo3.org to report
answers. Please use the bug tracker on GitHub to report
problem or suggest features
(https://github.com/cobwebch/svconnector_csv/issues).

Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[general]
copyright = 2009-2018
project = CSV Connector Service
release = 2.1.0
version = 2.1
release = 2.2.0
version = 2.2

[html_theme_options]
github_branch =
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Cobweb\\SvconnectorCsv\\": "Classes/"
}
},
"version": "2.1.0",
"version": "2.2.0",
"require": {
"typo3/cms-core": ">=7.6.0,<9.0",
"cobweb/svconnector": ">=3.2.0"
Expand Down
3 changes: 1 addition & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'createDirs' => '',
'clearCacheOnLoad' => 1,
'author_company' => '',
'version' => '2.1.0',
'version' => '2.2.0',
'constraints' =>
array (
'depends' =>
Expand All @@ -36,6 +36,5 @@
array (
),
),
'_md5_values_when_last_written' => 'a:25:{s:9:"ChangeLog";s:4:"396d";s:11:"LICENSE.txt";s:4:"6404";s:9:"README.md";s:4:"0d67";s:13:"composer.json";s:4:"a942";s:21:"ext_conf_template.txt";s:4:"31b9";s:12:"ext_icon.png";s:4:"935e";s:17:"ext_localconf.php";s:4:"1267";s:32:"Classes/Service/ConnectorCsv.php";s:4:"583f";s:26:"Documentation/Includes.txt";s:4:"c83c";s:23:"Documentation/Index.rst";s:4:"7184";s:26:"Documentation/Settings.yml";s:4:"bc31";s:25:"Documentation/Targets.rst";s:4:"cc7b";s:37:"Documentation/Configuration/Index.rst";s:4:"1c8b";s:33:"Documentation/Developer/Index.rst";s:4:"02e1";s:36:"Documentation/Installation/Index.rst";s:4:"5e16";s:36:"Documentation/Introduction/Index.rst";s:4:"a139";s:40:"Resources/Private/Language/locallang.xlf";s:4:"c895";s:42:"Resources/Public/Samples/Configuration.txt";s:4:"0fad";s:31:"Tests/Unit/ConnectorCsvTest.php";s:4:"a7fc";s:40:"Tests/Unit/Fixtures/AsteroidData_bom.csv";s:4:"5ebf";s:42:"Tests/Unit/Fixtures/AsteroidData_nobom.csv";s:4:"1c3c";s:34:"Tests/Unit/Fixtures/BlankLines.csv";s:4:"4e25";s:44:"Tests/Unit/Fixtures/CleanDataNoHeaderRow.csv";s:4:"583f";s:46:"Tests/Unit/Fixtures/CleanDataWithHeaderRow.csv";s:4:"e66c";s:30:"Tests/Unit/Fixtures/README.txt";s:4:"7289";}',
);

0 comments on commit 69294b2

Please sign in to comment.