Changeset 3302527
- Timestamp:
- 05/28/2025 09:34:57 PM (7 months ago)
- Location:
- sharethis-share-buttons
- Files:
-
- 6 edited
- 1 copied
-
tags/2.3.6 (copied) (copied from sharethis-share-buttons/trunk)
-
tags/2.3.6/php/class-minute-control.php (modified) (1 diff)
-
tags/2.3.6/readme.txt (modified) (2 diffs)
-
tags/2.3.6/sharethis-share-buttons.php (modified) (3 diffs)
-
trunk/php/class-minute-control.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/sharethis-share-buttons.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sharethis-share-buttons/tags/2.3.6/php/class-minute-control.php
r3297551 r3302527 425 425 426 426 if ( is_admin() && ! wp_doing_ajax() ) { 427 return ;427 return $excerpt; 428 428 } 429 429 -
sharethis-share-buttons/tags/2.3.6/readme.txt
r3297551 r3302527 7 7 Requires at least: 5.5 8 8 Tested up to: 6.8.1 9 Stable tag: 2.3. 510 Version: 2.3. 59 Stable tag: 2.3.6 10 Version: 2.3.6 11 11 12 12 License: GPLv2 or later … … 74 74 == Changelog == 75 75 76 = 2.3.6 = 77 * Fix fatal error. 78 76 79 = 2.3.5 = 77 80 * Fix text domain warning. -
sharethis-share-buttons/tags/2.3.6/sharethis-share-buttons.php
r3297551 r3302527 4 4 * Plugin URI: https://sharethis.com/ 5 5 * Description: Grow your website traffic with share buttons for 40+ social channels including Facebook, LinkedIn, Twitter, WhatsApp, and more. 6 * Version: 2.3. 56 * Version: 2.3.6 7 7 * Author: ShareThis 8 8 * Author URI: https://sharethis.com/ … … 11 11 * License: GPL v2 or later 12 12 * 13 * Copyright 202 2ShareThis13 * Copyright 2025 ShareThis 14 14 * 15 15 * This program is free software; you can redistribute it and/or modify … … 29 29 * Plugin version constant. 30 30 */ 31 const SHARETHIS_SHARE_BUTTONS_VERSION = '2.3. 5';31 const SHARETHIS_SHARE_BUTTONS_VERSION = '2.3.6'; 32 32 33 33 if ( version_compare( phpversion(), '5.3', '>=' ) ) { -
sharethis-share-buttons/trunk/php/class-minute-control.php
r3297551 r3302527 425 425 426 426 if ( is_admin() && ! wp_doing_ajax() ) { 427 return ;427 return $excerpt; 428 428 } 429 429 -