Skip to content

Commit ae03438

Browse files
author
Marco Pereirinha
committed
Merge branch 'develop' into UAT
2 parents b4cb1fc + 1229132 commit ae03438

30 files changed

+691
-184
lines changed

cloudinary-image-management-and-manipulation-in-the-cloud-cdn/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.1.1
6+
* Version: 2.1.4
77
* Author: Cloudinary Ltd., XWP
88
* Author URI: https://cloudinary.com/
99
* License: GPLv2+

cloudinary-image-management-and-manipulation-in-the-cloud-cdn/css/cloudinary.css

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

cloudinary-image-management-and-manipulation-in-the-cloud-cdn/css/cloudinary.svg

Lines changed: 2 additions & 0 deletions
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.

cloudinary-image-management-and-manipulation-in-the-cloud-cdn/css/src/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ $color-green : #558b2f;
33
$color-red : #dd2c00;
44
$color-light-grey : #e5e5e5;
55
$color-white : #ffffff;
6-
$color-blue : #0078ff;
6+
$color-blue : #0071ba;
77
$color-orange : #fd9d2c;

cloudinary-image-management-and-manipulation-in-the-cloud-cdn/css/src/components/_brand.scss

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@font-face {
22
font-family : 'cloudinary';
3-
src : url('fonts/cloudinary.eot?fj77m5');
4-
src : url('fonts/cloudinary.eot?fj77m5#iefix') format('embedded-opentype'),
5-
url('fonts/cloudinary.ttf?fj77m5') format('truetype'),
6-
url('fonts/cloudinary.woff?fj77m5') format('woff'),
7-
url('fonts/cloudinary.svg?fj77m5#cloudinary') format('svg');
3+
src : url('fonts/cloudinary.eot?xr4567gh');
4+
src : url('fonts/cloudinary.eot?xr4567gh#iefix') format('embedded-opentype'),
5+
url('fonts/cloudinary.ttf?xr4567gh') format('truetype'),
6+
url('fonts/cloudinary.woff?xr4567gh') format('woff'),
7+
url('fonts/cloudinary.svg?xr4567gh#cloudinary') format('svg');
88
font-weight : normal;
99
font-style : normal;
1010
}
@@ -48,12 +48,20 @@
4848
}
4949
}
5050

51-
&.warning {
52-
color : $color-orange;
51+
&.info {
52+
color : $color-blue;
5353
}
5454

55-
&.warning {
56-
color : $color-orange;
55+
&.downloading {
56+
&:before {
57+
content: '\e903';
58+
}
59+
}
60+
61+
&.syncing {
62+
&:before {
63+
content: '\e904';
64+
}
5765
}
5866
}
5967
}

cloudinary-image-management-and-manipulation-in-the-cloud-cdn/css/src/components/_settings.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,3 +208,12 @@
208208
}
209209
}
210210
}
211+
212+
.settings-warning {
213+
display: inline-block;
214+
padding: 5px 7px;
215+
background-color: #e9faff;
216+
border: 1px solid #ccd0d4;
217+
border-left: 4px solid #00a0d2;
218+
box-shadow: 0 1px 1px rgba(0,0,0,.04);
219+
}

cloudinary-image-management-and-manipulation-in-the-cloud-cdn/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)