From ec370ebe26e61c3864ac191c3878d588b506c15e Mon Sep 17 00:00:00 2001 From: Mattias Nilsson Date: Thu, 24 Aug 2023 07:18:39 +0200 Subject: [PATCH] [RELEASE] Prepare for version ''1.3.0'' --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index 7f2a1cd6..14f5d2b5 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -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.2.3', + 'version' => '1.3.0', 'state' => 'stable', 'category' => 'plugin', 'constraints' => [