Plugin Directory

Changeset 3021260

Timestamp:
01/13/2024 10:23:05 AM (7 months ago)
Author:
antonlukin
Message:

Update to version 2.0.17 from GitHub

Location:
sharing-image
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • sharing-image/tags/2.0.17/assets/scripts/settings.js

    r2917501 r3021260  
    12881288  });
    12891289  builders.element('small', {
    1290     text: wp.i18n.__('Custom font can only be in .ttf format.'),
     1290    text: wp.i18n.__('Custom font can only be in .ttf format.'),
    12911291    append: control
    12921292  });
  • sharing-image/tags/2.0.17/assets/scripts/widget.js

    r2917501 r3021260  
    12881288  });
    12891289  builders.element('small', {
    1290     text: wp.i18n.__('Custom font can only be in .ttf format.'),
     1290    text: wp.i18n.__('Custom font can only be in .ttf format.'),
    12911291    append: control
    12921292  });
  • sharing-image/tags/2.0.17/classes/class-settings.php

    r2917501 r3021260  
    14991499     */
    15001500    private function redirect_with_message( $redirect, $message ) {
    1501         $return = add_query_arg( array( 'message' => $message ), $return );
     1501        $re );
    15021502
    15031503        wp_safe_redirect( $redirect );
  • sharing-image/tags/2.0.17/readme.txt

    r2917501 r3021260  
    44Tags: social image, sharing image, og image, twitter image, facebook, twitter, telegram, vk.com, ok.ru
    55Requires at least: 5.3
    6 Tested up to: 6.2
    7 Stable tag: 2.0.16
     6Tested up to: 6.
     7Stable tag: 2.0.1
    88Requires PHP: 5.5
    99License: GPLv2 or later
     
    3030
    3131== Changelog ==
     32
     33
     34
     35
    3236
    3337= 2.0.16 =
  • sharing-image/tags/2.0.17/sharing-image.php

    r2917501 r3021260  
    33 * Plugin Name:       Sharing Image
    44 * Description:       Create sharing image for Facebook, VK.com, Telegram and other social networks
    5  * Version:           2.0.16
     5 * Version:           2.0.1
    66 * Requires at least: 5.3
    77 * Requires PHP:      5.5
     
    2525 * Plugin version.
    2626 */
    27 define( 'SHARING_IMAGE_VERSION', '2.0.16' );
     27define( 'SHARING_IMAGE_VERSION', '2.0.1' );
    2828
    2929/**
  • sharing-image/trunk/assets/scripts/settings.js

    r2917501 r3021260  
    12881288  });
    12891289  builders.element('small', {
    1290     text: wp.i18n.__('Custom font can only be in .ttf format.'),
     1290    text: wp.i18n.__('Custom font can only be in .ttf format.'),
    12911291    append: control
    12921292  });
  • sharing-image/trunk/assets/scripts/widget.js

    r2917501 r3021260  
    12881288  });
    12891289  builders.element('small', {
    1290     text: wp.i18n.__('Custom font can only be in .ttf format.'),
     1290    text: wp.i18n.__('Custom font can only be in .ttf format.'),
    12911291    append: control
    12921292  });
  • sharing-image/trunk/classes/class-settings.php

    r2917501 r3021260  
    14991499     */
    15001500    private function redirect_with_message( $redirect, $message ) {
    1501         $return = add_query_arg( array( 'message' => $message ), $return );
     1501        $re );
    15021502
    15031503        wp_safe_redirect( $redirect );
  • sharing-image/trunk/readme.txt

    r2917501 r3021260  
    44Tags: social image, sharing image, og image, twitter image, facebook, twitter, telegram, vk.com, ok.ru
    55Requires at least: 5.3
    6 Tested up to: 6.2
    7 Stable tag: 2.0.16
     6Tested up to: 6.
     7Stable tag: 2.0.1
    88Requires PHP: 5.5
    99License: GPLv2 or later
     
    3030
    3131== Changelog ==
     32
     33
     34
     35
    3236
    3337= 2.0.16 =
  • sharing-image/trunk/sharing-image.php

    r2917501 r3021260  
    33 * Plugin Name:       Sharing Image
    44 * Description:       Create sharing image for Facebook, VK.com, Telegram and other social networks
    5  * Version:           2.0.16
     5 * Version:           2.0.1
    66 * Requires at least: 5.3
    77 * Requires PHP:      5.5
     
    2525 * Plugin version.
    2626 */
    27 define( 'SHARING_IMAGE_VERSION', '2.0.16' );
     27define( 'SHARING_IMAGE_VERSION', '2.0.1' );
    2828
    2929/**
Note: See TracChangeset for help on using the changeset viewer.