Plugin Directory

Changeset 2431674


Ignore:
Timestamp:
12/04/2020 03:31:39 PM (5 years ago)
Author:
shutterstockplugins
Message:

Release version 1.2.1

Location:
shutterstock
Files:
10 edited
1 copied

Legend:

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

    r2430369 r2431674  
    44Requires at least: 5.5
    55Tested up to: 5.6
    6 Stable tag: 1.2.0
     6Stable tag: 1.2.1
    77Requires PHP: 7.1
    88License: MIT
     
    1818
    1919**Search**
    20 Choose content from Shutterstock's incredible collection.
     20Choose content from Shutterstock's incredible collection and get suggestions based on the text on your page.
    2121
    2222**Preview**
     
    3333
    34341. Search for images and insert them into pages and posts
     352. Get recommendations based on the text on the page or post
    3536
    3637== Installation ==
     
    90911. In the new block, click **Browse**.
    91921. In the popup window, search Shutterstock's library for media to add.
     93You can click **View recommendations** to see suggested images based on the text of your blog post or page.
     94
     95   You can also go to the **Downloads** tab to see images that you have already licensed.
     96   The images that are available for redownload depend on the subscription that the plugin is using; to connect the plugin to your subscription, fill out the form at https://www.shutterstock.com/design/plugins-wordpress.
     97
    92981. To try a piece of media in your page, click its **Insert Preview** button. WordPress adds a watermarked preview of the image to your page.
    9399
     
    102108
    103109== Changelog ==
     110= 1.2.1
     111* Updated readme
     112* Improvements and bugfixes
     113
    104114= 1.2.0 =
    105115Introduced smart image recommendations and license history with re-download functionality
  • shutterstock/tags/1.2.1/admin/css/shutterstock-admin.css

    r2418129 r2431674  
    2323}
    2424
    25 textarea.shutterstock-token,
     25.connected,
    2626p.shutterstock-token {
    2727    word-wrap: break-word;
     
    5252}
    5353
     54.connected {
     55  padding-top: 5px;
     56}
     57
     58.hidden {
     59  display: none !important;
     60}
  • shutterstock/tags/1.2.1/admin/partials/shutterstock-admin-field-shutterstock-login-button.php

    r2419544 r2431674  
    1818                  var pre = \'<p class="' . esc_attr($atts['context']['connected_class']) . '">' . esc_html__('wordpress:logging_out', 'shutterstock') . '</p>\';
    1919                  jQuery(".shutterstock-token").replaceWith(pre);
     20                  jQuery(".connected").addClass("hidden");
    2021                }
    2122            </script>
     
    2627                name="' . esc_attr($atts['name']) . '"
    2728                value="' . esc_textarea($atts['value']) . '"
    28                 class="' . esc_attr($atts['context']['connected_class']) . '">' .
    29                     esc_html__('wordpress:connected', 'shutterstock') .
     29                class="' . esc_attr($atts['context']['connected_class']) . ' hidden">' .
     30                    esc_textarea($atts['value']) .
    3031                '</textarea>';
     32
     33            echo '<div class="connected">'. esc_html__('wordpress:connected', 'shutterstock') .'</div>';
    3134            echo '<button class="logout" onclick="logout()">' . esc_attr($atts['context']['has_value_button_text']) . '</button>';
    3235        } else {
  • shutterstock/tags/1.2.1/includes/class-shutterstock.php

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

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

    r2430369 r2431674  
    44Requires at least: 5.5
    55Tested up to: 5.6
    6 Stable tag: 1.2.0
     6Stable tag: 1.2.1
    77Requires PHP: 7.1
    88License: MIT
     
    1818
    1919**Search**
    20 Choose content from Shutterstock's incredible collection.
     20Choose content from Shutterstock's incredible collection and get suggestions based on the text on your page.
    2121
    2222**Preview**
     
    3333
    34341. Search for images and insert them into pages and posts
     352. Get recommendations based on the text on the page or post
    3536
    3637== Installation ==
     
    90911. In the new block, click **Browse**.
    91921. In the popup window, search Shutterstock's library for media to add.
     93You can click **View recommendations** to see suggested images based on the text of your blog post or page.
     94
     95   You can also go to the **Downloads** tab to see images that you have already licensed.
     96   The images that are available for redownload depend on the subscription that the plugin is using; to connect the plugin to your subscription, fill out the form at https://www.shutterstock.com/design/plugins-wordpress.
     97
    92981. To try a piece of media in your page, click its **Insert Preview** button. WordPress adds a watermarked preview of the image to your page.
    9399
     
    102108
    103109== Changelog ==
     110= 1.2.1
     111* Updated readme
     112* Improvements and bugfixes
     113
    104114= 1.2.0 =
    105115Introduced smart image recommendations and license history with re-download functionality
  • shutterstock/trunk/admin/css/shutterstock-admin.css

    r2418129 r2431674  
    2323}
    2424
    25 textarea.shutterstock-token,
     25.connected,
    2626p.shutterstock-token {
    2727    word-wrap: break-word;
     
    5252}
    5353
     54.connected {
     55  padding-top: 5px;
     56}
     57
     58.hidden {
     59  display: none !important;
     60}
  • shutterstock/trunk/admin/partials/shutterstock-admin-field-shutterstock-login-button.php

    r2419544 r2431674  
    1818                  var pre = \'<p class="' . esc_attr($atts['context']['connected_class']) . '">' . esc_html__('wordpress:logging_out', 'shutterstock') . '</p>\';
    1919                  jQuery(".shutterstock-token").replaceWith(pre);
     20                  jQuery(".connected").addClass("hidden");
    2021                }
    2122            </script>
     
    2627                name="' . esc_attr($atts['name']) . '"
    2728                value="' . esc_textarea($atts['value']) . '"
    28                 class="' . esc_attr($atts['context']['connected_class']) . '">' .
    29                     esc_html__('wordpress:connected', 'shutterstock') .
     29                class="' . esc_attr($atts['context']['connected_class']) . ' hidden">' .
     30                    esc_textarea($atts['value']) .
    3031                '</textarea>';
     32
     33            echo '<div class="connected">'. esc_html__('wordpress:connected', 'shutterstock') .'</div>';
    3134            echo '<button class="logout" onclick="logout()">' . esc_attr($atts['context']['has_value_button_text']) . '</button>';
    3235        } else {
  • shutterstock/trunk/includes/class-shutterstock.php

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

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