Skip to content

Commit

Permalink
Merge pull request #16 from shutterstock/version-1.3.4
Browse files Browse the repository at this point in the history
Release 1.3.4
  • Loading branch information
timothymcmackin authored Feb 5, 2021
2 parents 1697516 + 1e1a1d3 commit cae3409
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions shutterstock/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: shutterstockplugins
Tags: shutterstock, stock photography, images, editorial images, licensing, media library, stock
Requires at least: 5.5
Tested up to: 5.6
Stable tag: 1.3.3
Stable tag: 1.3.4
Requires PHP: 7.1
License: MIT
License URI: http://opensource.org/licenses/mit-license.html
Expand All @@ -22,7 +22,7 @@ The Shutterstock plugin takes the complexity out of creativity and saves time, w
- License with one click directly within WordPress
- Define user permissions for each WordPress role to define varying levels of access to Shutterstock
- Get Smart Image Recommendations based on your post content automatically
- Automatically sync previously licensed assets from Shutterstock directly into your WordPress VIP Media Library (Hot Folder)
- Access previously licensed content from within the Media Library and redownload on-demand
- Access Premier support any time

By default, WordPress sites have access to a limited library of Shutterstock media. **To connect the WordPress plugin to your existing subscription or access our full collection, fill out the form at [https://www.shutterstock.com/design/plugins-wordpress](https://www.shutterstock.com/design/plugins-wordpress).**
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.4 =
* Documentation updates

= 1.3.3 =
* Bug fixes related to language settings

Expand Down
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.3';
$this->version = '1.3.4';
}
$this->shutterstock = 'shutterstock';
$this->shutterstock_ui = [
Expand Down
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.3
* Version: 1.3.4
* 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.3' );
define( 'SHUTTERSTOCK_VERSION', '1.3.4' );

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

0 comments on commit cae3409

Please sign in to comment.