WordPress.org

Plugin Directory

Changeset 1751498 for add-to-any


Ignore:
Timestamp:
10/23/2017 10:12:01 PM (8 months ago)
Author:
micropat
Message:

1.7.21

  • Fix simplified initial a2a_config JS so overlays are not enabled by default
Location:
add-to-any/trunk
Files:
2 edited

Legend:

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

    r1750180 r1751498  
    44Requires at least: 3.7
    55Tested up to: 4.9
    6 Stable tag: 1.7.20
     6Stable tag: 1.7.21
    77
    88Share buttons for WordPress including the AddToAny sharing button, Facebook, Twitter, Google+, Pinterest, WhatsApp, many more, and follow icons too.
     
    351351
    352352== Changelog ==
     353
     354= 1.7.21 =
     355* Fix simplified initial `a2a_config` JS so overlays are not enabled by default
    353356
    354357= 1.7.20 =
  • add-to-any/trunk/add-to-any.php

    r1750180 r1751498  
    44Plugin URI: https://www.addtoany.com/
    55Description: Share buttons for your pages including AddToAny's universal sharing button, Facebook, Twitter, Google+, Pinterest, WhatsApp and many more.
    6 Version: 1.7.20
     6Version: 1.7.21
    77Author: AddToAny
    88Author URI: https://www.addtoany.com/
     
    770770   
    771771        . 'window.a2a_config=window.a2a_config||{};'
    772         . 'a2a_config.callbacks=a2a_config.overlays=[];'
     772        . 'a2a_config.callbacks=[];a2a_config.overlays=[];'
    773773        . 'a2a_config.templates={};'
    774774        . A2A_menu_locale()
Note: See TracChangeset for help on using the changeset viewer.