Changeset 1751498 for add-to-any
- Timestamp:
- 10/23/2017 10:12:01 PM (8 months ago)
- Location:
- add-to-any/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
add-to-any.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
add-to-any/trunk/README.txt
r1750180 r1751498 4 4 Requires at least: 3.7 5 5 Tested up to: 4.9 6 Stable tag: 1.7.2 06 Stable tag: 1.7.21 7 7 8 8 Share buttons for WordPress including the AddToAny sharing button, Facebook, Twitter, Google+, Pinterest, WhatsApp, many more, and follow icons too. … … 351 351 352 352 == Changelog == 353 354 = 1.7.21 = 355 * Fix simplified initial `a2a_config` JS so overlays are not enabled by default 353 356 354 357 = 1.7.20 = -
add-to-any/trunk/add-to-any.php
r1750180 r1751498 4 4 Plugin URI: https://www.addtoany.com/ 5 5 Description: Share buttons for your pages including AddToAny's universal sharing button, Facebook, Twitter, Google+, Pinterest, WhatsApp and many more. 6 Version: 1.7.2 06 Version: 1.7.21 7 7 Author: AddToAny 8 8 Author URI: https://www.addtoany.com/ … … 770 770 771 771 . 'window.a2a_config=window.a2a_config||{};' 772 . 'a2a_config.callbacks= a2a_config.overlays=[];'772 . 'a2a_config.callbacks=[];a2a_config.overlays=[];' 773 773 . 'a2a_config.templates={};' 774 774 . A2A_menu_locale()
Note: See TracChangeset
for help on using the changeset viewer.