Version Description
- Sociable classic issue solved
Download this release
Release Info
Developer | sociable |
Plugin | Sociable |
Version | 4.2.9 |
Comparing to | |
See all releases |
Code changes from version 4.2.8 to 4.2.9
- includes/class-sociable_Admin_Options.php +2 -2
- readme.txt +6 -2
- sociable.php +2 -2
includes/class-sociable_Admin_Options.php
CHANGED
@@ -2587,8 +2587,8 @@ share your posts, don't you? :) Get it now!
|
|
2587 |
<?php wp_nonce_field('sociable-config'); ?>
|
2588 |
|
2589 |
<INPUT type="hidden" class="version-INPUT" id="version" name="sociable_options[version]" value="<?php echo$sociable_options["version"];?>" />
|
2590 |
-
|
2591 |
-
|
2592 |
|
2593 |
<TABLE class="Title-Box" cellspacing="0" cellpadding="0" id="Preview-Title" style="margin:0 0 0 25px">
|
2594 |
|
2587 |
<?php wp_nonce_field('sociable-config'); ?>
|
2588 |
|
2589 |
<INPUT type="hidden" class="version-INPUT" id="version" name="sociable_options[version]" value="<?php echo$sociable_options["version"];?>" />
|
2590 |
+
<INPUT type="hidden" id="blogplay_tags" name="sociable_options[blogplay_tags]" value="1" />
|
2591 |
+
|
2592 |
|
2593 |
<TABLE class="Title-Box" cellspacing="0" cellpadding="0" id="Preview-Title" style="margin:0 0 0 25px">
|
2594 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Contributors: sociable
|
|
4 |
Tags: sociable, social bookmarking, social bookmarks, social icons, bookmarking, share, sharing, be sociable share, share and enjoy, digg, delicious, twitter, facebook, blinklist, stumbleupon, gmail, posterous, tumblr
|
5 |
Requires at least: 2.6
|
6 |
Tested up to: 3.3.1
|
7 |
-
Stable tag: 4.2.
|
8 |
|
9 |
Congrats for joining the leader in the sharing space of WordPress plugins. "Sociable" is totally FREE, has over 1,5 million downloads and is experiencing an exponential growth and amazing new features. Your feedback is much apreciated. Enjoy!
|
10 |
|
@@ -59,7 +59,7 @@ Sociable finds its home outside of the WordPress environment on Blogplay.com-
|
|
59 |
|
60 |
|
61 |
|
62 |
-
*** Sociable 4.2.
|
63 |
|
64 |
= Recent Updates =
|
65 |
|
@@ -153,6 +153,10 @@ Please send us an email to sociableblogplay [ at ] gmail.com
|
|
153 |
|
154 |
== Changelog ==
|
155 |
|
|
|
|
|
|
|
|
|
156 |
= 4.2.8 =
|
157 |
|
158 |
* Change links permissions
|
4 |
Tags: sociable, social bookmarking, social bookmarks, social icons, bookmarking, share, sharing, be sociable share, share and enjoy, digg, delicious, twitter, facebook, blinklist, stumbleupon, gmail, posterous, tumblr
|
5 |
Requires at least: 2.6
|
6 |
Tested up to: 3.3.1
|
7 |
+
Stable tag: 4.2.9
|
8 |
|
9 |
Congrats for joining the leader in the sharing space of WordPress plugins. "Sociable" is totally FREE, has over 1,5 million downloads and is experiencing an exponential growth and amazing new features. Your feedback is much apreciated. Enjoy!
|
10 |
|
59 |
|
60 |
|
61 |
|
62 |
+
*** Sociable 4.2.9 ***
|
63 |
|
64 |
= Recent Updates =
|
65 |
|
153 |
|
154 |
== Changelog ==
|
155 |
|
156 |
+
= 4.2.9 =
|
157 |
+
|
158 |
+
* Sociable classic issue solved
|
159 |
+
|
160 |
= 4.2.8 =
|
161 |
|
162 |
* Change links permissions
|
sociable.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Sociable
|
4 |
Plugin URI: http://blogplay.com/plugin
|
5 |
Description: Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.
|
6 |
-
Version: 4.2.
|
7 |
Author: Blogplay
|
8 |
Author URI: http://blogplay.com/
|
9 |
Copyright 2006 Peter Harkins (ph@malaprop.org)
|
@@ -376,7 +376,7 @@ function sociable_reset(){
|
|
376 |
|
377 |
'blogplay_tags' => 1,
|
378 |
|
379 |
-
'version' =>'4.2.
|
380 |
|
381 |
'automatic_mode' => 'on',
|
382 |
|
3 |
Plugin Name: Sociable
|
4 |
Plugin URI: http://blogplay.com/plugin
|
5 |
Description: Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.
|
6 |
+
Version: 4.2.9
|
7 |
Author: Blogplay
|
8 |
Author URI: http://blogplay.com/
|
9 |
Copyright 2006 Peter Harkins (ph@malaprop.org)
|
376 |
|
377 |
'blogplay_tags' => 1,
|
378 |
|
379 |
+
'version' =>'4.2.9',
|
380 |
|
381 |
'automatic_mode' => 'on',
|
382 |
|