We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b350e7 + 5a5e4d4 commit f5c9ca2Copy full SHA for f5c9ca2
src/CloudinaryEngine.php
@@ -37,7 +37,7 @@ class CloudinaryEngine
37
*
38
* @var string PACKAGE_VERSION
39
*/
40
- const PACKAGE_VERSION = '2.0.2';
+ const PACKAGE_VERSION = '2.2.2';
41
42
public const ASSET_ID = 'asset_id';
43
public const PUBLIC_ID = 'public_id';
@@ -105,8 +105,8 @@ public function setUserPlatform(): void
105
}
106
107
/**
108
- * Set Analytics
109
- */
+ * Set Analytics
+ */
110
public function setAnalytics(): void
111
{
112
Analytics::sdkCode('W');
0 commit comments