Skip to content

Commit

Permalink
v1.6.8: Changed module version to v1.6.8 (CLOUDINARY-9,CLOUDINARY-40,…
Browse files Browse the repository at this point in the history
…CLOUDINARY-41,CLOUDINARY-42,CLOUDINARY-43)
  • Loading branch information
pini-girit committed Dec 19, 2018
1 parent 0f6c0a5 commit 9846d73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Model/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public function getCdnSubdomainStatus()
*/
public function getUserPlatform()
{
return sprintf(self::USER_PLATFORM_TEMPLATE, '1.6.5', '2.0.0');
return sprintf(self::USER_PLATFORM_TEMPLATE, '1.6.8', '2.0.0');
}

/**
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cloudinary/cloudinary-magento2",
"description": "Cloudinary Magento 2 Integration.",
"type": "magento2-module",
"version": "1.6.5",
"version": "1.6.8",
"minimum-stability": "dev",
"license": "MIT",
"repositories": {
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?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="Cloudinary_Cloudinary" setup_version="1.6.5">
<module name="Cloudinary_Cloudinary" setup_version="1.6.8">
<sequence>
<module name="Magento_ProductVideo"/>
</sequence>
Expand Down

0 comments on commit 9846d73

Please sign in to comment.