Version Description
- FIXED: Upgrade issues
Download this release
Release Info
Developer | sociable |
Plugin | Sociable |
Version | 4.0.4 |
Comparing to | |
See all releases |
Code changes from version 4.0.3 to 4.0.4
- readme.txt +5 -2
- sociable.php +2 -2
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: 2.8.5
|
9 |
-
Stable tag: 4.0.
|
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.0, 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.0.
|
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 sociable [ at ] startups.com
|
|
73 |
|
74 |
== Changelog ==
|
75 |
|
|
|
|
|
|
|
76 |
= 4.0.3 =
|
77 |
* Fix IIS 6.0 and PHP 5.3.x
|
78 |
|
6 |
Requires at least: 2.6
|
7 |
|
8 |
Tested up to: 2.8.5
|
9 |
+
Stable tag: 4.0.4
|
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.0, 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.0.4 ***
|
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.0.4 =
|
77 |
+
* FIXED: Upgrade issues
|
78 |
+
|
79 |
= 4.0.3 =
|
80 |
* Fix IIS 6.0 and PHP 5.3.x
|
81 |
|
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.0.
|
7 |
Author: Blogplay
|
8 |
Author URI: http://blogplay.com/
|
9 |
|
@@ -54,7 +54,7 @@ $sociable_options = get_option( 'sociable_options' );
|
|
54 |
* General Init Function
|
55 |
*/
|
56 |
function sociable_init(){
|
57 |
-
global $sociable_post_types, $sociable_taxonomies, $sociable_options;
|
58 |
load_plugin_textdomain( 'sociable', false, dirname( plugin_basename( __FILE__ ) )."/languages" );
|
59 |
$active_sites = ( isset( $sociable_options['active_sites'] ) ) ? $sociable_options['active_sites'] : array() ;
|
60 |
//Set The Post Types
|
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.0.4
|
7 |
Author: Blogplay
|
8 |
Author URI: http://blogplay.com/
|
9 |
|
54 |
* General Init Function
|
55 |
*/
|
56 |
function sociable_init(){
|
57 |
+
global $sociable_post_types, $sociable_taxonomies, $sociable_options;
|
58 |
load_plugin_textdomain( 'sociable', false, dirname( plugin_basename( __FILE__ ) )."/languages" );
|
59 |
$active_sites = ( isset( $sociable_options['active_sites'] ) ) ? $sociable_options['active_sites'] : array() ;
|
60 |
//Set The Post Types
|