Version Description
- HOTFIX
Download this release
Release Info
Developer | na1vez |
Plugin | Uptolike Social Share Buttons |
Version | 1.5.3 |
Comparing to | |
See all releases |
Code changes from version 1.5.2 to 1.5.3
- readme.txt +4 -1
- uninstall.php +14 -14
- uptolike_share_widget.php +1 -1
- widget_options.php +1 -1
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: Uptolike Team
|
|
3 |
Tags: +1, UpToLike, AddThis, social buttons, bookmark, bookmarking, like, share, share button, sharing, social bookmarking, social bookmarks, social buttons, кнопки соцсетей, социальные кнопки
|
4 |
Requires at least: 3.0.1
|
5 |
Tested up to: 4.6.1
|
6 |
-
Stable tag: 1.5.
|
7 |
|
8 |
Uptolike Social Share Buttons - social bookmarking widget with sharing statistics.
|
9 |
|
@@ -118,6 +118,9 @@ Answers to Frequently Asked Questions you can find at http://uptolike.ru/faq
|
|
118 |
3. Traffic and sharing statistics
|
119 |
|
120 |
== Changelog ==
|
|
|
|
|
|
|
121 |
= 1.5.2 =
|
122 |
* HOTFIX
|
123 |
|
3 |
Tags: +1, UpToLike, AddThis, social buttons, bookmark, bookmarking, like, share, share button, sharing, social bookmarking, social bookmarks, social buttons, кнопки соцсетей, социальные кнопки
|
4 |
Requires at least: 3.0.1
|
5 |
Tested up to: 4.6.1
|
6 |
+
Stable tag: 1.5.3
|
7 |
|
8 |
Uptolike Social Share Buttons - social bookmarking widget with sharing statistics.
|
9 |
|
118 |
3. Traffic and sharing statistics
|
119 |
|
120 |
== Changelog ==
|
121 |
+
= 1.5.3 =
|
122 |
+
* HOTFIX
|
123 |
+
|
124 |
= 1.5.2 =
|
125 |
* HOTFIX
|
126 |
|
uninstall.php
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
<?php
|
2 |
-
|
3 |
-
if (!defined('WP_UNINSTALL_PLUGIN'))
|
4 |
-
exit();
|
5 |
-
|
6 |
-
function uptolike_delete_plugin() {
|
7 |
-
|
8 |
-
delete_option('my_option_name');
|
9 |
-
}
|
10 |
-
|
11 |
-
uptolike_delete_plugin();
|
12 |
-
|
13 |
-
?>
|
14 |
-
|
1 |
+
<?php
|
2 |
+
|
3 |
+
if (!defined('WP_UNINSTALL_PLUGIN'))
|
4 |
+
exit();
|
5 |
+
|
6 |
+
function uptolike_delete_plugin() {
|
7 |
+
|
8 |
+
delete_option('my_option_name');
|
9 |
+
}
|
10 |
+
|
11 |
+
uptolike_delete_plugin();
|
12 |
+
|
13 |
+
?>
|
14 |
+
|
uptolike_share_widget.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: UpToLike Social Share Buttons
|
4 |
* Plugin URI: https://uptolike.com/
|
5 |
* Description: Uptolike Social Share Buttons - social bookmarking widget with sharing statistics.
|
6 |
-
* Version: 1.5.
|
7 |
* Requires at least: 4.1
|
8 |
* Tested up to: 4.6.1
|
9 |
* Author: Uptolike Team
|
3 |
* Plugin Name: UpToLike Social Share Buttons
|
4 |
* Plugin URI: https://uptolike.com/
|
5 |
* Description: Uptolike Social Share Buttons - social bookmarking widget with sharing statistics.
|
6 |
+
* Version: 1.5.3
|
7 |
* Requires at least: 4.1
|
8 |
* Tested up to: 4.6.1
|
9 |
* Author: Uptolike Team
|
widget_options.php
CHANGED
@@ -22,7 +22,7 @@ class MySettingsPage {
|
|
22 |
* @param $mail
|
23 |
* @param $cryptKey
|
24 |
*
|
25 |
-
* @return string
|
26 |
*/
|
27 |
public function statIframe($projectId, $partnerId, $mail, $cryptKey) {
|
28 |
$params = array('mail' => $mail, 'partner' => $partnerId, 'projectId' => $projectId,
|
22 |
* @param $mail
|
23 |
* @param $cryptKey
|
24 |
*
|
25 |
+
* @return string
|
26 |
*/
|
27 |
public function statIframe($projectId, $partnerId, $mail, $cryptKey) {
|
28 |
$params = array('mail' => $mail, 'partner' => $partnerId, 'projectId' => $projectId,
|