Plugin Directory

Changeset 3175878

Timestamp:
10/25/2024 11:13:50 PM (17 months ago)
Author:
micropat
Message:

1.8.12

  • Add Steam follow button
  • Add Twitch follow button
Location:
add-to-any/trunk
Files:
2 added
4 edited

Legend:

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

    r3124899 r3175878  
    22Contributors: micropat, addtoany
    33Tags: share, social, share buttons, share icons, social media
     4
    45Requires at least: 4.5
    5 Tested up to: 6.6
     6Tested up to: 6.
    67Requires PHP: 5.6
    7 Stable tag: 1.8.11
     8Stable tag: 1.8.1
    89
    910Share buttons for WordPress including the AddToAny button, Facebook, Mastodon, WhatsApp, Pinterest, Reddit, Threads, many more, and follow icons too.
     
    6465
    6566* Over 10 years of development
    66 * Over 16 million downloads
     67* Over 1 million downloads
    6768* Translated into dozens of languages
    6869* Ongoing support from the community
     
    116117Something on your own device/browser/connection is likely filtering out major social buttons.
    117118
    118 Try another web browser, device, and/or Internet connection to see if the buttons appear. Tools like browserling.com or browserstack.com will give you an idea of what other people are seeing. The usual cause for this uncommon issue is 3rd party browser add-on software that blocks ads and optionally filters out major social buttons. Some security apps and Internet connections have an option to filter social buttons. Usually a social filter option is disabled by default, but if you find that some software is inappropriately filtering AddToAny buttons, <a href="https://www.addtoany.com/contact/">let AddToAny know</a>.
     119Try another web browser, device, and/or Internet connection to see if the buttons appear. Tools like browserling.com will give you an idea of what other people are seeing. The usual cause for this uncommon issue is 3rd party browser add-on software that blocks ads and optionally filters out major social buttons. Some security apps and Internet connections have an option to filter social buttons. Usually a social filter option is disabled by default, but if you find that some software is inappropriately filtering AddToAny buttons, <a href="https://www.addtoany.com/contact/">let AddToAny know</a>.
    119120
    120121= What is the shortcode for sharing? =
     
    335336== Changelog ==
    336337
    337 = 1.8.11 =
    338 * Update AddToAny core script loading
    339 * Add changelog.txt to the plugin directory
     338= 1.8.1 =
     339*
     340* Add
    340341
    341342See `changelog.txt` in the plugin's directory for the full changelog.
  • add-to-any/trunk/add-to-any.php

    r3124899 r3175878  
    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.11
     6 * Version: 1.8.1
    77 * Author: AddToAny
    88 * Author URI: https://www.addtoany.com/
  • add-to-any/trunk/addtoany.services.php

    r3071207 r3175878  
    543543        'color' => '2A2A2A',
    544544    ),
     545
     546
     547
     548
     549
     550
    545551    'tumblr' => array(
    546552        'name' => 'Tumblr',
     
    549555        'color' => '35465C',
    550556    ),
     557
     558
     559
     560
     561
     562
    551563    'twitter' => array(
    552564        'name' => 'Twitter',
  • add-to-any/trunk/changelog.txt

    r3124899 r3175878  
     1
     2
     3
     4
    15= 1.8.11 =
    26* Update AddToAny core script loading
Note: See TracChangeset for help on using the changeset viewer.