Skip to content

Commit c6700f6

Browse files
committed
Merge branch 'develop' into improve-rest-api-endpoints
2 parents 75a5d95 + 3e2624e commit c6700f6

17 files changed

Lines changed: 618 additions & 128 deletions

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/images/undo.svg

Lines changed: 3 additions & 0 deletions
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.

js/inline-loader.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array(), 'version' => '2814799d655f563dcef8');
1+
<?php return array('dependencies' => array(), 'version' => 'ddf62970fa28de856098');

js/inline-loader.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.

js/lazy-load.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array(), 'version' => 'ded1dd3da3fe93cb64da');
1+
<?php return array('dependencies' => array(), 'version' => '763fff6b35eade3cc6d2');

js/lazy-load.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.

php/class-plugin.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
use Cloudinary\Delivery\Lazy_Load;
1515
use Cloudinary\Delivery\Responsive_Breakpoints;
1616
use Cloudinary\Assets as CLD_Assets;
17+
use Cloudinary\Integrations\Elementor;
1718
use Cloudinary\Integrations\WPML;
1819
use Cloudinary\Media\Gallery;
1920
use Cloudinary\Sync\Storage;
@@ -31,7 +32,7 @@ final class Plugin {
3132
*
3233
* @since 0.1
3334
*
34-
* @var Admin|CLD_Assets|Connect|Dashboard|Deactivation|Delivery|Extensions|Gallery|Lazy_Load|Media|Meta_Box|Relate|Report|Responsive_Breakpoints|REST_API|State|Storage|SVG|Sync|URL[]|WPML|null
35+
* @var Admin|CLD_Assets|Connect|Dashboard|Deactivation|Delivery|Extensions|Gallery|Lazy_Load|Media|Meta_Box|Relate|Report|Responsive_Breakpoints|REST_API|State|Storage|SVG|Sync|URL[]|WPML|Elementor|null
3536
*/
3637
public $components;
3738
/**
@@ -136,6 +137,7 @@ public function plugins_loaded() {
136137
$this->components['metabox'] = new Meta_Box( $this );
137138
$this->components['url'] = new URL( $this );
138139
$this->components['wpml'] = new WPML( $this );
140+
$this->components['elementor'] = new Elementor( $this );
139141
$this->components['special_offer'] = new Special_Offer( $this );
140142
}
141143

0 commit comments

Comments
 (0)