Hupso Share Buttons for Twitter, Facebook & Google+ - Version 1.1

Version Description

  • Fixed plugin path
Download this release

Release Info

Developer kasal
Plugin Icon 128x128 Hupso Share Buttons for Twitter, Facebook & Google+
Version 1.1
Comparing to
See all releases

Code changes from version 1.0 to 1.1

Files changed (2) hide show
  1. readme.txt +6 -2
  2. share-buttons-hupso.php +2 -2
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: kasal
3
  Tags: twitter, facebook, google+, social, sharing, stumbleupon, addthis, sharethis, sexybookmarks, addtoany, lockerz, shareaholic
4
  Requires at least: 2.8
5
  Tested up to: 3.4
6
- Stable tag: 1.0
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -31,7 +31,7 @@ Button will apear below your articles or on top of them as you choose.
31
  == Installation ==
32
 
33
  1. Download plugin file (.zip)
34
- 2. Extract zip file and upload folder /share-buttons-hupso/ to /wp-content/plugins/
35
  3. Go to "Plugins" and activate the plugin
36
 
37
 
@@ -76,8 +76,12 @@ Yes. Thay are free and will always be free. And you do not need to open an accou
76
  4. Settings in Wordpress Administration
77
 
78
 
 
79
  == Changelog ==
80
 
 
 
 
81
  = 1.0 =
82
  * Initial release
83
 
3
  Tags: twitter, facebook, google+, social, sharing, stumbleupon, addthis, sharethis, sexybookmarks, addtoany, lockerz, shareaholic
4
  Requires at least: 2.8
5
  Tested up to: 3.4
6
+ Stable tag: 1.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
31
  == Installation ==
32
 
33
  1. Download plugin file (.zip)
34
+ 2. Extract zip file and upload folder /hupso-share-buttons-for-twitter-facebook-google/ to /wp-content/plugins/
35
  3. Go to "Plugins" and activate the plugin
36
 
37
 
76
  4. Settings in Wordpress Administration
77
 
78
 
79
+
80
  == Changelog ==
81
 
82
+ = 1.1 =
83
+ * Fixed plugin path
84
+
85
  = 1.0 =
86
  * Initial release
87
 
share-buttons-hupso.php CHANGED
@@ -9,7 +9,7 @@ License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
  */
11
 
12
- $hupso_plugin_url = plugins_url() . '/share-buttons-hupso';
13
  add_filter( 'the_content', 'hupso_the_content', 100 );
14
  load_plugin_textdomain('share_buttons_hupso', false, dirname( __FILE__ ) . '/languages' );
15
 
@@ -273,7 +273,7 @@ function hupso_plugin_action_links( $links, $file ) {
273
 
274
  // check to make sure we are on the correct plugin
275
  if ( $file == $this_plugin ) {
276
- $settings_link = '<a href="options-general.php?page=share-buttons-hupso/share-buttons-hupso.php">' . __('Settings') . '</a>';
277
  array_unshift( $links, $settings_link );
278
  }
279
 
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
  */
11
 
12
+ $hupso_plugin_url = plugins_url() . '/hupso-share-buttons-for-twitter-facebook-google';
13
  add_filter( 'the_content', 'hupso_the_content', 100 );
14
  load_plugin_textdomain('share_buttons_hupso', false, dirname( __FILE__ ) . '/languages' );
15
 
273
 
274
  // check to make sure we are on the correct plugin
275
  if ( $file == $this_plugin ) {
276
+ $settings_link = '<a href="options-general.php?page=hupso-share-buttons-for-twitter-facebook-google/share-buttons-hupso.php">' . __('Settings') . '</a>';
277
  array_unshift( $links, $settings_link );
278
  }
279