Changeset 2439990
- Timestamp:
- 12/15/2020 04:12:24 PM (5 years ago)
- Location:
- shutterstock/trunk
- Files:
-
- 1 added
- 3 edited
-
README.txt (modified) (1 diff)
-
assets/screenshot-2.png (added)
-
includes/class-shutterstock.php (modified) (1 diff)
-
shutterstock.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shutterstock/trunk/README.txt
r2436924 r2439990 108 108 109 109 == Changelog == 110 = 1.2.2 111 * Documentation updates 112 110 113 = 1.2.1 111 114 * Updated readme -
shutterstock/trunk/includes/class-shutterstock.php
r2431674 r2439990 71 71 $this->version = SHUTTERSTOCK_VERSION; 72 72 } else { 73 $this->version = '1.2. 1';73 $this->version = '1.2.2'; 74 74 } 75 75 $this->shutterstock = 'shutterstock'; -
shutterstock/trunk/shutterstock.php
r2431674 r2439990 16 16 * Plugin Name: Shutterstock 17 17 * Description: Access exceptional, royalty-free content straight from WordPress. 18 * Version: 1.2. 118 * Version: 1.2.2 19 19 * Author: Shutterstock 20 20 * License: MIT … … 34 34 * Rename this for your plugin and update it as you release new versions. 35 35 */ 36 define( 'SHUTTERSTOCK_VERSION', '1.2. 1' );36 define( 'SHUTTERSTOCK_VERSION', '1.2.2' ); 37 37 38 38 /**
Note: See TracChangeset
for help on using the changeset viewer.