Sociable - Version 4.1.5

Version Description

  • FIXED: Some Fixes
Download this release

Release Info

Developer sociable
Plugin Icon wp plugin Sociable
Version 4.1.5
Comparing to
See all releases

Code changes from version 4.1.4 to 4.1.5

Files changed (2) hide show
  1. readme.txt +5 -2
  2. sociable.php +4 -4
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.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.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.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,6 +73,9 @@ Please send us an email to sociableblogplay [ at ] gmail.com
73
 
74
  == Changelog ==
75
 
 
 
 
76
  = 4.1.4 =
77
  * FIXED: Some Fixes
78
 
6
  Requires at least: 2.6
7
 
8
  Tested up to: 3.2.1
9
+ Stable tag: 4.1.5
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.5 ***
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.5 =
77
+ * FIXED: Some Fixes
78
+
79
  = 4.1.4 =
80
  * FIXED: Some Fixes
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.4
17
 
18
 
19
  Author: Blogplay
@@ -169,7 +169,7 @@ function sociable_init(){
169
 
170
  global $sociable_post_types, $sociable_taxonomies, $sociable_options;
171
 
172
- if (!isset($sociable_options['icon_size']) || $sociable_options['icon_size'] == "" || !isset($sociable_options['version']) || $sociable_options['version'] != "4.1.4" ) sociable_reset();
173
  //echo dirname( plugin_basename( __FILE__ ) )."/includes"
174
 
175
  load_plugin_textdomain( 'sociable', false, dirname( plugin_basename( __FILE__ ) )."/languages" );
@@ -353,7 +353,7 @@ function sociable_reset(){
353
 
354
 
355
  $sociable_options = array(
356
- 'version' =>'4.1.4',
357
 
358
  'automatic_mode' => 'on',
359
 
@@ -1190,4 +1190,4 @@ global $sociable_options;
1190
  }
1191
 
1192
 
1193
- ?>
13
  Description: Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.
14
 
15
 
16
+ Version: 4.1.5
17
 
18
 
19
  Author: Blogplay
169
 
170
  global $sociable_post_types, $sociable_taxonomies, $sociable_options;
171
 
172
+ if (!isset($sociable_options['icon_size']) || $sociable_options['icon_size'] == "" || !isset($sociable_options['version']) || $sociable_options['version'] != "4.1.5" ) sociable_reset();
173
  //echo dirname( plugin_basename( __FILE__ ) )."/includes"
174
 
175
  load_plugin_textdomain( 'sociable', false, dirname( plugin_basename( __FILE__ ) )."/languages" );
353
 
354
 
355
  $sociable_options = array(
356
+ 'version' =>'4.1.5',
357
 
358
  'automatic_mode' => 'on',
359
 
1190
  }
1191
 
1192
 
1193
+ ?>