Version Description
- FIXED: Some Fixes
Download this release
Release Info
Developer | sociable |
Plugin | Sociable |
Version | 4.1.3 |
Comparing to | |
See all releases |
Code changes from version 4.1.2 to 4.1.3
- includes/class-sociable_Admin_Options.php +1 -1
- readme.txt +5 -2
- sociable.php +1 -1
includes/class-sociable_Admin_Options.php
CHANGED
@@ -201,7 +201,7 @@ class sociable_Admin_Options{
|
|
201 |
<form method="post" action="options.php" id="form1" autocomplete="off">
|
202 |
|
203 |
<?php wp_nonce_field('sociable-config'); ?>
|
204 |
-
|
205 |
<TABLE class="Title-Box" cellspacing="0" cellpadding="0" id="Preview-Title" style="margin:0 0 0 25px">
|
206 |
<TR>
|
207 |
<TD class="Border-Left" ></TD><TD class="BG-Middle" >Preview</TD><TD class="Border-Right"></TD>
|
201 |
<form method="post" action="options.php" id="form1" autocomplete="off">
|
202 |
|
203 |
<?php wp_nonce_field('sociable-config'); ?>
|
204 |
+
<INPUT type="hidden" class="version-INPUT" id="version" name="sociable_options[version]" value="<?php echo$sociable_options["version"];?>" />
|
205 |
<TABLE class="Title-Box" cellspacing="0" cellpadding="0" id="Preview-Title" style="margin:0 0 0 25px">
|
206 |
<TR>
|
207 |
<TD class="Border-Left" ></TD><TD class="BG-Middle" >Preview</TD><TD class="Border-Right"></TD>
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Tested up to version: 3.2.1
|
|
6 |
Requires at least: 2.6
|
7 |
|
8 |
Tested up to: 3.2.1
|
9 |
-
Stable tag: 4.1.
|
10 |
== Description ==
|
11 |
Sociable continues being the leader in the sharing space of WordPress plugins. Started more than 2 years ago, and with over 1,2mm downloads now, here comes the version 4.1, with everything you expect to get, and then some.
|
12 |
|
@@ -25,7 +25,7 @@ What happened to the old icons? You can still use them in the new version, but t
|
|
25 |
|
26 |
Sociable finds its home outside of the WordPress environment on Blogplay.com-
|
27 |
|
28 |
-
*** Sociable 4.1.
|
29 |
|
30 |
= Recent Updates =
|
31 |
* Changed the old motto "share and enjoy" for "Be Sociable, Share" much more attractive. Of cours you can customize it to whatever you want.
|
@@ -73,6 +73,9 @@ Please send us an email to sociableblogplay [ at ] gmail.com
|
|
73 |
|
74 |
== Changelog ==
|
75 |
|
|
|
|
|
|
|
76 |
= 4.1.2 =
|
77 |
* FIXED: Google plus problem
|
78 |
|
6 |
Requires at least: 2.6
|
7 |
|
8 |
Tested up to: 3.2.1
|
9 |
+
Stable tag: 4.1.3
|
10 |
== Description ==
|
11 |
Sociable continues being the leader in the sharing space of WordPress plugins. Started more than 2 years ago, and with over 1,2mm downloads now, here comes the version 4.1, with everything you expect to get, and then some.
|
12 |
|
25 |
|
26 |
Sociable finds its home outside of the WordPress environment on Blogplay.com-
|
27 |
|
28 |
+
*** Sociable 4.1.3 ***
|
29 |
|
30 |
= Recent Updates =
|
31 |
* Changed the old motto "share and enjoy" for "Be Sociable, Share" much more attractive. Of cours you can customize it to whatever you want.
|
73 |
|
74 |
== Changelog ==
|
75 |
|
76 |
+
= 4.1.3 =
|
77 |
+
* FIXED: Some Fixes
|
78 |
+
|
79 |
= 4.1.2 =
|
80 |
* FIXED: Google plus problem
|
81 |
|
sociable.php
CHANGED
@@ -13,7 +13,7 @@ Plugin URI: http://blogplay.com/plugin
|
|
13 |
Description: Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.
|
14 |
|
15 |
|
16 |
-
Version: 4.1.
|
17 |
|
18 |
|
19 |
Author: Blogplay
|
13 |
Description: Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.
|
14 |
|
15 |
|
16 |
+
Version: 4.1.3
|
17 |
|
18 |
|
19 |
Author: Blogplay
|