Plugin Directory

Changeset 3194592

Timestamp:
11/21/2024 11:43:54 PM (16 months ago)
Author:
micropat
Message:

1.8.13

  • Fix defaults in settings
Location:
add-to-any/trunk
Files:
5 edited

Legend:

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

    r3175878 r3194592  
    66Tested up to: 6.7
    77Requires PHP: 5.6
    8 Stable tag: 1.8.12
     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.12 =
    339 * Add Steam follow button
    340 * Add Twitch follow button
     338= 1.8.13 =
     339* Fix defaults in settings
    341340
    342341See `changelog.txt` in the plugin's directory for the full changelog.
  • add-to-any/trunk/add-to-any.php

    r3175878 r3194592  
    44 * Plugin URI: https://www.addtoany.com/
    55 * Description: Share buttons for your pages including AddToAny's universal sharing button, Facebook, Mastodon, LinkedIn, Pinterest, WhatsApp and many more.
    6  * Version: 1.8.12
     6 * Version: 1.8.1
    77 * Author: AddToAny
    88 * Author URI: https://www.addtoany.com/
  • add-to-any/trunk/addtoany.admin.php

    r3071207 r3194592  
    11031103        } else {
    11041104            // 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' );
    11061106        }
    11071107       
  • add-to-any/trunk/addtoany.services.php

    r3175878 r3194592  
    1313        "color" => "6364FF",
    1414    ),
     15
     16
     17
     18
     19
    1520    "pinterest" => array(
    1621        "name" => "Pinterest",
     
    7277        "icon" => "blogmarks",
    7378        "color" => "535353",
    74     ),
    75     "bluesky" => array(
    76         "name" => "Bluesky",
    77         "icon" => "bluesky",
    78         "color" => "1285fe",
    7979    ),
    8080    "bookmarks_fr" => array(
     
    543543        'color' => '2A2A2A',
    544544    ),
    545     'steam' => array(
    546         'name' => 'Steam',
    547         'href' => 'https://steamcommunity.com/id/${id}',
    548         'icon' => 'steam',
    549         'color' => '171d25',
    550     ),
    551545    'tumblr' => array(
    552546        'name' => 'Tumblr',
     
    555549        'color' => '35465C',
    556550    ),
    557     'twitch' => array(
    558         'name' => 'Twitch',
    559         'href' => 'https://www.twitch.tv/${id}',
    560         'icon' => 'twitch',
    561         'color' => '9146ff',
    562     ),
    563551    'twitter' => array(
    564552        'name' => 'Twitter',
    565         'href' => 'https://twitter.com/${id}',
     553        'href' => 'https://.com/${id}',
    566554        'icon' => 'twitter',
    567555        'color' => '55ACEE',
  • add-to-any/trunk/changelog.txt

    r3175878 r3194592  
     1
     2
     3
    14= 1.8.12 =
    25* Add Steam follow button
Note: See TracChangeset for help on using the changeset viewer.