Skip to content

Commit 310746c

Browse files
authored
Merge pull request #725 from cloudinary/uat
Uat
2 parents 1d73f5e + 8960a91 commit 310746c

39 files changed

+39779
-886
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.2
1+
3.0.3

composer.json

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,31 @@
11
{
2-
"name": "cloudinary/cloudinary-image-management-and-manipulation-in-the-cloud-cdn",
3-
"homepage": "https://wordpress.org/plugins/cloudinary-image-management-and-manipulation-in-the-cloud-cdn/",
4-
"type": "wordpress-plugin",
5-
"license": "GPL-2.0-or-later",
6-
"require": {
7-
"ext-json": "*"
2+
"name": "cloudinary/cloudinary-image-management-and-manipulation-in-the-cloud-cdn",
3+
"homepage": "https://wordpress.org/plugins/cloudinary-image-management-and-manipulation-in-the-cloud-cdn/",
4+
"type": "wordpress-plugin",
5+
"license": "GPL-2.0-or-later",
6+
"require": {
7+
"ext-json": "*"
8+
},
9+
"require-dev": {
10+
"wp-coding-standards/wpcs": "^2.3",
11+
"automattic/vipwpcs": "^2.2",
12+
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
13+
"phpcompatibility/phpcompatibility-wp": "*"
14+
},
15+
"config": {
16+
"platform": {
17+
"php": "5.6.20"
818
},
9-
"require-dev": {
10-
"wp-coding-standards/wpcs": "^2.3",
11-
"automattic/vipwpcs": "^2.2",
12-
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0"
13-
},
14-
"config": {
15-
"platform": {
16-
"php": "5.6.20"
17-
},
18-
"allow-plugins": {
19-
"dealerdirect/phpcodesniffer-composer-installer": true
20-
}
21-
},
22-
"scripts": {
23-
"lint": [
24-
"phpcs --ignore=*js/*"
25-
],
26-
"fix": [
27-
"phpcbf --ignore=*js/*"
28-
]
29-
}
19+
"allow-plugins": {
20+
"dealerdirect/phpcodesniffer-composer-installer": true
21+
}
22+
},
23+
"scripts": {
24+
"lint": [
25+
"phpcs --ignore=*js/*"
26+
],
27+
"fix": [
28+
"phpcbf --ignore=*js/*"
29+
]
30+
}
3031
}

composer.lock

Lines changed: 203 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/images/connection-string.png

-52.5 KB
Loading

js/cloudinary.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)