Version Description
- Fixes auto start walkthrough selected option box
Download this release
Release Info
Developer | raptor235 |
Plugin | Sidekick |
Version | 2.6.3 |
Comparing to | |
See all releases |
Code changes from version 2.6.2 to 2.6.3
- js/sidekick_admin.js +1 -1
- libs/admin_page.php +0 -30
- readme.txt +23 -13
- sidekick.php +6 -6
js/sidekick_admin.js
CHANGED
@@ -319,7 +319,7 @@ function drawWalkthrough(walkthrough,bucket_id){
|
|
319 |
checked = 'CHECKED';
|
320 |
}
|
321 |
|
322 |
-
if (sk_config.autostart_walkthrough_id !== 'undefined' && sk_config.autostart_walkthrough_id === parseInt(walkthrough.id,10)) {
|
323 |
selected = 'SELECTED';
|
324 |
}
|
325 |
|
319 |
checked = 'CHECKED';
|
320 |
}
|
321 |
|
322 |
+
if (sk_config.autostart_walkthrough_id !== 'undefined' && parseInt(sk_config.autostart_walkthrough_id,10) === parseInt(walkthrough.id,10)) {
|
323 |
selected = 'SELECTED';
|
324 |
}
|
325 |
|
libs/admin_page.php
CHANGED
@@ -113,36 +113,6 @@
|
|
113 |
</div>
|
114 |
</div>
|
115 |
|
116 |
-
<div class="sk_box advanced">
|
117 |
-
<div class="well">
|
118 |
-
<h3>Advanced</h3>
|
119 |
-
<form method="post">
|
120 |
-
<table class="form-table">
|
121 |
-
<tbody>
|
122 |
-
<tr valign="top">
|
123 |
-
<th scope="row" valign="top">API</th>
|
124 |
-
<td>
|
125 |
-
<select name='sk_api'>
|
126 |
-
<?php if (get_option('sk_api') == 'production'): ?>
|
127 |
-
<option value='production' SELECTED>Production</option>
|
128 |
-
<option value='staging'>Staging</option>
|
129 |
-
<?php else: ?>
|
130 |
-
<option value='production' >Production</option>
|
131 |
-
<option value='staging' SELECTED>Staging</option>
|
132 |
-
<?php endif ?>
|
133 |
-
</select>
|
134 |
-
</td>
|
135 |
-
</tr>
|
136 |
-
</tbody>
|
137 |
-
</table>
|
138 |
-
|
139 |
-
<?php wp_nonce_field( 'update_sk_settings' ); ?>
|
140 |
-
<input class='button button-primary' type='submit' value='Save'/>
|
141 |
-
</form>
|
142 |
-
|
143 |
-
</div>
|
144 |
-
</div>
|
145 |
-
|
146 |
</div>
|
147 |
</div>
|
148 |
|
113 |
</div>
|
114 |
</div>
|
115 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
116 |
</div>
|
117 |
</div>
|
118 |
|
readme.txt
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
Contributors: raptor235,benfox,bitwit,riavalon
|
3 |
Donate link: http://www.sidekick.pro
|
4 |
Tags: help, tutorial, tutorials,screencast, self-help, 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:
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 2.6.
|
8 |
License: GNU Version 2 or Any Later Version
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -18,12 +18,18 @@ Sidekick puts interactive, real-time tutorials (**Walkthroughs**) right inside y
|
|
18 |
|
19 |
No more reading documentation or watching videos. **Just Click. Do. Learn.**
|
20 |
|
21 |
-
SIDEKICK for WordPress comes with
|
|
|
|
|
22 |
|
23 |
**Pro Tip:** If you host with any of our [awesome partners](http://www.sidekick.pro/sidekick-partners?utm_source=wordpress.org&utm_medium=plugin_page_description), you get a the full library for FREE!
|
24 |
|
25 |
-
|
|
|
|
|
26 |
|
|
|
|
|
27 |
- Eliminates the time you spend searching, reading and fast-forwarding through video guides
|
28 |
- Speeds up the learning process
|
29 |
- Allows you to spend more time creating great websites and content
|
@@ -41,10 +47,6 @@ With SIDEKICK your life will get better because it:
|
|
41 |
- Point and click Walkthrough creation
|
42 |
- Walkthroughs for active plugins & themes appear automatically
|
43 |
|
44 |
-
**Are you a WordPress Product Developer?**
|
45 |
-
|
46 |
-
COMING SOON: Create customized Walkthroughs for your Plugin and/or Theme by joining our [Developer Program](https://www.sidekick.pro/sidekick-plugins-themes-non-wordpress/?utm_source=wordpress.org&utm_medium=plugin_page_description)!
|
47 |
-
|
48 |
**SIDEKICK is perfect for you, if...**
|
49 |
|
50 |
**You're new to WordPress.** Instead of jumping back-and-forth between documentation, videos, and your own WordPress site, just follow the step-by-step SIDEKICK walkthroughs.
|
@@ -114,13 +116,15 @@ Plugin and theme specific Walkthroughs are called Third Party Walkthroughs and a
|
|
114 |
|
115 |
= How do I create Walkthroughs for my Plugin(s) or Theme(s)? =
|
116 |
|
117 |
-
You can build Walkthroughs for your plugin or theme by joining our WordPress [Developer Program](https://www.sidekick.pro/sidekick-plugins-themes-non-wordpress/?utm_source=wordpress.org&utm_medium=plugin_page_faq). Your Walkthroughs will be available for free to anyone with SIDEKICK plus your plugin or theme
|
118 |
|
119 |
= What does Sidekick for WordPress cost? =
|
120 |
|
121 |
The Sidekick plugin for WordPress is and always will be free to download and use. Installing the plugin gives you instant and unlimited access to 25 basic WordPress How-To and Overview Walkthroughs.
|
122 |
|
123 |
-
Access to the full library of [WordPress Basics Walkthroughs](http://support.sidekick.pro/article/167-which-walkthroughs-are-included-with-wordpress-basics?utm_source=wordpressorg&utm_medium=plugin_page_faq) (Over
|
|
|
|
|
124 |
|
125 |
You can find out more on our [pricing page](http://www.sidekick.pro/plans/wordpress?utm_source=wordpress.org&utm_medium=plugin_page_faq).
|
126 |
|
@@ -128,7 +132,7 @@ You can find out more on our [pricing page](http://www.sidekick.pro/plans/wordpr
|
|
128 |
|
129 |
= Ok, the plugin is installed and activated. How do I use it? =
|
130 |
|
131 |
-
Click on the “Help
|
132 |
|
133 |
= Can I suggest a Walkthrough that I’d like to see or give you feedback on the Sidekick WordPress Plugin? =
|
134 |
|
@@ -145,7 +149,13 @@ We read and respond to every piece of feedback we get.
|
|
145 |
|
146 |
== Changelog ==
|
147 |
|
148 |
-
= 2.6.
|
|
|
|
|
|
|
|
|
|
|
|
|
149 |
* Fixes to multsite network activation bug for invalid logins
|
150 |
|
151 |
= 2.6.0 =
|
2 |
Contributors: raptor235,benfox,bitwit,riavalon
|
3 |
Donate link: http://www.sidekick.pro
|
4 |
Tags: help, tutorial, tutorials,screencast, self-help, 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: 4.1
|
6 |
+
Tested up to: 4.3.1
|
7 |
+
Stable tag: 2.6.3
|
8 |
License: GNU Version 2 or Any Later Version
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
18 |
|
19 |
No more reading documentation or watching videos. **Just Click. Do. Learn.**
|
20 |
|
21 |
+
SIDEKICK for WordPress comes with access to 100+ Walkthroughs at no cost. (Including Genesis, WooCommerce, Yoast and more).
|
22 |
+
|
23 |
+
Create your own Walkthroughs and access our entire WordPress Basics library by upgrading for just $5/month. Here’s a complete list of what’s in our [library](http://support.sidekick.pro/article/167-which-walkthroughs-are-included-with-wordpress-basics?utm_source=wordpress.org&utm_medium=plugin_page_description).
|
24 |
|
25 |
**Pro Tip:** If you host with any of our [awesome partners](http://www.sidekick.pro/sidekick-partners?utm_source=wordpress.org&utm_medium=plugin_page_description), you get a the full library for FREE!
|
26 |
|
27 |
+
Do you create WordPress Plugins or Themes?
|
28 |
+
|
29 |
+
Create customized Walkthroughs for your Plugin and/or Theme by joining our [WordPress Developer Program] (https://www.sidekick.pro/wordpress-developers/)!
|
30 |
|
31 |
+
|
32 |
+
With SIDEKICK your life will get better because it:
|
33 |
- Eliminates the time you spend searching, reading and fast-forwarding through video guides
|
34 |
- Speeds up the learning process
|
35 |
- Allows you to spend more time creating great websites and content
|
47 |
- Point and click Walkthrough creation
|
48 |
- Walkthroughs for active plugins & themes appear automatically
|
49 |
|
|
|
|
|
|
|
|
|
50 |
**SIDEKICK is perfect for you, if...**
|
51 |
|
52 |
**You're new to WordPress.** Instead of jumping back-and-forth between documentation, videos, and your own WordPress site, just follow the step-by-step SIDEKICK walkthroughs.
|
116 |
|
117 |
= How do I create Walkthroughs for my Plugin(s) or Theme(s)? =
|
118 |
|
119 |
+
You can build Walkthroughs for your plugin or theme by joining our WordPress [Developer Program](https://www.sidekick.pro/sidekick-plugins-themes-non-wordpress/?utm_source=wordpress.org&utm_medium=plugin_page_faq). Your Walkthroughs will be available for free to anyone with SIDEKICK plus your plugin or theme activated.
|
120 |
|
121 |
= What does Sidekick for WordPress cost? =
|
122 |
|
123 |
The Sidekick plugin for WordPress is and always will be free to download and use. Installing the plugin gives you instant and unlimited access to 25 basic WordPress How-To and Overview Walkthroughs.
|
124 |
|
125 |
+
Access to the full library of [WordPress Basics Walkthroughs](http://support.sidekick.pro/article/167-which-walkthroughs-are-included-with-wordpress-basics?utm_source=wordpressorg&utm_medium=plugin_page_faq) (Over 280) including Hotspots, starts at just $5.00/month per site and you can create Walkthroughs for individual sites as well.
|
126 |
+
**Pro Tip:** You can get access to the full Basics Library for free if you host with one of our [partners](http://www.sidekick.pro/partners?utm_source=wordpress.org&utm_medium=plugin_page_faq).
|
127 |
+
|
128 |
|
129 |
You can find out more on our [pricing page](http://www.sidekick.pro/plans/wordpress?utm_source=wordpress.org&utm_medium=plugin_page_faq).
|
130 |
|
132 |
|
133 |
= Ok, the plugin is installed and activated. How do I use it? =
|
134 |
|
135 |
+
Click on the “Click for Help” bottom left of your screen to open the Walkthrough menu. You will be presented with the Walkthrough menu. Select your bucket then your walkthrough and away you go.
|
136 |
|
137 |
= Can I suggest a Walkthrough that I’d like to see or give you feedback on the Sidekick WordPress Plugin? =
|
138 |
|
149 |
|
150 |
== Changelog ==
|
151 |
|
152 |
+
= 2.6.3 =
|
153 |
+
* Fixes auto start walkthrough selected option box
|
154 |
+
|
155 |
+
= 2.6.2 =
|
156 |
+
* Firefox fix for introduction to SIDEKICK button
|
157 |
+
|
158 |
+
= 2.6.1 =
|
159 |
* Fixes to multsite network activation bug for invalid logins
|
160 |
|
161 |
= 2.6.0 =
|
sidekick.php
CHANGED
@@ -4,9 +4,9 @@
|
|
4 |
Plugin Name: Sidekick
|
5 |
Plugin URL: http://wordpress.org/plugins/sidekick/
|
6 |
Description: Adds a real-time WordPress training walkthroughs right in your Dashboard
|
7 |
-
Requires at least: 4.
|
8 |
-
Tested up to: 4.3
|
9 |
-
Version: 2.6.
|
10 |
Author: Sidekick.pro
|
11 |
Author URI: http://www.sidekick.pro
|
12 |
*/
|
@@ -24,7 +24,7 @@ if (!class_exists('Sidekick')){
|
|
24 |
|
25 |
function __construct(){
|
26 |
if (!defined('SK_API')) define('SK_API','https: //apiv2.sidekick.pro');
|
27 |
-
if (!defined('SK_CACHE_PREFIX')) define('SK_CACHE_PREFIX',str_replace('.', '_', '2.6.
|
28 |
}
|
29 |
|
30 |
function enqueue_required(){
|
@@ -292,7 +292,7 @@ if (!class_exists('Sidekick')){
|
|
292 |
|
293 |
// WordPress
|
294 |
"embed_partner_id" => SK_EMBEDDED_PARTNER, // for tracking purposes if sidekick has been embeded in another WordPress plugin or theme
|
295 |
-
"plugin_version" => '2.6.
|
296 |
"site_url" => $sk_config_data->get_domain(),
|
297 |
"domain" => str_replace("http://","",$_SERVER["SERVER_NAME"]),
|
298 |
"plugin_url" => admin_url("admin.php?page=sidekick"),
|
@@ -348,7 +348,7 @@ if (!class_exists('Sidekick')){
|
|
348 |
function check_ver(){
|
349 |
|
350 |
if (isset($_GET['sk_ver_check'])){
|
351 |
-
$data = json_encode('2.6.
|
352 |
|
353 |
if(array_key_exists('callback', $_GET)){
|
354 |
|
4 |
Plugin Name: Sidekick
|
5 |
Plugin URL: http://wordpress.org/plugins/sidekick/
|
6 |
Description: Adds a real-time WordPress training walkthroughs right in your Dashboard
|
7 |
+
Requires at least: 4.1
|
8 |
+
Tested up to: 4.3.1
|
9 |
+
Version: 2.6.3
|
10 |
Author: Sidekick.pro
|
11 |
Author URI: http://www.sidekick.pro
|
12 |
*/
|
24 |
|
25 |
function __construct(){
|
26 |
if (!defined('SK_API')) define('SK_API','https: //apiv2.sidekick.pro');
|
27 |
+
if (!defined('SK_CACHE_PREFIX')) define('SK_CACHE_PREFIX',str_replace('.', '_', '2.6.3'));
|
28 |
}
|
29 |
|
30 |
function enqueue_required(){
|
292 |
|
293 |
// WordPress
|
294 |
"embed_partner_id" => SK_EMBEDDED_PARTNER, // for tracking purposes if sidekick has been embeded in another WordPress plugin or theme
|
295 |
+
"plugin_version" => '2.6.3', // WordPress plugin version
|
296 |
"site_url" => $sk_config_data->get_domain(),
|
297 |
"domain" => str_replace("http://","",$_SERVER["SERVER_NAME"]),
|
298 |
"plugin_url" => admin_url("admin.php?page=sidekick"),
|
348 |
function check_ver(){
|
349 |
|
350 |
if (isset($_GET['sk_ver_check'])){
|
351 |
+
$data = json_encode('2.6.3');
|
352 |
|
353 |
if(array_key_exists('callback', $_GET)){
|
354 |
|