Version Description
- 22.03.2013 =
- Bugfix : The bug of displaying icons in the admin menu was fixed.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Facebook Button by BestWebSoft |
Version | 2.18 |
Comparing to | |
See all releases |
Code changes from version 2.17 to 2.18
- css/style.css +5 -5
- facebook-button-plugin.php +11 -1
- languages/facebook-uk.mo +0 -0
- languages/facebook-uk.po +0 -0
- readme.txt +11 -3
css/style.css
CHANGED
@@ -20,19 +20,19 @@
|
|
20 |
}
|
21 |
|
22 |
#adminmenu #toplevel_page_bws_plugins div.wp-menu-image {
|
23 |
-
background: url("../
|
24 |
}
|
25 |
.admin-color-classic #adminmenu #toplevel_page_bws_plugins div.wp-menu-image {
|
26 |
-
background: url("../
|
27 |
}
|
28 |
#adminmenu #toplevel_page_bws_plugins:hover div.wp-menu-image, #adminmenu #toplevel_page_bws_plugins.wp-has-current-submenu div.wp-menu-image {
|
29 |
-
background: url("../
|
30 |
}
|
31 |
.wrap #icon-options-general.icon32-bws {
|
32 |
-
background: url("../
|
33 |
}
|
34 |
.admin-color-classic .wrap #icon-options-general.icon32-bws {
|
35 |
-
background: url("../
|
36 |
}
|
37 |
#toplevel_page_bws_plugins .wp-submenu .wp-first-item {
|
38 |
display:none;
|
20 |
}
|
21 |
|
22 |
#adminmenu #toplevel_page_bws_plugins div.wp-menu-image {
|
23 |
+
background: url("../img/icon_16.png") no-repeat scroll center center transparent;
|
24 |
}
|
25 |
.admin-color-classic #adminmenu #toplevel_page_bws_plugins div.wp-menu-image {
|
26 |
+
background: url("../img/icon_16_b.png") no-repeat scroll center center transparent;
|
27 |
}
|
28 |
#adminmenu #toplevel_page_bws_plugins:hover div.wp-menu-image, #adminmenu #toplevel_page_bws_plugins.wp-has-current-submenu div.wp-menu-image {
|
29 |
+
background: url("../img/icon_16_c.png") no-repeat scroll center center transparent;
|
30 |
}
|
31 |
.wrap #icon-options-general.icon32-bws {
|
32 |
+
background: url("../img/icon_36.png") no-repeat scroll left top transparent;
|
33 |
}
|
34 |
.admin-color-classic .wrap #icon-options-general.icon32-bws {
|
35 |
+
background: url("../img/icon_36_b.png") no-repeat scroll left top transparent;
|
36 |
}
|
37 |
#toplevel_page_bws_plugins .wp-submenu .wp-first-item {
|
38 |
display:none;
|
facebook-button-plugin.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Facebook Button Plugin
|
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Put Facebook Button in to your post.
|
6 |
Author: BestWebSoft
|
7 |
-
Version: 2.
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
@@ -552,6 +552,14 @@ if ( ! function_exists ( 'fcbk_admin_head' ) ) {
|
|
552 |
}
|
553 |
}
|
554 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
555 |
//Add language files
|
556 |
add_action( 'init', 'fcbk_plugin_init' );
|
557 |
|
@@ -573,3 +581,5 @@ add_shortcode( 'fb_button', 'fcbk_bttn_plgn_shortcode' );
|
|
573 |
//Add settings links.
|
574 |
add_filter( 'the_content', 'fcbk_bttn_plgn_display_button' );
|
575 |
|
|
|
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Put Facebook Button in to your post.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 2.18
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
552 |
}
|
553 |
}
|
554 |
|
555 |
+
// Function for delete options
|
556 |
+
if ( ! function_exists ( 'fcbk_delete_options' ) ) {
|
557 |
+
function fcbk_delete_options() {
|
558 |
+
global $wpdb;
|
559 |
+
delete_option( 'fcbk_bttn_plgn_options_array' );
|
560 |
+
}
|
561 |
+
}
|
562 |
+
|
563 |
//Add language files
|
564 |
add_action( 'init', 'fcbk_plugin_init' );
|
565 |
|
581 |
//Add settings links.
|
582 |
add_filter( 'the_content', 'fcbk_bttn_plgn_display_button' );
|
583 |
|
584 |
+
register_uninstall_hook( __FILE__, 'fcbk_delete_options' );
|
585 |
+
?>
|
languages/facebook-uk.mo
CHANGED
File without changes
|
languages/facebook-uk.po
CHANGED
File without changes
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10
|
|
4 |
Tags: Facebook, Facebook Button, Like, Like button, Share, Share button, Facebook like, Facebook like button, Facebook button like, Button like, Facebook share, Facebook share button, Facebook button share
|
5 |
Requires at least: 2.9
|
6 |
Tested up to: 3.5.1
|
7 |
-
Stable tag: 2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -32,14 +32,16 @@ Facebook Button Plugin allows you to add follow button in the most easiest and f
|
|
32 |
* Russian (ru_RU)
|
33 |
* Serbian (sr_RS) (thanks to Georgijevic Team, www.georgijevic.info)
|
34 |
* Spanish (es_ES) (thanks to Jesús Parra)
|
35 |
-
* Turkish (tr_TR) (thanks to Can Atasever,
|
36 |
* Ukrainian (uk) (thanks to <a href="http://www.cmd-soft.com">Cmd Soft</a>)
|
37 |
|
38 |
If you create your own language pack or update an existing one, you can send <a href="http://codex.wordpress.org/Translating_WordPress" target="_blank"> text in PO and MO files</a> for <a href="http://bestwebsoft.com/" target="_blank">BWS</a> and we'll add it to the plugin. You can download the latest version of the program for work with PO and MO files <a href="http://www.poedit.net/download.php" target="_blank">Poedit</a>.
|
39 |
|
40 |
= Technical support =
|
41 |
|
42 |
-
Dear users, if you have any questions or propositions regarding our plugins (current options, new options, current issues) please feel free to contact us. Please note that we accept requests in English only. All messages on another languages wouldn't be accepted.
|
|
|
|
|
43 |
|
44 |
== Installation ==
|
45 |
|
@@ -86,6 +88,9 @@ Dear users, if you have any questions or propositions regarding our plugins (cur
|
|
86 |
|
87 |
== Changelog ==
|
88 |
|
|
|
|
|
|
|
89 |
= V2.17 - 04.03.2013 =
|
90 |
* NEW : Ukrainian language file was added to the plugin.
|
91 |
|
@@ -154,6 +159,9 @@ Dear users, if you have any questions or propositions regarding our plugins (cur
|
|
154 |
|
155 |
== Upgrade Notice ==
|
156 |
|
|
|
|
|
|
|
157 |
= V2.17 =
|
158 |
Ukrainian language file was added to the plugin.
|
159 |
|
4 |
Tags: Facebook, Facebook Button, Like, Like button, Share, Share button, Facebook like, Facebook like button, Facebook button like, Button like, Facebook share, Facebook share button, Facebook button share
|
5 |
Requires at least: 2.9
|
6 |
Tested up to: 3.5.1
|
7 |
+
Stable tag: 2.18
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
32 |
* Russian (ru_RU)
|
33 |
* Serbian (sr_RS) (thanks to Georgijevic Team, www.georgijevic.info)
|
34 |
* Spanish (es_ES) (thanks to Jesús Parra)
|
35 |
+
* Turkish (tr_TR) (thanks to Can Atasever, www.candanblog.com)
|
36 |
* Ukrainian (uk) (thanks to <a href="http://www.cmd-soft.com">Cmd Soft</a>)
|
37 |
|
38 |
If you create your own language pack or update an existing one, you can send <a href="http://codex.wordpress.org/Translating_WordPress" target="_blank"> text in PO and MO files</a> for <a href="http://bestwebsoft.com/" target="_blank">BWS</a> and we'll add it to the plugin. You can download the latest version of the program for work with PO and MO files <a href="http://www.poedit.net/download.php" target="_blank">Poedit</a>.
|
39 |
|
40 |
= Technical support =
|
41 |
|
42 |
+
Dear users, if you have any questions or propositions regarding our plugins (current options, new options, current issues) please feel free to contact us. Please note that we accept requests in English only. All messages on another languages wouldn't be accepted.
|
43 |
+
|
44 |
+
Also, emails which are reporting about plugin's bugs are accepted for investigation and fixing. Your request must contain URL of the website, issues description and WordPress admin panel access. Plugin customization (based on your Wordpress theme) is paid service (the standard price is $40, but it could be higher, it depends on the complexity of requested changes). We will analize existing issues and make necessary changes after making 100% pre-payment.All these paid changes and modifications could be included to the next version of the plugin and will be shared for all users like an integral part of the plugin. Free fixing services will be provided for those user who send translation in their native language (this should be a new translation of a certain plugin, and you can check the available translations on the official plugin page).
|
45 |
|
46 |
== Installation ==
|
47 |
|
88 |
|
89 |
== Changelog ==
|
90 |
|
91 |
+
= V2.18 - 22.03.2013 =
|
92 |
+
* Bugfix : The bug of displaying icons in the admin menu was fixed.
|
93 |
+
|
94 |
= V2.17 - 04.03.2013 =
|
95 |
* NEW : Ukrainian language file was added to the plugin.
|
96 |
|
159 |
|
160 |
== Upgrade Notice ==
|
161 |
|
162 |
+
= V2.18 =
|
163 |
+
The bug of displaying icons in the admin menu was fixed.
|
164 |
+
|
165 |
= V2.17 =
|
166 |
Ukrainian language file was added to the plugin.
|
167 |
|