Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,16 @@
"authors": [
{
"name": "Pixelant",
"email": "info@pixelant.net",
"homepage": "https://www.pixelant.net",
"role": "Former developer"
},
{
"name": "Mathias Bolt Lesniak",
"email": "git@mabolek.dev",
"role": "Developer"
},
{
"name": "Contributors",
"homepage": "https://github.com/FriendsOfTYPO3/interest/graphs/contributors"
}
],
"require": {
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$EM_CONF['interest'] = [
'title' => 'Integration REST API',
'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.',
'version' => '2.1.2',
'version' => '2.1.3',
'state' => 'stable',
'category' => 'plugin',
'constraints' => [
Expand Down