Skip to content

Commit

Permalink
Merge pull request #88 from pixelant/release-1.1.3
Browse files Browse the repository at this point in the history
[RELEASE] Prepare for version ''1.1.3''
  • Loading branch information
MattiasNilsson authored Nov 23, 2022
2 parents 8a5359f + 5bf48c3 commit c80d256
Showing 1 changed file with 1 addition and 1 deletion.
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' => '1.1.2',
'version' => '1.1.3',
'state' => 'stable',
'category' => 'plugin',
'constraints' => [
Expand Down

0 comments on commit c80d256

Please sign in to comment.