PluginProbe
Tutor LMS – eLearning and online course solution / 3.7.2
Tutor LMS – eLearning and online course solution v3.7.2
4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 4.0.0 3.9.15 3.9.14 3.9.13 3.9.12 3.9.11 trunk 1.0.0 1.0.0-alpha 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 All 191 releases
← All changes | tutor.php +4 -5 trunk3.7.2 View file →
@@ -1,15 +1,15 @@
1 1 <?php
2 2 /**
3 3 * Plugin Name: Tutor LMS
4 4 * Plugin URI: https://tutorlms.com
5 - * Description: Build and manage professional online courses with unlimited lessons, a flexible quiz engine, and a complete student learning experience. No coding needed.
5 + * 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.
6 6 * Author: Themeum
7 - * Version: 4.0.7
7 + * Version: 3.7.2
8 8 * Author URI: https://themeum.com
9 9 * Requires PHP: 7.4
10 10 * Requires at least: 5.3
11 - * Tested up to: 7.0
11 + * Tested up to: 6.8
12 12 * License: GPLv2 or later
13 13 * Text Domain: tutor
14 14 *
15 15 * @package Tutor
@@ -25,11 +25,10 @@
25 25 * Constants for tutor plugin.
26 26 *
27 27 * @since 1.0.0
28 28 */
29 -define( 'TUTOR_VERSION', '4.0.7' );
29 +define( 'TUTOR_VERSION', '3.7.2' );
30 30 define( 'TUTOR_FILE', __FILE__ );
31 -define( 'TUTOR_ENV', 'PROD' ); // DEV || PROD.
32 31
33 32 /**
34 33 * Load text domain for translations.
35 34 *