Skip to content

Commit 36319ae

Browse files
authored
[RELEASE] Prepare version 2.1.3 (#136)
1 parent dd4ed4d commit 36319ae

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

composer.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,16 @@
1010
"authors": [
1111
{
1212
"name": "Pixelant",
13-
"email": "[email protected]",
14-
"homepage": "https://www.pixelant.net",
13+
"role": "Former developer"
14+
},
15+
{
16+
"name": "Mathias Bolt Lesniak",
17+
"email": "[email protected]",
1518
"role": "Developer"
19+
},
20+
{
21+
"name": "Contributors",
22+
"homepage": "https://github.com/FriendsOfTYPO3/interest/graphs/contributors"
1623
}
1724
],
1825
"require": {

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' => '2.1.2',
7+
'version' => '2.1.3',
88
'state' => 'stable',
99
'category' => 'plugin',
1010
'constraints' => [

0 commit comments

Comments
 (0)