Version Description
- FIXED: Allow Sub Directory Blogs (http://domain.com/blog)
Download this release
Release Info
Developer | sociable |
Plugin | Sociable |
Version | 4.0.6 |
Comparing to | |
See all releases |
Code changes from version 4.0.5 to 4.0.6
- css/sociable.css +22 -21
- css/style-admin.css +1 -1
- includes/sociable_output.php +1 -1
- readme.txt +10 -3
- sociable.php +1 -1
css/sociable.css
CHANGED
@@ -53,33 +53,33 @@ span.sociable_tagline:hover span {
|
|
53 |
|
54 |
|
55 |
.option1_32{
|
56 |
-
background:url("
|
57 |
display: block;float: left;height: 32px;width: 32px;
|
58 |
}
|
59 |
.option1_16{
|
60 |
-
background:url("
|
61 |
display: block;float: left;height: 16px;width: 16px;
|
62 |
}
|
63 |
.option1_64{
|
64 |
-
background:url("
|
65 |
display: block;float: left;height: 64px;width: 64px;
|
66 |
}
|
67 |
.option1_48{
|
68 |
-
background:url("
|
69 |
display: block;float: left;height: 48px;width: 48px;
|
70 |
}
|
71 |
|
72 |
|
73 |
.option2_32{
|
74 |
-
background:url("
|
75 |
display: block;float: left;height: 32px;width: 32px;
|
76 |
}
|
77 |
.option2_16{
|
78 |
-
background:url("
|
79 |
display: block;float: left;height: 16px;width: 16px;
|
80 |
}
|
81 |
.option2_64{
|
82 |
-
background:url("
|
83 |
display: block;float: left;height: 64px;width: 64px;
|
84 |
}
|
85 |
.option2_48{
|
@@ -89,57 +89,58 @@ display: block;float: left;height: 48px;width: 48px;
|
|
89 |
|
90 |
|
91 |
.option3_32{
|
92 |
-
background:url("
|
93 |
display: block;float: left;height: 32px;width: 32px;
|
94 |
}
|
95 |
.option3_16{
|
96 |
-
background:url("
|
97 |
display: block;float: left;height: 16px;width: 16px;
|
98 |
}
|
99 |
.option3_64{
|
100 |
-
background:url("
|
101 |
display: block;float: left;height: 64px;width: 64px;
|
102 |
}
|
103 |
.option3_48{
|
104 |
-
background:url("
|
105 |
display: block;float: left;height: 48px;width: 48px;
|
106 |
}
|
107 |
|
108 |
|
109 |
.option4_32{
|
110 |
-
background:url("
|
111 |
display: block;float: left;height: 32px;width: 32px;
|
112 |
}
|
113 |
.option4_16{
|
114 |
-
background:url("
|
115 |
display: block;float: left;height: 16px;width: 16px;
|
116 |
}
|
117 |
.option4_64{
|
118 |
-
background:url("
|
119 |
display: block;float: left;height: 64px;width: 64px;
|
120 |
}
|
121 |
.option4_48{
|
122 |
-
background:url("
|
123 |
display: block;float: left;height: 48px;width: 48px;
|
124 |
}
|
125 |
|
126 |
|
127 |
.option5_32{
|
128 |
-
background:url("
|
129 |
display: block;float: left;height: 32px;width: 32px;
|
130 |
}
|
131 |
.option5_16{
|
132 |
-
background:url("
|
133 |
display: block;float: left;height: 16px;width: 16px;
|
134 |
}
|
135 |
.option5_64{
|
136 |
-
background:url("
|
137 |
display: block;float: left;height: 64px;width: 64px;
|
138 |
-
}
|
|
|
139 |
.option5_48{
|
140 |
-
background:url("
|
141 |
display: block;float: left;height: 48px;width: 48px;
|
142 |
-
}
|
143 |
|
144 |
|
145 |
#sociable {
|
53 |
|
54 |
|
55 |
.option1_32{
|
56 |
+
background:url("../images/sprites/option1_32.png") no-repeat scroll;
|
57 |
display: block;float: left;height: 32px;width: 32px;
|
58 |
}
|
59 |
.option1_16{
|
60 |
+
background:url("../images/sprites/option1_16.png") no-repeat scroll;
|
61 |
display: block;float: left;height: 16px;width: 16px;
|
62 |
}
|
63 |
.option1_64{
|
64 |
+
background:url("../images/sprites/option1_64.png") no-repeat scroll;
|
65 |
display: block;float: left;height: 64px;width: 64px;
|
66 |
}
|
67 |
.option1_48{
|
68 |
+
background:url("../images/sprites/option1_48.png") no-repeat scroll;
|
69 |
display: block;float: left;height: 48px;width: 48px;
|
70 |
}
|
71 |
|
72 |
|
73 |
.option2_32{
|
74 |
+
background:url("../images/sprites/option2_32.png") no-repeat scroll;
|
75 |
display: block;float: left;height: 32px;width: 32px;
|
76 |
}
|
77 |
.option2_16{
|
78 |
+
background:url("../images/sprites/option2_16.png") no-repeat scroll;
|
79 |
display: block;float: left;height: 16px;width: 16px;
|
80 |
}
|
81 |
.option2_64{
|
82 |
+
background:url("../images/sprites/option2_64.png") no-repeat scroll;
|
83 |
display: block;float: left;height: 64px;width: 64px;
|
84 |
}
|
85 |
.option2_48{
|
89 |
|
90 |
|
91 |
.option3_32{
|
92 |
+
background:url("../images/sprites/option3_32.png") no-repeat scroll;
|
93 |
display: block;float: left;height: 32px;width: 32px;
|
94 |
}
|
95 |
.option3_16{
|
96 |
+
background:url("../images/sprites/option3_16.png") no-repeat scroll;
|
97 |
display: block;float: left;height: 16px;width: 16px;
|
98 |
}
|
99 |
.option3_64{
|
100 |
+
background:url("../images/sprites/option3_64.png") no-repeat scroll;
|
101 |
display: block;float: left;height: 64px;width: 64px;
|
102 |
}
|
103 |
.option3_48{
|
104 |
+
background:url("../images/sprites/option3_48.png") no-repeat scroll;
|
105 |
display: block;float: left;height: 48px;width: 48px;
|
106 |
}
|
107 |
|
108 |
|
109 |
.option4_32{
|
110 |
+
background:url("../images/sprites/option4_32.png") no-repeat scroll;
|
111 |
display: block;float: left;height: 32px;width: 32px;
|
112 |
}
|
113 |
.option4_16{
|
114 |
+
background:url("../images/sprites/option4_16.png") no-repeat scroll;
|
115 |
display: block;float: left;height: 16px;width: 16px;
|
116 |
}
|
117 |
.option4_64{
|
118 |
+
background:url("../images/sprites/option4_64.png") no-repeat scroll;
|
119 |
display: block;float: left;height: 64px;width: 64px;
|
120 |
}
|
121 |
.option4_48{
|
122 |
+
background:url("../images/sprites/option4_48.png") no-repeat scroll;
|
123 |
display: block;float: left;height: 48px;width: 48px;
|
124 |
}
|
125 |
|
126 |
|
127 |
.option5_32{
|
128 |
+
background:url("../images/sprites/option5_32.png") no-repeat scroll;
|
129 |
display: block;float: left;height: 32px;width: 32px;
|
130 |
}
|
131 |
.option5_16{
|
132 |
+
background:url("../images/sprites/option5_16.png") no-repeat scroll;
|
133 |
display: block;float: left;height: 16px;width: 16px;
|
134 |
}
|
135 |
.option5_64{
|
136 |
+
background:url("../images/sprites/option5_64.png") no-repeat scroll;
|
137 |
display: block;float: left;height: 64px;width: 64px;
|
138 |
+
}
|
139 |
+
|
140 |
.option5_48{
|
141 |
+
background:url("../images/sprites/option5_48.png") no-repeat scroll;
|
142 |
display: block;float: left;height: 48px;width: 48px;
|
143 |
+
}
|
144 |
|
145 |
|
146 |
#sociable {
|
css/style-admin.css
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
}
|
12 |
|
13 |
.Title-Box{
|
14 |
-
margin:0px 0px 0px 25px padding:0px;
|
15 |
Width:100%;
|
16 |
}
|
17 |
|
11 |
}
|
12 |
|
13 |
.Title-Box{
|
14 |
+
margin:0px 0px 0px 25px; padding:0px;
|
15 |
Width:100%;
|
16 |
}
|
17 |
|
includes/sociable_output.php
CHANGED
@@ -211,7 +211,7 @@ function sociable_html( $display = array() ){
|
|
211 |
}
|
212 |
|
213 |
$inner .="</ul>";
|
214 |
-
$html .='
|
215 |
<div style="top: auto; left: auto; display: block;" id="sociable">
|
216 |
|
217 |
<div class="popup">
|
211 |
}
|
212 |
|
213 |
$inner .="</ul>";
|
214 |
+
$html .='</ul><div onMouseout="fixOnMouseOut(this,event,\'post-'.$post->ID.'\')" id="sociable-post-'.$post->ID.'" style="display:none;">
|
215 |
<div style="top: auto; left: auto; display: block;" id="sociable">
|
216 |
|
217 |
<div class="popup">
|
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.
|
@@ -69,13 +69,20 @@ Sociable plugin wouldn't be what it is today if it weren't for these people that
|
|
69 |
You can still use them. It's just they're not the default anymore.
|
70 |
|
71 |
= I want to reach you, but not for a technical question =
|
72 |
-
Please send us an email to
|
73 |
|
74 |
== Changelog ==
|
75 |
|
|
|
|
|
|
|
76 |
= 4.0.5 =
|
|
|
|
|
|
|
77 |
* FIXED: Upgrade issues
|
78 |
|
|
|
79 |
= 4.0.3 =
|
80 |
* Fix IIS 6.0 and PHP 5.3.x
|
81 |
|
6 |
Requires at least: 2.6
|
7 |
|
8 |
Tested up to: 2.8.5
|
9 |
+
Stable tag: 4.0.6
|
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.6 ***
|
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.
|
69 |
You can still use them. It's just they're not the default anymore.
|
70 |
|
71 |
= I want to reach you, but not for a technical question =
|
72 |
+
Please send us an email to sociableblogplay [ at ] gmail.com
|
73 |
|
74 |
== Changelog ==
|
75 |
|
76 |
+
= 4.0.6 =
|
77 |
+
* FIXED: Allow Sub Directory Blogs (http://domain.com/blog)
|
78 |
+
|
79 |
= 4.0.5 =
|
80 |
+
* FIXED: Other Upgrade issues
|
81 |
+
|
82 |
+
= 4.0.4 =
|
83 |
* FIXED: Upgrade issues
|
84 |
|
85 |
+
|
86 |
= 4.0.3 =
|
87 |
* Fix IIS 6.0 and PHP 5.3.x
|
88 |
|
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 |
|
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.6
|
7 |
Author: Blogplay
|
8 |
Author URI: http://blogplay.com/
|
9 |
|