🔒 EXCLUSIVE: Changeset/ - HD Photos!

Changeset 3302527


Ignore:
Timestamp:
05/28/2025 09:34:57 PM (7 months ago)
Author:
ShareThis
Message:

Update to version 2.3.6 from GitHub

Location:
sharethis-share-buttons
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • sharethis-share-buttons/tags/2.3.6/php/class-minute-control.php

    r3297551 r3302527  
    425425
    426426        if ( is_admin() && ! wp_doing_ajax() ) {
    427             return;
     427            return $excerpt;
    428428        }
    429429
  • sharethis-share-buttons/tags/2.3.6/readme.txt

    r3297551 r3302527  
    77Requires at least: 5.5
    88Tested up to: 6.8.1
    9 Stable tag: 2.3.5
    10 Version: 2.3.5
     9Stable tag: 2.3.6
     10Version: 2.3.6
    1111
    1212License: GPLv2 or later
     
    7474== Changelog ==
    7575
     76= 2.3.6 =
     77* Fix fatal error.
     78
    7679= 2.3.5 =
    7780* Fix text domain warning.
  • sharethis-share-buttons/tags/2.3.6/sharethis-share-buttons.php

    r3297551 r3302527  
    44 * Plugin URI: https://sharethis.com/
    55 * Description: Grow your website traffic with share buttons for 40+ social channels including Facebook, LinkedIn, Twitter, WhatsApp, and more.
    6  * Version: 2.3.5
     6 * Version: 2.3.6
    77 * Author: ShareThis
    88 * Author URI: https://sharethis.com/
     
    1111 * License:     GPL v2 or later
    1212 *
    13  * Copyright 2022 ShareThis
     13 * Copyright 2025 ShareThis
    1414 *
    1515 * This program is free software; you can redistribute it and/or modify
     
    2929 * Plugin version constant.
    3030 */
    31 const SHARETHIS_SHARE_BUTTONS_VERSION = '2.3.5';
     31const SHARETHIS_SHARE_BUTTONS_VERSION = '2.3.6';
    3232
    3333if ( version_compare( phpversion(), '5.3', '>=' ) ) {
  • sharethis-share-buttons/trunk/php/class-minute-control.php

    r3297551 r3302527  
    425425
    426426        if ( is_admin() && ! wp_doing_ajax() ) {
    427             return;
     427            return $excerpt;
    428428        }
    429429