Changeset 2526826
- Timestamp:
- 05/05/2021 05:49:17 PM (5 years ago)
- Location:
- shutterstock
- Files:
-
- 17 edited
- 1 copied
-
assets/icon.svg (modified) (1 diff)
-
tags/1.3.6 (copied) (copied from shutterstock/trunk)
-
tags/1.3.6/README.txt (modified) (2 diffs)
-
tags/1.3.6/admin/partials/shutterstock-admin-field-shutterstock-login-button.php (modified) (1 diff)
-
tags/1.3.6/admin/partials/shutterstock-admin-field-text.php (modified) (1 diff)
-
tags/1.3.6/admin/partials/shutterstock-admin-field-textarea.php (modified) (1 diff)
-
tags/1.3.6/admin/partials/shutterstock-admin-field-user-settings.php (modified) (3 diffs)
-
tags/1.3.6/assets/icon.svg (modified) (1 diff)
-
tags/1.3.6/includes/class-shutterstock.php (modified) (1 diff)
-
tags/1.3.6/shutterstock.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/admin/partials/shutterstock-admin-field-shutterstock-login-button.php (modified) (1 diff)
-
trunk/admin/partials/shutterstock-admin-field-text.php (modified) (1 diff)
-
trunk/admin/partials/shutterstock-admin-field-textarea.php (modified) (1 diff)
-
trunk/admin/partials/shutterstock-admin-field-user-settings.php (modified) (3 diffs)
-
trunk/assets/icon.svg (modified) (1 diff)
-
trunk/includes/class-shutterstock.php (modified) (1 diff)
-
trunk/shutterstock.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shutterstock/assets/icon.svg
r2418129 r2526826 11 11 xml:space="preserve" 12 12 id="svg2" 13 version="1.1"><metadata 14 id="metadata8"><rdf:RDF><cc:Work 15 rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type 16 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs 13 version="1.1"><defs 17 14 id="defs6" /><g 18 15 transform="matrix(1.3333333,0,0,-1.3333333,0,437.42667)" -
shutterstock/tags/1.3.6/README.txt
r2519174 r2526826 4 4 Requires at least: 5.5 5 5 Tested up to: 5.7 6 Stable tag: 1.3. 56 Stable tag: 1.3.6 7 7 Requires PHP: 7.1 8 8 License: MIT … … 112 112 113 113 == Changelog == 114 = 1.3.6 = 115 * Bug fixes related to WP VIP 116 114 117 = 1.3.5 = 115 118 * Bug fixes related to Screen options -
shutterstock/tags/1.3.6/admin/partials/shutterstock-admin-field-shutterstock-login-button.php
r2519174 r2526826 32 32 33 33 echo '<div class="shutterstock-connected">'. esc_html__('wordpress:connected', 'shutterstock') .'</div>'; 34 echo '<button class="shutterstock-logout" onclick="logout()">' . esc_ attr($atts['context']['has_value_button_text']) . '</button>';34 echo '<button class="shutterstock-logout" onclick="logout()">' . esc_html($atts['context']['has_value_button_text']) . '</button>'; 35 35 } else { 36 36 echo ' -
shutterstock/tags/1.3.6/admin/partials/shutterstock-admin-field-text.php
r2466651 r2526826 19 19 value="<?php echo esc_attr( $atts['value'] ); ?>" 20 20 /> 21 <p class="description"><?php echo esc_ attr( $atts['description'] ); ?></p>21 <p class="description"><?php echo esc_html( $atts['description'] ); ?></p> 22 22 <?php -
shutterstock/tags/1.3.6/admin/partials/shutterstock-admin-field-textarea.php
r2466651 r2526826 21 21 ?> 22 22 </textarea> 23 <p class="description"><?php echo esc_ attr( $atts['description'] ); ?></p>23 <p class="description"><?php echo esc_html( $atts['description'] ); ?></p> 24 24 <?php -
shutterstock/tags/1.3.6/admin/partials/shutterstock-admin-field-user-settings.php
r2519174 r2526826 23 23 <?php 24 24 foreach($capabilites_with_texts as $capability) { ?> 25 <th><?php echo esc_ attr($capability); ?></th>25 <th><?php echo esc_html($capability); ?></th> 26 26 <?php }?> 27 27 <tbody> … … 29 29 foreach($atts['role_names'] as $key => $value) {?> 30 30 <tr valign="top"> 31 <td><?php echo esc_ attr($value); ?></td>31 <td><?php echo esc_html($value); ?></td> 32 32 <?php foreach($capabilites_with_texts as $cap_key => $cap_value) { ?> 33 33 <td> … … 48 48 </tbody> 49 49 </table> 50 <p class="description"><?php echo esc_ attr( $atts['description'] ); ?></p>50 <p class="description"><?php echo esc_html( $atts['description'] ); ?></p> 51 51 <?php -
shutterstock/tags/1.3.6/assets/icon.svg
r2466651 r2526826 11 11 xml:space="preserve" 12 12 id="svg2" 13 version="1.1"><metadata 14 id="metadata8"><rdf:RDF><cc:Work 15 rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type 16 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs 13 version="1.1"><defs 17 14 id="defs6" /><g 18 15 transform="matrix(1.3333333,0,0,-1.3333333,0,437.42667)" -
shutterstock/tags/1.3.6/includes/class-shutterstock.php
r2519174 r2526826 71 71 $this->version = SHUTTERSTOCK_VERSION; 72 72 } else { 73 $this->version = '1.3. 5';73 $this->version = '1.3.6'; 74 74 } 75 75 $this->shutterstock = 'shutterstock'; -
shutterstock/tags/1.3.6/shutterstock.php
r2519174 r2526826 16 16 * Plugin Name: Shutterstock 17 17 * Description: Access exceptional, royalty-free content straight from WordPress. 18 * Version: 1.3. 518 * Version: 1.3.6 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. 5' );36 define( 'SHUTTERSTOCK_VERSION', '1.3.6' ); 37 37 38 38 /** -
shutterstock/trunk/README.txt
r2519174 r2526826 4 4 Requires at least: 5.5 5 5 Tested up to: 5.7 6 Stable tag: 1.3. 56 Stable tag: 1.3.6 7 7 Requires PHP: 7.1 8 8 License: MIT … … 112 112 113 113 == Changelog == 114 = 1.3.6 = 115 * Bug fixes related to WP VIP 116 114 117 = 1.3.5 = 115 118 * Bug fixes related to Screen options -
shutterstock/trunk/admin/partials/shutterstock-admin-field-shutterstock-login-button.php
r2519174 r2526826 32 32 33 33 echo '<div class="shutterstock-connected">'. esc_html__('wordpress:connected', 'shutterstock') .'</div>'; 34 echo '<button class="shutterstock-logout" onclick="logout()">' . esc_ attr($atts['context']['has_value_button_text']) . '</button>';34 echo '<button class="shutterstock-logout" onclick="logout()">' . esc_html($atts['context']['has_value_button_text']) . '</button>'; 35 35 } else { 36 36 echo ' -
shutterstock/trunk/admin/partials/shutterstock-admin-field-text.php
r2466651 r2526826 19 19 value="<?php echo esc_attr( $atts['value'] ); ?>" 20 20 /> 21 <p class="description"><?php echo esc_ attr( $atts['description'] ); ?></p>21 <p class="description"><?php echo esc_html( $atts['description'] ); ?></p> 22 22 <?php -
shutterstock/trunk/admin/partials/shutterstock-admin-field-textarea.php
r2466651 r2526826 21 21 ?> 22 22 </textarea> 23 <p class="description"><?php echo esc_ attr( $atts['description'] ); ?></p>23 <p class="description"><?php echo esc_html( $atts['description'] ); ?></p> 24 24 <?php -
shutterstock/trunk/admin/partials/shutterstock-admin-field-user-settings.php
r2519174 r2526826 23 23 <?php 24 24 foreach($capabilites_with_texts as $capability) { ?> 25 <th><?php echo esc_ attr($capability); ?></th>25 <th><?php echo esc_html($capability); ?></th> 26 26 <?php }?> 27 27 <tbody> … … 29 29 foreach($atts['role_names'] as $key => $value) {?> 30 30 <tr valign="top"> 31 <td><?php echo esc_ attr($value); ?></td>31 <td><?php echo esc_html($value); ?></td> 32 32 <?php foreach($capabilites_with_texts as $cap_key => $cap_value) { ?> 33 33 <td> … … 48 48 </tbody> 49 49 </table> 50 <p class="description"><?php echo esc_ attr( $atts['description'] ); ?></p>50 <p class="description"><?php echo esc_html( $atts['description'] ); ?></p> 51 51 <?php -
shutterstock/trunk/assets/icon.svg
r2466651 r2526826 11 11 xml:space="preserve" 12 12 id="svg2" 13 version="1.1"><metadata 14 id="metadata8"><rdf:RDF><cc:Work 15 rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type 16 rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs 13 version="1.1"><defs 17 14 id="defs6" /><g 18 15 transform="matrix(1.3333333,0,0,-1.3333333,0,437.42667)" -
shutterstock/trunk/includes/class-shutterstock.php
r2519174 r2526826 71 71 $this->version = SHUTTERSTOCK_VERSION; 72 72 } else { 73 $this->version = '1.3. 5';73 $this->version = '1.3.6'; 74 74 } 75 75 $this->shutterstock = 'shutterstock'; -
shutterstock/trunk/shutterstock.php
r2519174 r2526826 16 16 * Plugin Name: Shutterstock 17 17 * Description: Access exceptional, royalty-free content straight from WordPress. 18 * Version: 1.3. 518 * Version: 1.3.6 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. 5' );36 define( 'SHUTTERSTOCK_VERSION', '1.3.6' ); 37 37 38 38 /**
Note: See TracChangeset
for help on using the changeset viewer.