Skip to content

Commit afce624

Browse files
committed
[TASK] Prepare release 2.0.0
1 parent 1b629f2 commit afce624

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/Index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ EXT:interest
2323
import, data, cli, rest, datahandler
2424

2525
:Copyright:
26-
2022 by Pixelant.net
26+
2023 by Pixelant.net
2727

2828
:Authors:
2929
* Pixelant.net

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
$EM_CONF['interest'] = [
55
'title' => 'Integration REST API',
66
'description' => 'REST and CLI API for adding, updating, and deleting records in TYPO3. Tracks relations so records can be inserted in any order. Uses remote ID mapping so you don\'t have to keep track of what UID a record has gotten after import. Data is inserted using backend APIs as if a real human did it, so you can can inspect the record history and undo actions.',
7-
'version' => '1.3.0',
7+
'version' => '2.0.0',
88
'state' => 'stable',
99
'category' => 'plugin',
1010
'constraints' => [

0 commit comments

Comments
 (0)