LearnPress – Course Wishlist - Version 3.0.2

Version Description

  • Fixed js error when click Wishlist button.
Download this release

Release Info

Developer phamtungpth
Plugin Icon 128x128 LearnPress – Course Wishlist
Version 3.0.2
Comparing to
See all releases

Code changes from version 3.0.1 to 3.0.2

Files changed (3) hide show
  1. assets/js/wishlist.js +1 -1
  2. learnpress-wishlist.php +2 -2
  3. readme.txt +5 -2
assets/js/wishlist.js CHANGED
@@ -24,7 +24,7 @@
24
  nonce : nonce
25
  },
26
  success : function (response) {
27
- response = LearnPress.parseJSON(response);
28
  var $b = $('.learn-press-course-wishlist-button-' + response.course_id),
29
  $p = $b.closest('[data-context="tab-wishlist"]');
30
  if ($p.length) {
24
  nonce : nonce
25
  },
26
  success : function (response) {
27
+ response = LP.parseJSON(response);
28
  var $b = $('.learn-press-course-wishlist-button-' + response.course_id),
29
  $p = $b.closest('[data-context="tab-wishlist"]');
30
  if ($p.length) {
learnpress-wishlist.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: LearnPress - Course Wishlist
4
  Plugin URI: http://thimpress.com/learnpress
5
  Description: Wishlist feature.
6
  Author: ThimPress
7
- Version: 3.0.1
8
  Author URI: http://thimpress.com
9
  Tags: learnpress
10
  Text Domain: learnpress-wishlist
@@ -17,7 +17,7 @@ Domain Path: /languages/
17
  defined( 'ABSPATH' ) || exit();
18
 
19
  define( 'LP_ADDON_WISHLIST_FILE', __FILE__ );
20
- define( 'LP_ADDON_WISHLIST_VER', '3.0.1' );
21
  define( 'LP_ADDON_WISHLIST_REQUIRE_VER', '3.0.0' );
22
 
23
  /**
4
  Plugin URI: http://thimpress.com/learnpress
5
  Description: Wishlist feature.
6
  Author: ThimPress
7
+ Version: 3.0.2
8
  Author URI: http://thimpress.com
9
  Tags: learnpress
10
  Text Domain: learnpress-wishlist
17
  defined( 'ABSPATH' ) || exit();
18
 
19
  define( 'LP_ADDON_WISHLIST_FILE', __FILE__ );
20
+ define( 'LP_ADDON_WISHLIST_VER', '3.0.2' );
21
  define( 'LP_ADDON_WISHLIST_REQUIRE_VER', '3.0.0' );
22
 
23
  /**
readme.txt CHANGED
@@ -3,8 +3,8 @@ 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: 4.9.4
7
- Stable tag: 3.0.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -55,6 +55,9 @@ Check out <a href="http://docs.thimpress.com/learnpress" target="_blank">LearnPr
55
 
56
  == Changelog ==
57
 
 
 
 
58
  = 3.0.1 =
59
  + Fix bug not display Wishlist tab in profile page.
60
  + Fix bug not display correct thumbnails in Wishlist list.
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.2.2
7
+ Stable tag: 3.0.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
55
 
56
  == Changelog ==
57
 
58
+ = 3.0.2 =
59
+ + Fixed js error when click Wishlist button.
60
+
61
  = 3.0.1 =
62
  + Fix bug not display Wishlist tab in profile page.
63
  + Fix bug not display correct thumbnails in Wishlist list.