Sociable - Version 3.0.6

Version Description

Download this release

Release Info

Developer joostdevalk
Plugin Icon wp plugin Sociable
Version 3.0.6
Comparing to
See all releases

Code changes from version 3.0.5 to 3.0.6

Files changed (3) hide show
  1. images/bitacoras.gif +0 -0
  2. readme.txt +2 -1
  3. sociable.php +7 -2
images/bitacoras.gif ADDED
Binary file
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://yoast.com/donate/
4
  Tags: social, bookmark, bookmarks, bookmarking, social bookmarking, social bookmarks
5
  Requires at least: 2.2
6
  Tested up to: 2.7.1
7
- Stable tag: 3.0.5
8
 
9
  Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.
10
 
@@ -19,6 +19,7 @@ More info:
19
 
20
  **Changelog**
21
 
 
22
  * 3.0.5 Added Identi.ca and fixed a bug in Yoast Posts widget
23
  * 3.0.4 Added Netvibes
24
  * 3.0.3 Security enhancements, thx to Mark Jaquith
4
  Tags: social, bookmark, bookmarks, bookmarking, social bookmarking, social bookmarks
5
  Requires at least: 2.2
6
  Tested up to: 2.7.1
7
+ Stable tag: 3.0.6
8
 
9
  Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.
10
 
19
 
20
  **Changelog**
21
 
22
+ * 3.0.6 Fixed xhtml bug in Netvibes integration and added Bitacoras
23
  * 3.0.5 Added Identi.ca and fixed a bug in Yoast Posts widget
24
  * 3.0.4 Added Netvibes
25
  * 3.0.3 Security enhancements, thx to Mark Jaquith
sociable.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Sociable
4
  Plugin URI: http://yoast.com/wordpress/sociable/
5
  Description: Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites. Go to <a href="options-general.php?page=Sociable">Settings -> Sociable</a> for setup.
6
- Version: 3.0.5
7
  Author: Joost de Valk
8
  Author URI: http://yoast.com/
9
 
@@ -47,6 +47,11 @@ $sociable_known_sites = Array(
47
  'url' => 'http://barrapunto.com/submit.pl?subj=TITLE&amp;story=PERMALINK',
48
  ),
49
 
 
 
 
 
 
50
  'blinkbits' => Array(
51
  'favicon' => 'blinkbits.png',
52
  'url' => 'http://www.blinkbits.com/bookmarklets/save.php?v=1&amp;source_url=PERMALINK&amp;title=TITLE&amp;body=TITLE',
@@ -340,7 +345,7 @@ $sociable_known_sites = Array(
340
 
341
  'Netvibes' => Array(
342
  'favicon' => 'netvibes.png',
343
- 'url' => 'http://www.netvibes.com/share?title=TITLE&url=PERMALINK',
344
  ),
345
 
346
  'NewsVine' => Array(
3
  Plugin Name: Sociable
4
  Plugin URI: http://yoast.com/wordpress/sociable/
5
  Description: Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites. Go to <a href="options-general.php?page=Sociable">Settings -> Sociable</a> for setup.
6
+ Version: 3.0.6
7
  Author: Joost de Valk
8
  Author URI: http://yoast.com/
9
 
47
  'url' => 'http://barrapunto.com/submit.pl?subj=TITLE&amp;story=PERMALINK',
48
  ),
49
 
50
+ 'Bitacoras.com' => Array(
51
+ 'favicon' => 'bitacoras.gif',
52
+ 'url' => 'http://bitacoras.com/anotaciones/PERMALINK',
53
+ ),
54
+
55
  'blinkbits' => Array(
56
  'favicon' => 'blinkbits.png',
57
  'url' => 'http://www.blinkbits.com/bookmarklets/save.php?v=1&amp;source_url=PERMALINK&amp;title=TITLE&amp;body=TITLE',
345
 
346
  'Netvibes' => Array(
347
  'favicon' => 'netvibes.png',
348
+ 'url' => 'http://www.netvibes.com/share?title=TITLE&amp;url=PERMALINK',
349
  ),
350
 
351
  'NewsVine' => Array(