Skip to content

Commit 50e6369

Browse files
committed
update: plugin version info updated
1 parent e6d0129 commit 50e6369

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tutor",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "<img src='.github/tutor-github.png' alt='TutorLMS' width='100%'>",
55
"main": "index.js",
66
"engines": {

readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: lms, course, elearning, education, learning management system
55
Requires at least: 5.3
66
Tested up to: 6.0.1
77
Requires PHP: 7.0
8-
Stable tag: 2.0.7
8+
Stable tag: 2.0.8
99
License: GPLv3
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -225,6 +225,12 @@ Looking for the best LMS for WordPress? Get Tutor and start your e-learning webs
225225

226226
== Changelog ==
227227

228+
= 2.0.8 - July 25, 2022
229+
230+
Fix: Settings was not being saved in some specific cases
231+
Fix: Settings was throwing a console error regarding TinyMCE
232+
Fix: Settings was being saved in other cases, but the "Save" button was not being marked as saved
233+
228234
= 2.0.7 - July 21, 2022
229235

230236
New: Admin will be able to change the Main Instructor for a Course

tutor.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://www.themeum.com/product/tutor-lms/
55
* Description: Tutor is a complete solution for creating a Learning Management System in WordPress way. It can help you to create small to large scale online education site very conveniently. Power features like report, certificate, course preview, private file sharing make Tutor a robust plugin for any educational institutes.
66
* Author: Themeum
7-
* Version: 2.0.7
7+
* Version: 2.0.8
88
* Author URI: https://themeum.com
99
* Requires at least: 5.3
1010
* Tested up to: 6.0.1
@@ -21,7 +21,7 @@
2121
/**
2222
* Defined the tutor main file
2323
*/
24-
define( 'TUTOR_VERSION', '2.0.7' );
24+
define( 'TUTOR_VERSION', '2.0.8' );
2525
define( 'TUTOR_FILE', __FILE__ );
2626

2727
/**

0 commit comments

Comments
 (0)