Plugin Directory

Changeset 2526826


Ignore:
Timestamp:
05/05/2021 05:49:17 PM (5 years ago)
Author:
shutterstockplugins
Message:

Release version v1.3.6

Location:
shutterstock
Files:
17 edited
1 copied

Legend:

Unmodified
Added
Removed
  • shutterstock/assets/icon.svg

    r2418129 r2526826  
    1111   xml:space="preserve"
    1212   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
    1714     id="defs6" /><g
    1815     transform="matrix(1.3333333,0,0,-1.3333333,0,437.42667)"
  • shutterstock/tags/1.3.6/README.txt

    r2519174 r2526826  
    44Requires at least: 5.5
    55Tested up to: 5.7
    6 Stable tag: 1.3.5
     6Stable tag: 1.3.6
    77Requires PHP: 7.1
    88License: MIT
     
    112112
    113113== Changelog ==
     114= 1.3.6 =
     115* Bug fixes related to WP VIP
     116
    114117= 1.3.5 =
    115118* Bug fixes related to Screen options
  • shutterstock/tags/1.3.6/admin/partials/shutterstock-admin-field-shutterstock-login-button.php

    r2519174 r2526826  
    3232
    3333            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>';
    3535        } else {
    3636            echo '
  • shutterstock/tags/1.3.6/admin/partials/shutterstock-admin-field-text.php

    r2466651 r2526826  
    1919        value="<?php echo esc_attr( $atts['value'] ); ?>"
    2020    />
    21     <p class="description"><?php echo esc_attr( $atts['description'] ); ?></p>
     21    <p class="description"><?php echo esc_html( $atts['description'] ); ?></p>
    2222<?php
  • shutterstock/tags/1.3.6/admin/partials/shutterstock-admin-field-textarea.php

    r2466651 r2526826  
    2121?>
    2222</textarea>
    23 <p class="description"><?php echo esc_attr( $atts['description'] ); ?></p>
     23<p class="description"><?php echo esc_html( $atts['description'] ); ?></p>
    2424<?php
  • shutterstock/tags/1.3.6/admin/partials/shutterstock-admin-field-user-settings.php

    r2519174 r2526826  
    2323      <?php
    2424      foreach($capabilites_with_texts as $capability) { ?>
    25         <th><?php echo esc_attr($capability); ?></th>
     25        <th><?php echo esc_html($capability); ?></th>
    2626      <?php }?>
    2727    <tbody>
     
    2929      foreach($atts['role_names'] as $key => $value) {?>
    3030          <tr valign="top">
    31             <td><?php echo esc_attr($value); ?></td>
     31            <td><?php echo esc_html($value); ?></td>
    3232            <?php foreach($capabilites_with_texts as $cap_key => $cap_value) { ?>
    3333                <td>
     
    4848    </tbody>
    4949  </table>
    50   <p class="description"><?php echo esc_attr( $atts['description'] ); ?></p>
     50  <p class="description"><?php echo esc_html( $atts['description'] ); ?></p>
    5151<?php
  • shutterstock/tags/1.3.6/assets/icon.svg

    r2466651 r2526826  
    1111   xml:space="preserve"
    1212   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
    1714     id="defs6" /><g
    1815     transform="matrix(1.3333333,0,0,-1.3333333,0,437.42667)"
  • shutterstock/tags/1.3.6/includes/class-shutterstock.php

    r2519174 r2526826  
    7171            $this->version = SHUTTERSTOCK_VERSION;
    7272        } else {
    73             $this->version = '1.3.5';
     73            $this->version = '1.3.6';
    7474        }
    7575        $this->shutterstock = 'shutterstock';
  • shutterstock/tags/1.3.6/shutterstock.php

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

    r2519174 r2526826  
    44Requires at least: 5.5
    55Tested up to: 5.7
    6 Stable tag: 1.3.5
     6Stable tag: 1.3.6
    77Requires PHP: 7.1
    88License: MIT
     
    112112
    113113== Changelog ==
     114= 1.3.6 =
     115* Bug fixes related to WP VIP
     116
    114117= 1.3.5 =
    115118* Bug fixes related to Screen options
  • shutterstock/trunk/admin/partials/shutterstock-admin-field-shutterstock-login-button.php

    r2519174 r2526826  
    3232
    3333            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>';
    3535        } else {
    3636            echo '
  • shutterstock/trunk/admin/partials/shutterstock-admin-field-text.php

    r2466651 r2526826  
    1919        value="<?php echo esc_attr( $atts['value'] ); ?>"
    2020    />
    21     <p class="description"><?php echo esc_attr( $atts['description'] ); ?></p>
     21    <p class="description"><?php echo esc_html( $atts['description'] ); ?></p>
    2222<?php
  • shutterstock/trunk/admin/partials/shutterstock-admin-field-textarea.php

    r2466651 r2526826  
    2121?>
    2222</textarea>
    23 <p class="description"><?php echo esc_attr( $atts['description'] ); ?></p>
     23<p class="description"><?php echo esc_html( $atts['description'] ); ?></p>
    2424<?php
  • shutterstock/trunk/admin/partials/shutterstock-admin-field-user-settings.php

    r2519174 r2526826  
    2323      <?php
    2424      foreach($capabilites_with_texts as $capability) { ?>
    25         <th><?php echo esc_attr($capability); ?></th>
     25        <th><?php echo esc_html($capability); ?></th>
    2626      <?php }?>
    2727    <tbody>
     
    2929      foreach($atts['role_names'] as $key => $value) {?>
    3030          <tr valign="top">
    31             <td><?php echo esc_attr($value); ?></td>
     31            <td><?php echo esc_html($value); ?></td>
    3232            <?php foreach($capabilites_with_texts as $cap_key => $cap_value) { ?>
    3333                <td>
     
    4848    </tbody>
    4949  </table>
    50   <p class="description"><?php echo esc_attr( $atts['description'] ); ?></p>
     50  <p class="description"><?php echo esc_html( $atts['description'] ); ?></p>
    5151<?php
  • shutterstock/trunk/assets/icon.svg

    r2466651 r2526826  
    1111   xml:space="preserve"
    1212   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
    1714     id="defs6" /><g
    1815     transform="matrix(1.3333333,0,0,-1.3333333,0,437.42667)"
  • shutterstock/trunk/includes/class-shutterstock.php

    r2519174 r2526826  
    7171            $this->version = SHUTTERSTOCK_VERSION;
    7272        } else {
    73             $this->version = '1.3.5';
     73            $this->version = '1.3.6';
    7474        }
    7575        $this->shutterstock = 'shutterstock';
  • shutterstock/trunk/shutterstock.php

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