LearnPress – Course Wishlist - Version 4.0.3

Version Description

~ Fixed: error can't add user on the backend LP Order.

Download this release

Release Info

Developer ThimPress
Plugin Icon 128x128 LearnPress – Course Wishlist
Version 4.0.3
Comparing to
See all releases

Code changes from version 4.0.2 to 4.0.3

Files changed (3) hide show
  1. inc/load.php +1 -1
  2. learnpress-wishlist.php +1 -1
  3. readme.txt +5 -2
inc/load.php CHANGED
@@ -83,7 +83,7 @@ if ( ! class_exists( 'LP_Addon_Wishlist' ) ) {
83
  */
84
  protected function _enqueue_assets() {
85
  wp_enqueue_style( 'lp-course-wishlist-style', untrailingslashit( plugins_url( '/', LP_ADDON_WISHLIST_FILE ) ) . '/assets/css/wishlist.css' );
86
- wp_enqueue_script( 'lp-course-wishlist-script', untrailingslashit( plugins_url( '/', LP_ADDON_WISHLIST_FILE ) ) . '/assets/js/wishlist.js', array( 'jquery', 'lp-utils' ) );
87
  }
88
 
89
  /**
83
  */
84
  protected function _enqueue_assets() {
85
  wp_enqueue_style( 'lp-course-wishlist-style', untrailingslashit( plugins_url( '/', LP_ADDON_WISHLIST_FILE ) ) . '/assets/css/wishlist.css' );
86
+ wp_enqueue_script( 'lp-course-wishlist-script', untrailingslashit( plugins_url( '/', LP_ADDON_WISHLIST_FILE ) ) . '/assets/js/wishlist.js', array( 'jquery' ) );
87
  }
88
 
89
  /**
learnpress-wishlist.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin URI: http://thimpress.com/learnpress
5
  * Description: Wishlist feature.
6
  * Author: ThimPress
7
- * Version: 4.0.2
8
  * Author URI: http://thimpress.com
9
  * Tags: learnpress
10
  * Text Domain: learnpress-wishlist
4
  * Plugin URI: http://thimpress.com/learnpress
5
  * Description: Wishlist feature.
6
  * Author: ThimPress
7
+ * Version: 4.0.3
8
  * Author URI: http://thimpress.com
9
  * Tags: learnpress
10
  * Text Domain: learnpress-wishlist
readme.txt CHANGED
@@ -3,9 +3,9 @@ Contributors: thimpress, tunnhn, kendy73
3
  Donate link:
4
  Tags: lms, elearning, e-learning, learning management system, education, course, courses, quiz, quizzes, questions, training, guru, sell courses
5
  Requires at least: 3.8
6
- Tested up to: 5.9
7
  Requires PHP: 7.0
8
- Stable tag: 4.0.2
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -56,6 +56,9 @@ Check out <a href="http://docs.thimpress.com/learnpress" target="_blank">LearnPr
56
 
57
  == Changelog ==
58
 
 
 
 
59
  = 4.0.2 =
60
  ~ Added: API wishlist.
61
 
3
  Donate link:
4
  Tags: lms, elearning, e-learning, learning management system, education, course, courses, quiz, quizzes, questions, training, guru, sell courses
5
  Requires at least: 3.8
6
+ Tested up to: 6.0
7
  Requires PHP: 7.0
8
+ Stable tag: 4.0.3
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
56
 
57
  == Changelog ==
58
 
59
+ = 4.0.3 =
60
+ ~ Fixed: error can't add user on the backend LP Order.
61
+
62
  = 4.0.2 =
63
  ~ Added: API wishlist.
64