Changeset 2661410
- Timestamp:
- 01/21/2022 01:50:23 PM (4 years ago)
- Location:
- shutterstock
- Files:
-
- 8 edited
- 1 copied
-
tags/1.3.8 (copied) (copied from shutterstock/trunk)
-
tags/1.3.8/README.txt (modified) (2 diffs)
-
tags/1.3.8/includes/class-shutterstock.php (modified) (1 diff)
-
tags/1.3.8/public/class-shutterstock-public.php (modified) (1 diff)
-
tags/1.3.8/shutterstock.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/includes/class-shutterstock.php (modified) (1 diff)
-
trunk/public/class-shutterstock-public.php (modified) (1 diff)
-
trunk/shutterstock.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shutterstock/tags/1.3.8/README.txt
r2543701 r2661410 3 3 Tags: shutterstock, stock photography, images, editorial images, licensing, media library, stock 4 4 Requires at least: 5.5 5 Tested up to: 5. 76 Stable tag: 1.3. 75 Tested up to: 5.8 6 Stable tag: 1.3.8 7 7 Requires PHP: 7.1 8 8 License: MIT … … 112 112 113 113 == Changelog == 114 = 1.3.8 = 115 * * Bug fixes related to PHP warnings 116 114 117 = 1.3.7 = 115 118 * Update to Shutterstock UI 2.0 & Bug fixes -
shutterstock/tags/1.3.8/includes/class-shutterstock.php
r2543701 r2661410 71 71 $this->version = SHUTTERSTOCK_VERSION; 72 72 } else { 73 $this->version = '1.3. 7';73 $this->version = '1.3.8'; 74 74 } 75 75 $this->shutterstock = 'shutterstock'; -
shutterstock/tags/1.3.8/public/class-shutterstock-public.php
r2466651 r2661410 139 139 // Registerging the shutterstock-block. Pattern is 'namespace/block-name' 140 140 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', 143 145 ) ); 144 146 -
shutterstock/tags/1.3.8/shutterstock.php
r2543701 r2661410 16 16 * Plugin Name: Shutterstock 17 17 * Description: Access exceptional, royalty-free content straight from WordPress. 18 * Version: 1.3. 718 * Version: 1.3.8 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.3. 7' );36 define( 'SHUTTERSTOCK_VERSION', '1.3.8' ); 37 37 38 38 /** -
shutterstock/trunk/README.txt
r2543701 r2661410 3 3 Tags: shutterstock, stock photography, images, editorial images, licensing, media library, stock 4 4 Requires at least: 5.5 5 Tested up to: 5. 76 Stable tag: 1.3. 75 Tested up to: 5.8 6 Stable tag: 1.3.8 7 7 Requires PHP: 7.1 8 8 License: MIT … … 112 112 113 113 == Changelog == 114 = 1.3.8 = 115 * * Bug fixes related to PHP warnings 116 114 117 = 1.3.7 = 115 118 * Update to Shutterstock UI 2.0 & Bug fixes -
shutterstock/trunk/includes/class-shutterstock.php
r2543701 r2661410 71 71 $this->version = SHUTTERSTOCK_VERSION; 72 72 } else { 73 $this->version = '1.3. 7';73 $this->version = '1.3.8'; 74 74 } 75 75 $this->shutterstock = 'shutterstock'; -
shutterstock/trunk/public/class-shutterstock-public.php
r2466651 r2661410 139 139 // Registerging the shutterstock-block. Pattern is 'namespace/block-name' 140 140 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', 143 145 ) ); 144 146 -
shutterstock/trunk/shutterstock.php
r2543701 r2661410 16 16 * Plugin Name: Shutterstock 17 17 * Description: Access exceptional, royalty-free content straight from WordPress. 18 * Version: 1.3. 718 * Version: 1.3.8 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.3. 7' );36 define( 'SHUTTERSTOCK_VERSION', '1.3.8' ); 37 37 38 38 /**
Note: See TracChangeset
for help on using the changeset viewer.