Skip to content

Commit 0bfaaa6

Browse files
committed
merge develop and resolve conflicts
2 parents 1668424 + 4149217 commit 0bfaaa6

File tree

105 files changed

+3285
-2024
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+3285
-2024
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"rules": {
1717
"no-alert": "off",
1818
"no-console": "off",
19+
"no-unused-vars": "off",
1920
"no-nested-ternary": "off",
2021
"jsx-a11y/click-events-have-key-events": "off",
2122
"react-hooks/rules-of-hooks": "error",

.stylelintrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"rules": {
3+
"selector-class-pattern": null
4+
}
5+
}

assets/screenshot-5.png

308 KB
Loading

assets/screenshot-6.png

-314 KB
Loading

assets/screenshot-7.png

-646 KB
Loading

assets/screenshot-8.png

-166 KB
Loading

assets/screenshot-9.png

770 KB
Loading

cloudinary.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Cloudinary
44
* Plugin URI: https://cloudinary.com/documentation/wordpress_integration
55
* Description: With the Cloudinary plugin, you can upload and manage your media assets in the cloud, then deliver them to your users through a fast content delivery network, improving your website’s loading speed and overall user experience. Apply multiple transformations and take advantage of a full digital asset management solution without leaving WordPress.
6-
* Version: 2.5.0-build-201208.01
6+
* Version: 2.5.0
77
* Author: Cloudinary Ltd., XWP
88
* Author URI: https://cloudinary.com/
99
* License: GPLv2+

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"homepage": "https://wordpress.org/plugins/cloudinary-image-management-and-manipulation-in-the-cloud-cdn/",
44
"type": "wordpress-plugin",
55
"license": "GPL-2.0-or-later",
6-
"require": {},
6+
"require": {
7+
"ext-json": "*"
8+
},
79
"require-dev": {
810
"wp-coding-standards/wpcs": "^2.3",
911
"automattic/vipwpcs": "^2.2",

css/bandwidth.svg

Lines changed: 2 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)