Version Description
- Sidekick Activation Bug Fixed
Download this release
Release Info
Developer | raptor235 |
Plugin | Sidekick |
Version | 1.3.6 |
Comparing to | |
See all releases |
Code changes from version 1.3.5 to 1.3.6
- readme.txt +4 -1
- sidekick.php +1 -2
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.sidekick.pro
|
|
4 |
Tags: help, tutorial, training, learn, learning, sidekick, guide, teach, video, manual, videos, wphelp, support, instructions, question, questions, answers, answer, clippy, q&a, wpuniversity, helper, walkthrough
|
5 |
Requires at least: 3.7
|
6 |
Tested up to: 3.9
|
7 |
-
Stable tag: 1.3.
|
8 |
License: GNU Version 2 or Any Later Version
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -130,6 +130,9 @@ Absolutely. In fact, we rely on users like you to tell us about things that nee
|
|
130 |
|
131 |
== Changelog ==
|
132 |
|
|
|
|
|
|
|
133 |
= 1.3.5 =
|
134 |
* CSS Fixes
|
135 |
* Autostart on specific pages
|
4 |
Tags: help, tutorial, training, learn, learning, sidekick, guide, teach, video, manual, videos, wphelp, support, instructions, question, questions, answers, answer, clippy, q&a, wpuniversity, helper, walkthrough
|
5 |
Requires at least: 3.7
|
6 |
Tested up to: 3.9
|
7 |
+
Stable tag: 1.3.6
|
8 |
License: GNU Version 2 or Any Later Version
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
130 |
|
131 |
== Changelog ==
|
132 |
|
133 |
+
= 1.3.6 =
|
134 |
+
* Sidekick Activation Bug Fixed
|
135 |
+
|
136 |
= 1.3.5 =
|
137 |
* CSS Fixes
|
138 |
* Autostart on specific pages
|
sidekick.php
CHANGED
@@ -6,7 +6,7 @@ Plugin URL: http://wordpress.org/plugins/sidekick/
|
|
6 |
Description: Adds a real-time WordPress training walkthroughs right in your Dashboard
|
7 |
Requires at least: 3.7
|
8 |
Tested up to: 3.9.1
|
9 |
-
Version: 1.3.
|
10 |
Author: Sidekick.pro
|
11 |
Author URI: http://www.sidekick.pro
|
12 |
*/
|
@@ -469,7 +469,6 @@ class Sidekick{
|
|
469 |
}
|
470 |
|
471 |
function activate_plugin(){
|
472 |
-
die('activate_plugin');
|
473 |
update_option( 'sk_firstuse', true );
|
474 |
update_option( 'sk_do_activation_redirect', true );
|
475 |
$data = array(
|
6 |
Description: Adds a real-time WordPress training walkthroughs right in your Dashboard
|
7 |
Requires at least: 3.7
|
8 |
Tested up to: 3.9.1
|
9 |
+
Version: 1.3.6
|
10 |
Author: Sidekick.pro
|
11 |
Author URI: http://www.sidekick.pro
|
12 |
*/
|
469 |
}
|
470 |
|
471 |
function activate_plugin(){
|
|
|
472 |
update_option( 'sk_firstuse', true );
|
473 |
update_option( 'sk_do_activation_redirect', true );
|
474 |
$data = array(
|