Skip to content

Commit

Permalink
Merge pull request #24 from shutterstock/version-1.3.12
Browse files Browse the repository at this point in the history
Release 1.3.12
  • Loading branch information
benjaminfiliatrault authored Jul 25, 2022
2 parents af5d44b + 58f680b commit 4f3c187
Show file tree
Hide file tree
Showing 10 changed files with 2,846 additions and 3,057 deletions.
7 changes: 5 additions & 2 deletions shutterstock/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: shutterstockplugins
Tags: shutterstock, stock photography, images, editorial images, licensing, media library, stock
Requires at least: 5.5
Tested up to: 5.9
Stable tag: 1.3.11
Tested up to: 6.0
Stable tag: 1.3.12
Requires PHP: 7.1
License: MIT
License URI: http://opensource.org/licenses/mit-license.html
Expand Down Expand Up @@ -111,6 +111,9 @@ You can click **View recommendations** to see suggested images based on the text
1. Publish the page as usual. The image appears on the page just like any other image that you add to a page.

== Changelog ==
= 1.3.12 =
* Update to support Wordpress 6.0

= 1.3.11 =
* Filter only downloadable licenses on the "Downloads" section

Expand Down
2 changes: 1 addition & 1 deletion shutterstock/admin/shutterstock-media-page/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-dom', 'wp-element', 'wp-i18n'), 'version' => '15b193786b33fea16b8eeda44cdfb0e4');
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-dom', 'wp-element', 'wp-i18n'), 'version' => 'fb19ff21e78869394702');
2 changes: 1 addition & 1 deletion shutterstock/admin/shutterstock-media-page/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion shutterstock/includes/class-shutterstock.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function __construct() {
if ( defined( 'SHUTTERSTOCK_VERSION' ) ) {
$this->version = SHUTTERSTOCK_VERSION;
} else {
$this->version = '1.3.11';
$this->version = '1.3.12';
}
$this->shutterstock = 'shutterstock';
$this->shutterstock_ui = [
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-blocks', 'wp-components', 'wp-data', 'wp-dom', 'wp-element', 'wp-i18n'), 'version' => '5c6096b7ec5a22aed8b0b9d17c0499c5');
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-blocks', 'wp-components', 'wp-data', 'wp-dom', 'wp-element', 'wp-i18n'), 'version' => '3c80c1da4e2845ae628b');
2 changes: 1 addition & 1 deletion shutterstock/public/shutterstock-block/build/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions shutterstock/public/shutterstock-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"packages-update": "wp-scripts packages-update"
},
"devDependencies": {
"@wordpress/scripts": "^20.0.2"
"@wordpress/scripts": "^23.5.0"
},
"dependencies": {
"@wordpress/dom": "^3.3.0"
"@wordpress/dom": "^3.13.0"
}
}
2 changes: 1 addition & 1 deletion shutterstock/public/shutterstock-block/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: Shutterstock
Tags: shutterstock, stock photography, images, editorial images, licensing, media library
Requires at least: 5.5
Tested up to: 5.5
Tested up to: 6.0
Stable tag: 5.5
License: MIT
License URI: http://opensource.org/licenses/mit-license.html
Expand Down
5,876 changes: 2,831 additions & 3,045 deletions shutterstock/public/shutterstock-block/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions shutterstock/shutterstock.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* @wordpress-plugin
* Plugin Name: Shutterstock
* Description: Access exceptional, royalty-free content straight from WordPress.
* Version: 1.3.11
* Version: 1.3.12
* Author: Shutterstock
* License: MIT
* License URI: http://opensource.org/licenses/mit-license.html
Expand All @@ -33,7 +33,7 @@
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
define( 'SHUTTERSTOCK_VERSION', '1.3.11' );
define( 'SHUTTERSTOCK_VERSION', '1.3.12' );

/**
* The code that runs during plugin activation.
Expand Down

0 comments on commit 4f3c187

Please sign in to comment.