Changeset 3281441
- Timestamp:
- 04/25/2025 05:32:47 AM (10 months ago)
- Location:
- add-to-any/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
addtoany.services.php (modified) (1 diff)
-
changelog.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
add-to-any/trunk/README.txt
r3194592 r3281441 4 4 License: GPLv2 or later 5 5 Requires at least: 4.5 6 Tested up to: 6. 76 Tested up to: 6. 7 7 Requires PHP: 5.6 8 Stable tag: 1.8.1 38 Stable tag: 1.8.1 9 9 10 10 Share buttons for WordPress including the AddToAny button, Facebook, Mastodon, WhatsApp, Pinterest, Reddit, Threads, many more, and follow icons too. … … 336 336 == Changelog == 337 337 338 = 1.8.1 3=339 * Fix defaults in settings338 = 1.8.1 = 339 * 340 340 341 341 See `changelog.txt` in the plugin's directory for the full changelog. -
add-to-any/trunk/addtoany.services.php
r3194592 r3281441 461 461 'threads' => array( 462 462 'name' => 'Threads', 463 'href' => 'https://www.threads. net/@${id}',463 'href' => 'https://www.threads./@${id}', 464 464 'icon' => 'threads', 465 465 'color' => '2A2A2A', -
add-to-any/trunk/changelog.txt
r3194592 r3281441 1 2 3 1 4 = 1.8.13 = 2 5 * Fix defaults in settings
Note: See TracChangeset
for help on using the changeset viewer.