Skip to content

Commit 0dcfe0f

Browse files
authored
Merge pull request #441 from cloudinary/uat
Uat
2 parents 8e45ae9 + e6bde72 commit 0dcfe0f

Some content is hidden

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

69 files changed

+51217
-35532
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"$": "readonly",
99
"CLDN": "readonly",
1010
"CLD_GLOBAL_TRANSFORMATIONS": "readonly",
11-
"samplePlayer": "readonly"
11+
"samplePlayer": "readonly",
12+
"CLDCACHE": "readonly"
1213
},
1314
"extends": [
1415
"plugin:@wordpress/eslint-plugin/recommended"

.release-it.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"plugins": {
3+
"@release-it/bumper": {
4+
"in": ".version"
5+
}
6+
},
7+
"git": {
8+
"requireBranch": "master",
9+
"commitMessage": "Version ${version}",
10+
"tagName": "${version}",
11+
"tagAnnotation": "Version ${version}"
12+
},
13+
"github": {
14+
"release": true,
15+
"releaseName": "Version ${version}",
16+
"draft": true,
17+
"tokenRef": "GITHUB_TOKEN"
18+
},
19+
"npm": {
20+
"publish": false
21+
}
22+
}

.version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.8.0-RC-1

cloudinary.php

Lines changed: 1 addition & 2 deletions
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.7.2
6+
* Version: STABLETAG
77
* Author: Cloudinary Ltd., XWP
88
* Author URI: https://cloudinary.com/
99
* License: GPLv2+
@@ -31,7 +31,6 @@
3131
// Define Cloudinary Constants.
3232
define( 'CLDN_CORE', __FILE__ );
3333
define( 'CLDN_PATH', plugin_dir_path( __FILE__ ) );
34-
define( 'CLDN_URL', plugin_dir_url( __FILE__ ) );
3534

3635
if ( version_compare( phpversion(), '5.6', '>=' ) ) {
3736
require_once __DIR__ . '/instance.php';

composer.lock

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

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.

css/gallery-block-rtl.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.

css/gallery-block.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.

css/gallery-ui.css

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

css/src/components/_brand.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
src: url(fonts/cloudinary.eot);
44
src:
55
url(fonts/cloudinary.eot?x#iefix) format("embedded-opentype"),
6-
url(fonts/cloudinary.ttf) format("truetype"),
76
url(fonts/cloudinary.woff) format("woff"),
7+
url(fonts/cloudinary.ttf) format("truetype"),
88
url(fonts/cloudinary.svg?x#cloudinary) format("svg");
99
font-weight: 500;
1010
font-style: normal;

0 commit comments

Comments
 (0)