LearnPress – Course Review - Version 1.1

Version Description

  • Fixed comments do not show in admin
Download this release

Release Info

Developer tunnhn
Plugin Icon 128x128 LearnPress – Course Review
Version 1.1
Comparing to
See all releases

Code changes from version 1.0 to 1.1

Files changed (2) hide show
  1. learnpress-course-review.php +2 -2
  2. readme.txt +9 -3
learnpress-course-review.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: LearnPress Course Review
4
  Plugin URI: http://thimpress.com/learnpress
5
  Description: Adding review for course
6
  Author: ThimPress
7
- Version: 1.0
8
  Author URI: http://thimpress.com
9
  Tags: learnpress
10
  Text Domain: learnpress-course-review
@@ -49,7 +49,7 @@ class LP_Addon_Course_Review {
49
  add_action( 'learn_press_content_learning_summary', array( $this, 'add_review_button' ), 5 );
50
  add_action( 'wp_enqueue_scripts', array( $this, 'review_assets' ) );
51
  add_action( 'wp', array( $this, 'course_review_init' ) );
52
- add_action( 'parse_comment_query', array( $this, 'exclude_rating' ) );
53
 
54
  add_action( 'init', array( $this, 'load_text_domain' ) );
55
 
4
  Plugin URI: http://thimpress.com/learnpress
5
  Description: Adding review for course
6
  Author: ThimPress
7
+ Version: 1.1
8
  Author URI: http://thimpress.com
9
  Tags: learnpress
10
  Text Domain: learnpress-course-review
49
  add_action( 'learn_press_content_learning_summary', array( $this, 'add_review_button' ), 5 );
50
  add_action( 'wp_enqueue_scripts', array( $this, 'review_assets' ) );
51
  add_action( 'wp', array( $this, 'course_review_init' ) );
52
+ //add_action( 'parse_comment_query', array( $this, 'exclude_rating' ) );
53
 
54
  add_action( 'init', array( $this, 'load_text_domain' ) );
55
 
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === LearnPress Course Review - WordPress extension for LearnPress===
2
- Contributors: thimpress, halink0803, tunnhn
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.2.2
7
- Stable tag: 1.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -35,6 +35,9 @@ Review add-on for LearnPress is using on some WordPress Themes: [Education WordP
35
  - <a href="http://thimpress.com/shop/stripe-add-on-for-learnpress/" target="_blank">Stripe Payment method for LearnPress</a> - Stripe payment method for LearnPress WordPress LMS Plugin.
36
  - <a href="http://thimpress.com/shop/woocommerce-add-on-for-learnpress/" target="_blank">WooCommerce add-on for LearnPress</a> - using WooCommerce as payment gateway for LearnPrss WordPress LMS Plugin.
37
 
 
 
 
38
  == Installation ==
39
 
40
  **From your WordPress dashboard**
@@ -44,7 +47,7 @@ Review add-on for LearnPress is using on some WordPress Themes: [Education WordP
44
 
45
  **From WordPress.org**
46
  1. Search, select and download LearnPress Course Review.
47
- 2. Activate the plugin through the 'Plugins' menu in WordPress Dashboard.
48
 
49
  == Frequently Asked Questions ==
50
 
@@ -56,6 +59,9 @@ Check out <a href="http://docs.thimpress.com/learnpress" target="_blank">LearnPr
56
 
57
  == Changelog ==
58
 
 
 
 
59
  = 1.0 =
60
  + Compatible with LearnPress version 1.0
61
 
1
  === LearnPress Course Review - WordPress extension for LearnPress===
2
+ 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.2.2
7
+ Stable tag: 1.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
35
  - <a href="http://thimpress.com/shop/stripe-add-on-for-learnpress/" target="_blank">Stripe Payment method for LearnPress</a> - Stripe payment method for LearnPress WordPress LMS Plugin.
36
  - <a href="http://thimpress.com/shop/woocommerce-add-on-for-learnpress/" target="_blank">WooCommerce add-on for LearnPress</a> - using WooCommerce as payment gateway for LearnPrss WordPress LMS Plugin.
37
 
38
+ **Credit**
39
+ halink0803
40
+
41
  == Installation ==
42
 
43
  **From your WordPress dashboard**
47
 
48
  **From WordPress.org**
49
  1. Search, select and download LearnPress Course Review.
50
+ 2. Activate the plugin through the 'Plugins' menu in WordPress Dashboard.
51
 
52
  == Frequently Asked Questions ==
53
 
59
 
60
  == Changelog ==
61
 
62
+ = 1.1 =
63
+ + Fixed comments do not show in admin
64
+
65
  = 1.0 =
66
  + Compatible with LearnPress version 1.0
67