Version Description
Upgrade Notice
Download this release
Release Info
Developer | raptor235 |
Plugin | Sidekick |
Version | 1.4 |
Comparing to | |
See all releases |
Code changes from version 1.3.7 to 1.4
- js/sk.source.js +1 -1
- readme.txt +2 -6
- sidekick.php +2 -2
js/sk.source.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
/*! sidekick - v1.
|
2 |
|
3 |
jQuery.fn.center = function () {
|
4 |
this.css("position","absolute");
|
1 |
+
/*! sidekick - v1.4 - 2014-07-21 */(function(jQuery, window){
|
2 |
|
3 |
jQuery.fn.center = function () {
|
4 |
this.css("position","absolute");
|
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.
|
8 |
License: GNU Version 2 or Any Later Version
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -130,13 +130,9 @@ Absolutely. In fact, we rely on users like you to tell us about things that nee
|
|
130 |
|
131 |
== Changelog ==
|
132 |
|
133 |
-
= 1.
|
134 |
* Switch over to new platform version
|
135 |
-
|
136 |
-
= 1.3.6 =
|
137 |
* Sidekick Activation Bug Fixed
|
138 |
-
|
139 |
-
= 1.3.5 =
|
140 |
* CSS Fixes
|
141 |
* Autostart on specific pages
|
142 |
* Added Wait_For Event
|
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.4
|
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.4
|
134 |
* Switch over to new platform version
|
|
|
|
|
135 |
* Sidekick Activation Bug Fixed
|
|
|
|
|
136 |
* CSS Fixes
|
137 |
* Autostart on specific pages
|
138 |
* Added Wait_For Event
|
sidekick.php
CHANGED
@@ -6,12 +6,12 @@ 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.
|
10 |
Author: Sidekick.pro
|
11 |
Author URI: http://www.sidekick.pro
|
12 |
*/
|
13 |
|
14 |
-
define('SK_PLUGIN_VERSION','1.
|
15 |
define('SK_LIBRARY_VERSION',5);
|
16 |
define('SK_PLATFORM_VERSION',9);
|
17 |
define('DEFAULT_ACTIVATION_ID','xxxxxxxx-xxxx-xxxx-xxxx-xxxxfree');
|
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.4
|
10 |
Author: Sidekick.pro
|
11 |
Author URI: http://www.sidekick.pro
|
12 |
*/
|
13 |
|
14 |
+
define('SK_PLUGIN_VERSION','1.4');
|
15 |
define('SK_LIBRARY_VERSION',5);
|
16 |
define('SK_PLATFORM_VERSION',9);
|
17 |
define('DEFAULT_ACTIVATION_ID','xxxxxxxx-xxxx-xxxx-xxxx-xxxxfree');
|