Plugin Directory

Changeset 3281441

Timestamp:
04/25/2025 05:32:47 AM (10 months ago)
Author:
micropat
Message:

1.8.14

  • Update Threads follow button to link to threads.com instead of threads.net
Location:
add-to-any/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • add-to-any/trunk/README.txt

    r3194592 r3281441  
    44License: GPLv2 or later
    55Requires at least: 4.5
    6 Tested up to: 6.7
     6Tested up to: 6.
    77Requires PHP: 5.6
    8 Stable tag: 1.8.13
     8Stable tag: 1.8.1
    99
    1010Share buttons for WordPress including the AddToAny button, Facebook, Mastodon, WhatsApp, Pinterest, Reddit, Threads, many more, and follow icons too.
     
    336336== Changelog ==
    337337
    338 = 1.8.13 =
    339 * Fix defaults in settings
     338= 1.8.1 =
     339*
    340340
    341341See `changelog.txt` in the plugin's directory for the full changelog.
  • add-to-any/trunk/addtoany.services.php

    r3194592 r3281441  
    461461    'threads' => array(
    462462        'name' => 'Threads',
    463         'href' => 'https://www.threads.net/@${id}',
     463        'href' => 'https://www.threads./@${id}',
    464464        'icon' => 'threads',
    465465        'color' => '2A2A2A',
  • add-to-any/trunk/changelog.txt

    r3194592 r3281441  
     1
     2
     3
    14= 1.8.13 =
    25* Fix defaults in settings
Note: See TracChangeset for help on using the changeset viewer.