Skip to content

Commit e51f0ad

Browse files
author
Pniel (Pini) Cohen
authored
Merge pull request #48 from cloudinary/v1.10.4
CLOUDINARY-224: replaced getDispersionPath() with getDispretionPath()…
2 parents d9810d2 + 046a35a commit e51f0ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cloudinary/cloudinary-magento2",
33
"description": "Cloudinary Magento 2 Integration.",
44
"type": "magento2-module",
5-
"version": "1.10.3",
5+
"version": "1.10.4",
66
"license": "MIT",
77
"require": {
88
"cloudinary/cloudinary_php": "*"

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
3-
<module name="Cloudinary_Cloudinary" setup_version="1.10.3">
3+
<module name="Cloudinary_Cloudinary" setup_version="1.10.4">
44
<sequence>
55
<module name="Magento_ProductVideo"/>
66
</sequence>

marketplace.composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cloudinary/cloudinary",
33
"description": "Cloudinary Magento 2 Integration.",
44
"type": "magento2-module",
5-
"version": "1.10.3",
5+
"version": "1.10.4",
66
"license": "MIT",
77
"require": {
88
"cloudinary/cloudinary_php": "*"

0 commit comments

Comments
 (0)