AddToAny Share Buttons - Version 0.9.8.8.4

Version Description

Download this release

Release Info

Developer micropat
Plugin Icon 128x128 AddToAny Share Buttons
Version 0.9.8.8.4
Comparing to
See all releases

Code changes from version 0.9.8.8.3 to 0.9.8.8.4

Files changed (2) hide show
  1. README.txt +6 -1
  2. add-to-any.php +2 -2
README.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.addtoany.com/contact/
4
  Tags: bookmarking, social, social bookmarking, bookmark, bookmarks, sharing, share, saving, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, widget, e-mail, email, seo, button, delicious, google, digg, reddit, facebook, myspace, twitter, stumbleupon, technorati, wpmu, addtoany, add, any
5
  Requires at least: 2.0
6
  Tested up to: 2.7.1
7
- Stable tag: 0.9.8.8.3
8
 
9
  Helps readers share, save, bookmark, and email your posts and pages using any service, such as Delicious, Digg, Facebook, Twitter, and over 100 more.
10
 
@@ -71,6 +71,11 @@ This is done to overcome browser limitations that prevent the drop-down menu fro
71
 
72
  == Changelog ==
73
 
 
 
 
 
 
74
  .9.8.8.3:
75
 
76
  * Option "Display Share/Save button at the bottom of posts on the front page" applies to all pages that can contain multiple posts
4
  Tags: bookmarking, social, social bookmarking, bookmark, bookmarks, sharing, share, saving, save, Post, posts, page, pages, images, image, admin, statistics, stats, links, plugin, widget, e-mail, email, seo, button, delicious, google, digg, reddit, facebook, myspace, twitter, stumbleupon, technorati, wpmu, addtoany, add, any
5
  Requires at least: 2.0
6
  Tested up to: 2.7.1
7
+ Stable tag: 0.9.8.8.4
8
 
9
  Helps readers share, save, bookmark, and email your posts and pages using any service, such as Delicious, Digg, Facebook, Twitter, and over 100 more.
10
 
71
 
72
  == Changelog ==
73
 
74
+ .9.8.8.4:
75
+
76
+ * Settings panel submits to current page instead of unreliable REQUEST_URI which can omit querystring on IIS
77
+ * See http://www.microsoft.com/downloads/results.aspx?freetext=954946
78
+
79
  .9.8.8.3:
80
 
81
  * Option "Display Share/Save button at the bottom of posts on the front page" applies to all pages that can contain multiple posts
add-to-any.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Add to Any: Share/Save/Bookmark Button
4
  Plugin URI: http://www.addtoany.com/
5
  Description: Helps readers share, save, bookmark, and email your posts and pages using any service. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
6
- Version: .9.8.8.3
7
  Author: Add to Any
8
  Author URI: http://www.addtoany.com/contact/
9
  */
@@ -242,7 +242,7 @@ function A2A_SHARE_SAVE_options_page() {
242
 
243
  <h2><?php _e( 'Add to Any: Share/Save ', 'add-to-any' ) . _e( 'Settings' ); ?></h2>
244
 
245
- <form method="post" action="<?php echo str_replace( '%7E', '~', $_SERVER['REQUEST_URI']); ?>">
246
 
247
  <?php wp_nonce_field('update-options'); ?>
248
 
3
  Plugin Name: Add to Any: Share/Save/Bookmark Button
4
  Plugin URI: http://www.addtoany.com/
5
  Description: Helps readers share, save, bookmark, and email your posts and pages using any service. [<a href="options-general.php?page=add-to-any.php">Settings</a>]
6
+ Version: .9.8.8.4
7
  Author: Add to Any
8
  Author URI: http://www.addtoany.com/contact/
9
  */
242
 
243
  <h2><?php _e( 'Add to Any: Share/Save ', 'add-to-any' ) . _e( 'Settings' ); ?></h2>
244
 
245
+ <form method="post" action="">
246
 
247
  <?php wp_nonce_field('update-options'); ?>
248