Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Commit 5f1713d

Browse files
committed
Added version 1.2.1
1 parent 5093446 commit 5f1713d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<module>
33
<name>apisearch</name>
44
<displayName><![CDATA[Apisearch]]></displayName>
5-
<version><![CDATA[1.2.0]]></version>
5+
<version><![CDATA[1.2.1]]></version>
66
<description><![CDATA[Search over your products, and give to your users unique, amazing and unforgettable experiences.]]></description>
77
<author><![CDATA[Apisearch Team]]></author>
88
<tab><![CDATA[search_filter]]></tab>

model/apisearch_defaults.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class ApisearchDefaults {
55
const DEFAULT_AS_ADMIN_URL = 'https://static.apisearch.cloud';
66
const DEFAULT_AS_API_VERSION = 'v1';
77
const PLUGIN_NAME = 'apisearch';
8-
const PLUGIN_VERSION = '1.2.0';
8+
const PLUGIN_VERSION = '1.2.1';
99

1010
const DEFAULT_INDEX_PRODUCTS_WITHOUT_IMAGE = true;
1111
const DEFAULT_REAL_TIME_INDEXATION = true;

0 commit comments

Comments
 (0)