Skip to content

Commit

Permalink
Merge pull request #56 from cloudinary/v3.0.3
Browse files Browse the repository at this point in the history
CLOUDINARY-212: Replaced 'lightbox' with 'popup' on Product Gallery
  • Loading branch information
Pniel (Pini) Cohen authored Oct 23, 2019
2 parents 0cb70de + 48c700f commit 20a66b5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ public function toOptionArray()
'label' => 'Flyout',
),
array(
'value' => 'lightbox',
'label' => 'Lightbox',
'value' => 'popup',
'label' => 'Popup',
),
);
}
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Cloudinary/Cloudinary/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Cloudinary_Cloudinary>
<version>3.0.2</version>
<version>3.0.3</version>
</Cloudinary_Cloudinary>
</modules>

Expand Down
Binary file removed var/connect/Cloudinary_Cloudinary-3.0.2.tgz
Binary file not shown.
Binary file added var/connect/Cloudinary_Cloudinary-3.0.3.tgz
Binary file not shown.
10 changes: 3 additions & 7 deletions var/connect/Cloudinary_Cloudinary.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<_>
<form_key>c9O49n7FRrl1rBOi</form_key>
<form_key>iuUHd46ajY36y3ji</form_key>
<name>Cloudinary_Cloudinary</name>
<channel>community</channel>
<version_ids>
Expand All @@ -9,7 +9,7 @@
<description>Cloudinary supercharges your images! Upload images to the cloud, deliver optimized via a fast CDN, perform smart resizing and apply effects.</description>
<license>MIT License (MITL)</license>
<license_uri/>
<version>3.0.2</version>
<version>3.0.3</version>
<stability>stable</stability>
<notes> - Match MEQP1 coding standards
</notes>
Expand Down Expand Up @@ -41,7 +41,7 @@
<max/>
</max>
<files>
<files> </files>
<files> </files>
</files>
</package>
<extension>
Expand Down Expand Up @@ -108,8 +108,4 @@
<ignore/>
</ignore>
</contents>
<page>1</page>
<limit>200</limit>
<folder/>
<package/>
</_>
8 changes: 4 additions & 4 deletions var/connect/package.xml

Large diffs are not rendered by default.

0 comments on commit 20a66b5

Please sign in to comment.