Plugin Directory

Changeset 2661410


Ignore:
Timestamp:
01/21/2022 01:50:23 PM (4 years ago)
Author:
shutterstockplugins
Message:

Release version v1.3.8

Location:
shutterstock
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • shutterstock/tags/1.3.8/README.txt

    r2543701 r2661410  
    33Tags: shutterstock, stock photography, images, editorial images, licensing, media library, stock
    44Requires at least: 5.5
    5 Tested up to: 5.7
    6 Stable tag: 1.3.7
     5Tested up to: 5.8
     6Stable tag: 1.3.8
    77Requires PHP: 7.1
    88License: MIT
     
    112112
    113113== Changelog ==
     114= 1.3.8 =
     115* * Bug fixes related to PHP warnings
     116
    114117= 1.3.7 =
    115118* Update to Shutterstock UI 2.0 & Bug fixes
  • shutterstock/tags/1.3.8/includes/class-shutterstock.php

    r2543701 r2661410  
    7171            $this->version = SHUTTERSTOCK_VERSION;
    7272        } else {
    73             $this->version = '1.3.7';
     73            $this->version = '1.3.8';
    7474        }
    7575        $this->shutterstock = 'shutterstock';
  • shutterstock/tags/1.3.8/public/class-shutterstock-public.php

    r2466651 r2661410  
    139139        // Registerging the shutterstock-block. Pattern is 'namespace/block-name'
    140140        register_block_type( 'shutterstock/shutterstock-block', array(
    141             'editor_script' => ['shutterstock-block-block-editor', 'shutterstock-block-block-editor-shuttestock-ui-js'],
    142             'editor_style'  => ['shutterstock-block-block-editor', 'shutterstock-block-block-editor-shutterstock-ui-css'],
     141            'editor_script' => 'shutterstock-block-block-editor',
     142            'script' => 'shutterstock-block-block-editor-shuttestock-ui-js',
     143            'editor_style'  => 'shutterstock-block-block-editor',
     144            'style' => 'shutterstock-block-block-editor-shutterstock-ui-css',
    143145        ) );
    144146
  • shutterstock/tags/1.3.8/shutterstock.php

    r2543701 r2661410  
    1616 * Plugin Name:       Shutterstock
    1717 * Description:       Access exceptional, royalty-free content straight from WordPress.
    18  * Version:           1.3.7
     18 * Version:           1.3.8
    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.3.7' );
     36define( 'SHUTTERSTOCK_VERSION', '1.3.8' );
    3737
    3838/**
  • shutterstock/trunk/README.txt

    r2543701 r2661410  
    33Tags: shutterstock, stock photography, images, editorial images, licensing, media library, stock
    44Requires at least: 5.5
    5 Tested up to: 5.7
    6 Stable tag: 1.3.7
     5Tested up to: 5.8
     6Stable tag: 1.3.8
    77Requires PHP: 7.1
    88License: MIT
     
    112112
    113113== Changelog ==
     114= 1.3.8 =
     115* * Bug fixes related to PHP warnings
     116
    114117= 1.3.7 =
    115118* Update to Shutterstock UI 2.0 & Bug fixes
  • shutterstock/trunk/includes/class-shutterstock.php

    r2543701 r2661410  
    7171            $this->version = SHUTTERSTOCK_VERSION;
    7272        } else {
    73             $this->version = '1.3.7';
     73            $this->version = '1.3.8';
    7474        }
    7575        $this->shutterstock = 'shutterstock';
  • shutterstock/trunk/public/class-shutterstock-public.php

    r2466651 r2661410  
    139139        // Registerging the shutterstock-block. Pattern is 'namespace/block-name'
    140140        register_block_type( 'shutterstock/shutterstock-block', array(
    141             'editor_script' => ['shutterstock-block-block-editor', 'shutterstock-block-block-editor-shuttestock-ui-js'],
    142             'editor_style'  => ['shutterstock-block-block-editor', 'shutterstock-block-block-editor-shutterstock-ui-css'],
     141            'editor_script' => 'shutterstock-block-block-editor',
     142            'script' => 'shutterstock-block-block-editor-shuttestock-ui-js',
     143            'editor_style'  => 'shutterstock-block-block-editor',
     144            'style' => 'shutterstock-block-block-editor-shutterstock-ui-css',
    143145        ) );
    144146
  • shutterstock/trunk/shutterstock.php

    r2543701 r2661410  
    1616 * Plugin Name:       Shutterstock
    1717 * Description:       Access exceptional, royalty-free content straight from WordPress.
    18  * Version:           1.3.7
     18 * Version:           1.3.8
    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.3.7' );
     36define( 'SHUTTERSTOCK_VERSION', '1.3.8' );
    3737
    3838/**
Note: See TracChangeset for help on using the changeset viewer.