Plugin Directory

Changeset 2761424

Timestamp:
07/26/2022 02:34:33 AM (2 years ago)
Author:
antonlukin
Message:

Update to version 2.0.12 from GitHub

Location:
sharing-image
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • sharing-image/tags/2.0.12/classes/class-meta.php

    r2648781 r2761424  
    7777            esc_attr( $height )
    7878        );
     79
     80
     81
     82
     83
     84
     85
     86
     87
     88
     89
     90
     91
     92
     93
     94
     95
     96
     97
     98
     99
     100
    79101    }
    80102
  • sharing-image/tags/2.0.12/classes/class-widget.php

    r2759980 r2761424  
    338338     */
    339339    public function autogenerate_poster( $post_id ) {
     340
     341
     342
     343
     344
     345
     346
     347
     348
     349
     350
     351
     352
     353
    340354        $status = get_post_status( $post_id );
    341355
     
    371385        /**
    372386         * Filters autogenerated poster data.
     387
     388
    373389         *
    374390         * @param array|false $poster  Poster image, width and height data or false if undefined.
  • sharing-image/tags/2.0.12/readme.txt

    r2759980 r2761424  
    55Requires at least: 5.3
    66Tested up to: 6.0
    7 Stable tag: 2.0.11
     7Stable tag: 2.0.1
    88Requires PHP: 5.5
    99License: GPLv2 or later
     
    3030
    3131== Changelog ==
     32
     33
     34
     35
    3236
    3337= 2.0.11 =
  • sharing-image/tags/2.0.12/sharing-image.php

    r2759980 r2761424  
    33 * Plugin Name:       Sharing Image
    44 * Description:       Create sharing image for Facebook, VK.com, Telegram and other social networks
    5  * Version:           2.0.11
     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.11' );
     27define( 'SHARING_IMAGE_VERSION', '2.0.1' );
    2828
    2929/**
  • sharing-image/trunk/classes/class-meta.php

    r2648781 r2761424  
    7777            esc_attr( $height )
    7878        );
     79
     80
     81
     82
     83
     84
     85
     86
     87
     88
     89
     90
     91
     92
     93
     94
     95
     96
     97
     98
     99
     100
    79101    }
    80102
  • sharing-image/trunk/classes/class-widget.php

    r2759980 r2761424  
    338338     */
    339339    public function autogenerate_poster( $post_id ) {
     340
     341
     342
     343
     344
     345
     346
     347
     348
     349
     350
     351
     352
     353
    340354        $status = get_post_status( $post_id );
    341355
     
    371385        /**
    372386         * Filters autogenerated poster data.
     387
     388
    373389         *
    374390         * @param array|false $poster  Poster image, width and height data or false if undefined.
  • sharing-image/trunk/readme.txt

    r2759980 r2761424  
    55Requires at least: 5.3
    66Tested up to: 6.0
    7 Stable tag: 2.0.11
     7Stable tag: 2.0.1
    88Requires PHP: 5.5
    99License: GPLv2 or later
     
    3030
    3131== Changelog ==
     32
     33
     34
     35
    3236
    3337= 2.0.11 =
  • sharing-image/trunk/sharing-image.php

    r2759980 r2761424  
    33 * Plugin Name:       Sharing Image
    44 * Description:       Create sharing image for Facebook, VK.com, Telegram and other social networks
    5  * Version:           2.0.11
     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.11' );
     27define( 'SHARING_IMAGE_VERSION', '2.0.1' );
    2828
    2929/**
Note: See TracChangeset for help on using the changeset viewer.