Skip to content

Commit

Permalink
update version name
Browse files Browse the repository at this point in the history
  • Loading branch information
dangscaleflex committed Jul 22, 2024
1 parent 5fd9b3d commit ea5dd81
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## [2.1.0] - 2024-07-22

* Add ignore HTML Block, HTML ID
* Support Magento 2.4.7

## [2.0.9] - 2023-08-23

* CNAME Support
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@ the Magento admin interface:
Stores > Configuration > Cloudimage By Scaleflex > Cloudimage
```

![Scaleflex Cloudimage Plugin Configuration](doc/images/2.0.9.png "Scaleflex Cloudimage Configuration Page")
![Scaleflex Cloudimage Plugin Configuration](doc/images/1.png "Scaleflex Cloudimage Configuration Page")
![Scaleflex Cloudimage Plugin Configuration](doc/images/2.png "Scaleflex Cloudimage Configuration Page")
![Scaleflex Cloudimage Plugin Configuration](doc/images/3.png "Scaleflex Cloudimage Configuration Page")


Expand the `General` section and activate the module by selecting `Yes` in the `Scaleflex Cloudimage Active` dropdown.
Enter your Cloudimage token and configure the Options.
Expand Down Expand Up @@ -141,6 +144,11 @@ official [Cloudimage documentation here](https://docs/cloudimage.io) for the lis
**Ignore blocks(New)**: Cloudimage will not affect on these blocks, separate by comma. For example:
product.info.description, product.info.attribute.

**Ignore HTML Active**: Enable / Disable Ignore HTML ID

**Ignore HTML ID**: Show when **Ignore HTML Active** enabled, Cloudimage will not affect on these html ID, separate by comma. For example:
product, pagecontent.

## 2. Integration "on-the-fly" in Magento templates

The final step before enjoying responsive and fast images is to modify the PHP templates to replace `<img src="" />`
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ext-libxml": "*"
},
"type": "magento2-module",
"version": "2.0.9",
"version": "2.1.0",
"license": "BSD-3-Clause",
"authors": [
{
Expand Down
3 changes: 2 additions & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@
<comment>
<![CDATA[Cloudimage will not affect on these blocks, separate by comma. For example: product.info.description, product.info.attribute]]></comment>
</field>
<field id="ignore_html_id_active" translate="label" type="select" sortOrder="90" showInDefault="1" showInWebsite="1"
<field id="ignore_html_id_active" translate="label" type="select" sortOrder="90" showInDefault="1"
showInWebsite="1"
showInStore="1">
<label>Ignore HTML Active</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Scaleflex_Cloudimage" setup_version="2.0.10">
<module name="Scaleflex_Cloudimage" setup_version="2.1.0">
<sequence>
<module name="Magento_Catalog"/>
</sequence>
Expand Down

0 comments on commit ea5dd81

Please sign in to comment.