Sidekick - Version 1.6.4

Version Description

  • Fixed Composer Preview Bug
  • Prefixed All Class Names
Download this release

Release Info

Developer raptor235
Plugin Icon 128x128 Sidekick
Version 1.6.4
Comparing to
See all releases

Code changes from version 1.6.0 to 1.6.4

Files changed (2) hide show
  1. readme.txt +9 -2
  2. sidekick.php +1 -3
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: 4.0
7
- Stable tag: 1.6.0
8
  License: GNU Version 2 or Any Later Version
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -130,7 +130,14 @@ Absolutely. In fact, we rely on users like you to tell us about things that nee
130
 
131
  == Changelog ==
132
 
133
- = 1.6.0 =
 
 
 
 
 
 
 
134
  * Audio Fallback Mode added
135
  * Sidekick won't show when no compatible walkthroughs are found
136
  * Console messages turned off while not in debug mode
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: 4.0
7
+ Stable tag: 1.6.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.6.4 =
134
+ * Fixed Composer Preview Bug
135
+ * Prefixed All Class Names
136
+
137
+ = 1.6.2 =
138
+ * Made the move target step optional
139
+
140
+ = 1.6.1 =
141
  * Audio Fallback Mode added
142
  * Sidekick won't show when no compatible walkthroughs are found
143
  * Console messages turned off while not in debug mode
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.8
8
  Tested up to: 4.0
9
- Version: 1.6.0
10
  Author: Sidekick.pro
11
  Author URI: http://www.sidekick.pro
12
  */
@@ -302,8 +302,6 @@ class Sidekick{
302
  baseSiteUrl: sk_config.base_url
303
  }
304
 
305
- // console.log('Sidekick Config Setup');
306
-
307
  </script>
308
  <?php endif ?>
309
  <?php
6
  Description: Adds a real-time WordPress training walkthroughs right in your Dashboard
7
  Requires at least: 3.8
8
  Tested up to: 4.0
9
+ Version: 1.6.4
10
  Author: Sidekick.pro
11
  Author URI: http://www.sidekick.pro
12
  */
302
  baseSiteUrl: sk_config.base_url
303
  }
304
 
 
 
305
  </script>
306
  <?php endif ?>
307
  <?php