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

Commit 20a66b5

Browse files
author
Pniel (Pini) Cohen
authored
Merge pull request #56 from cloudinary/v3.0.3
CLOUDINARY-212: Replaced 'lightbox' with 'popup' on Product Gallery
2 parents 0cb70de + 48c700f commit 20a66b5

File tree

6 files changed

+10
-14
lines changed

6 files changed

+10
-14
lines changed

app/code/community/Cloudinary/Cloudinary/Model/System/Config/Source/ProductGallery/ZoomType.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ public function toOptionArray()
1414
'label' => 'Flyout',
1515
),
1616
array(
17-
'value' => 'lightbox',
18-
'label' => 'Lightbox',
17+
'value' => 'popup',
18+
'label' => 'Popup',
1919
),
2020
);
2121
}

app/code/community/Cloudinary/Cloudinary/etc/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<config>
33
<modules>
44
<Cloudinary_Cloudinary>
5-
<version>3.0.2</version>
5+
<version>3.0.3</version>
66
</Cloudinary_Cloudinary>
77
</modules>
88

-234 KB
Binary file not shown.
234 KB
Binary file not shown.

var/connect/Cloudinary_Cloudinary.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<_>
2-
<form_key>c9O49n7FRrl1rBOi</form_key>
2+
<form_key>iuUHd46ajY36y3ji</form_key>
33
<name>Cloudinary_Cloudinary</name>
44
<channel>community</channel>
55
<version_ids>
@@ -9,7 +9,7 @@
99
<description>Cloudinary supercharges your images! Upload images to the cloud, deliver optimized via a fast CDN, perform smart resizing and apply effects.</description>
1010
<license>MIT License (MITL)</license>
1111
<license_uri/>
12-
<version>3.0.2</version>
12+
<version>3.0.3</version>
1313
<stability>stable</stability>
1414
<notes> - Match MEQP1 coding standards
1515
</notes>
@@ -41,7 +41,7 @@
4141
<max/>
4242
</max>
4343
<files>
44-
<files> </files>
44+
<files> </files>
4545
</files>
4646
</package>
4747
<extension>
@@ -108,8 +108,4 @@
108108
<ignore/>
109109
</ignore>
110110
</contents>
111-
<page>1</page>
112-
<limit>200</limit>
113-
<folder/>
114-
<package/>
115111
</_>

var/connect/package.xml

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)