Plugin Directory

Changeset 2439990


Ignore:
Timestamp:
12/15/2020 04:12:24 PM (5 years ago)
Author:
shutterstockplugins
Message:

Release version 1.2.2

Location:
shutterstock/trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • shutterstock/trunk/README.txt

    r2436924 r2439990  
    108108
    109109== Changelog ==
     110= 1.2.2
     111* Documentation updates
     112
    110113= 1.2.1
    111114* Updated readme
  • shutterstock/trunk/includes/class-shutterstock.php

    r2431674 r2439990  
    7171            $this->version = SHUTTERSTOCK_VERSION;
    7272        } else {
    73             $this->version = '1.2.1';
     73            $this->version = '1.2.2';
    7474        }
    7575        $this->shutterstock = 'shutterstock';
  • shutterstock/trunk/shutterstock.php

    r2431674 r2439990  
    1616 * Plugin Name:       Shutterstock
    1717 * Description:       Access exceptional, royalty-free content straight from WordPress.
    18  * Version:           1.2.1
     18 * Version:           1.2.2
    1919 * Author:            Shutterstock
    2020 * License:           MIT
     
    3434 * Rename this for your plugin and update it as you release new versions.
    3535 */
    36 define( 'SHUTTERSTOCK_VERSION', '1.2.1' );
     36define( 'SHUTTERSTOCK_VERSION', '1.2.2' );
    3737
    3838/**
Note: See TracChangeset for help on using the changeset viewer.