Changeset 3194592
- Timestamp:
- 11/21/2024 11:43:54 PM (16 months ago)
- Location:
- add-to-any/trunk
- Files:
-
- 5 edited
-
README.txt (modified) (2 diffs)
-
add-to-any.php (modified) (1 diff)
-
addtoany.admin.php (modified) (1 diff)
-
addtoany.services.php (modified) (4 diffs)
-
changelog.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
add-to-any/trunk/README.txt
r3175878 r3194592 6 6 Tested up to: 6.7 7 7 Requires PHP: 5.6 8 Stable tag: 1.8.1 28 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.12 = 339 * Add Steam follow button 340 * Add Twitch follow button 338 = 1.8.13 = 339 * Fix defaults in settings 341 340 342 341 See `changelog.txt` in the plugin's directory for the full changelog. -
add-to-any/trunk/add-to-any.php
r3175878 r3194592 4 4 * Plugin URI: https://www.addtoany.com/ 5 5 * Description: Share buttons for your pages including AddToAny's universal sharing button, Facebook, Mastodon, LinkedIn, Pinterest, WhatsApp and many more. 6 * Version: 1.8.1 26 * Version: 1.8.1 7 7 * Author: AddToAny 8 8 * Author URI: https://www.addtoany.com/ -
add-to-any/trunk/addtoany.admin.php
r3071207 r3194592 1103 1103 } else { 1104 1104 // Use default services if options have not been set yet (and no services were just saved in the form) 1105 $active_services = array( 'facebook', ' twitter', 'email' );1105 $active_services = array( 'facebook', '', 'email' ); 1106 1106 } 1107 1107 -
add-to-any/trunk/addtoany.services.php
r3175878 r3194592 13 13 "color" => "6364FF", 14 14 ), 15 16 17 18 19 15 20 "pinterest" => array( 16 21 "name" => "Pinterest", … … 72 77 "icon" => "blogmarks", 73 78 "color" => "535353", 74 ),75 "bluesky" => array(76 "name" => "Bluesky",77 "icon" => "bluesky",78 "color" => "1285fe",79 79 ), 80 80 "bookmarks_fr" => array( … … 543 543 'color' => '2A2A2A', 544 544 ), 545 'steam' => array(546 'name' => 'Steam',547 'href' => 'https://steamcommunity.com/id/${id}',548 'icon' => 'steam',549 'color' => '171d25',550 ),551 545 'tumblr' => array( 552 546 'name' => 'Tumblr', … … 555 549 'color' => '35465C', 556 550 ), 557 'twitch' => array(558 'name' => 'Twitch',559 'href' => 'https://www.twitch.tv/${id}',560 'icon' => 'twitch',561 'color' => '9146ff',562 ),563 551 'twitter' => array( 564 552 'name' => 'Twitter', 565 'href' => 'https:// twitter.com/${id}',553 'href' => 'https://.com/${id}', 566 554 'icon' => 'twitter', 567 555 'color' => '55ACEE', -
add-to-any/trunk/changelog.txt
r3175878 r3194592 1 2 3 1 4 = 1.8.12 = 2 5 * Add Steam follow button
Note: See TracChangeset
for help on using the changeset viewer.