Skip to content

Commit eed5fe9

Browse files
committed
Updated changelog and readme
1 parent 203d87c commit eed5fe9

File tree

7 files changed

+9
-22
lines changed

7 files changed

+9
-22
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGE LOG
22

3+
## 3.5.0
4+
5+
### UPDATES
6+
- Implemented DB schema using the Declarative schema(#1196)
7+
- Updated to support the latest released Magento 2.4.4 with PHP 8.1(#1196)
8+
39
## 3.4.0
410

511
### UPDATES

Helper/Configuration/NoticeHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ protected function getVersionNotice()
164164

165165
$noticeTitle = 'Algolia Extension update';
166166
$noticeContent = 'You are using old version of Algolia extension. Latest version of the extension is v <b>' . $newVersion['version'] . '</b><br />
167-
It is highly recommended to update your version to avoid any unexpecting issues and to get new features.<br />
167+
It is highly recommended to update your version to avoid any unexpected issues and to get new features.<br />
168168
See details on our <a target="_blank" href="' . $newVersion['url'] . '">Github repository</a>.';
169169

170170
$this->notices[] = [

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Algolia Search for Magento 2
22
==================
33

4-
![Latest version](https://img.shields.io/badge/latest-3.4.0-green)
4+
![Latest version](https://img.shields.io/badge/latest-3.5.0-green)
55
![Magento 2](https://img.shields.io/badge/Magento-2.4.x-orange)
66

7-
![PHP](https://img.shields.io/badge/PHP-7.3,7.4-blue)
7+
![PHP](https://img.shields.io/badge/PHP-8.1-blue,https://img.shields.io/badge/PHP-7.3,7.4-blue)
88

99
[![CircleCI](https://circleci.com/gh/algolia/algoliasearch-magento-2/tree/master.svg?style=svg)](https://circleci.com/gh/algolia/algoliasearch-magento-2/tree/master)
1010

Setup/Patch/.DS_Store

-6 KB
Binary file not shown.

etc/db_schema_whitelist.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"data": true,
3939
"error_log": true,
4040
"data_size": true,
41-
"created": true,
4241
"created_at": true
4342
}
4443
},

view/adminhtml/ui_component/algolia_algoliasearch_landingpage_form.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@
251251
<container name="algolia_notice_container" >
252252
<htmlContent name="html_content">
253253
<block class="Algolia\AlgoliaSearch\Block\Adminhtml\LandingPage\CmsNotice" name="cmsnotice"/>
254-
<!--<argument name="block" xsi:type="object">Algolia\AlgoliaSearch\Block\Adminhtml\LandingPage\CmsNotice</argument>-->
255254
</htmlContent>
256255
</container>
257256
<field name="content">
@@ -302,7 +301,6 @@
302301
<container name="algolia_merchandising_container" >
303302
<htmlContent name="html_content">
304303
<block class="Algolia\AlgoliaSearch\Block\Adminhtml\LandingPage\SearchConfiguration" name="search_configuration" />
305-
<!--<argument name="block" xsi:type="object">Algolia\AlgoliaSearch\Block\Adminhtml\LandingPage\SearchConfiguration</argument>-->
306304
</htmlContent>
307305
</container>
308306
</fieldset>

view/adminhtml/ui_component/algolia_algoliasearch_query_form.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@
9696
<container name="algolia_merchandising_query" >
9797
<htmlContent name="html_content">
9898
<block class="Algolia\AlgoliaSearch\Block\Adminhtml\Query\Merchandising" name="merchandising"/>
99-
<!--<argument name="block" xsi:type="object">Algolia\AlgoliaSearch\Block\Adminhtml\Query\Merchandising</argument>-->
10099
</htmlContent>
101100
</container>
102101
<container name="js_container">
@@ -118,7 +117,6 @@
118117
<container name="algolia_notice_container" >
119118
<htmlContent name="html_content">
120119
<block class="Algolia\AlgoliaSearch\Block\Adminhtml\Query\BannerNotice" name="bannernotice"/>
121-
<!--<argument name="block" xsi:type="object">Algolia\AlgoliaSearch\Block\Adminhtml\Query\BannerNotice</argument>-->
122120
</htmlContent>
123121
</container>
124122
<field name="banner_image">
@@ -169,19 +167,5 @@
169167
</item>
170168
</argument>
171169
</field>
172-
<!--<field name="banner_content">-->
173-
<!--<argument name="data" xsi:type="array">-->
174-
<!--<item name="config" xsi:type="array">-->
175-
<!--<item name="source" xsi:type="string">query</item>-->
176-
<!--<item name="label" xsi:type="string" translate="true">Content</item>-->
177-
<!--<item name="dataType" xsi:type="string">text</item>-->
178-
<!--<item name="formElement" xsi:type="string">textarea</item>-->
179-
<!--<item name="template" xsi:type="string">ui/form/field</item>-->
180-
<!--<item name="wysiwyg" xsi:type="boolean">false</item>-->
181-
<!--<item name="dataScope" xsi:type="string">banner_content</item>-->
182-
<!--<item name="placeholder" xsi:type="string" translate="true">Additional text displayed below the banner</item>-->
183-
<!--</item>-->
184-
<!--</argument>-->
185-
<!--</field>-->
186170
</fieldset>
187171
</form>

0 commit comments

Comments
 (0)