Skip to content

Commit 1808085

Browse files
author
Pniel (Pini) Cohen
authored
Merge pull request #93 from cloudinary/v1.14.10
v1.14.10: Added jpeg to ImageRepository (for BulkUpload)
2 parents 9c6ae51 + 14e2113 commit 1808085

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Model/ImageRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
class ImageRepository
1717
{
18-
private $allowedImgExtensions = ['JPG', 'PNG', 'GIF', 'BMP', 'TIFF', 'EPS', 'PSD', 'SVG', 'WebP'];
18+
private $allowedImgExtensions = ['JPG', 'JPEG', 'PNG', 'GIF', 'BMP', 'TIFF', 'EPS', 'PSD', 'SVG', 'WebP'];
1919

2020
/**
2121
* @var Filesystem

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.14.9",
5+
"version": "1.14.10",
66
"license": "MIT",
77
"require": {
88
"cloudinary/cloudinary_php": "^1.20.0"

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.14.9">
3+
<module name="Cloudinary_Cloudinary" setup_version="1.14.10">
44
<sequence>
55
<module name="Magento_ProductVideo"/>
66
<module name="Magento_PageBuilder"/>

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.14.9",
5+
"version": "1.14.10",
66
"license": "MIT",
77
"require": {
88
"cloudinary/cloudinary_php": "^1.20.0"

0 commit comments

Comments
 (0)