Skip to content

Commit 5db85c5

Browse files
committed
Update version and changelog
1 parent 01336de commit 5db85c5

File tree

7 files changed

+35
-15
lines changed

7 files changed

+35
-15
lines changed

changelog.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
*** Changelog ***
22

3+
2022-07-14 - version 4.5.2
4+
* Add: New upsells students group page
5+
* Add: `sensei_user_course_end' hook before redirecting to completed page
6+
* Add: Bump the minimum required PHP version to 7.2
7+
* Fix: Placeholder images for courses
8+
* Fix: Update the course Editor to display 'Learners' instead of Students
9+
* Fix: Bulk Edit options (on Lessons menu) do not work
10+
* Fix: Change 'Manage Learners' to 'Manage Students' on the course management meta box
11+
* Fix: Quiz questions not being properly saved.
12+
* Fix: Lessons screen js error caused by the module column
13+
* Fix: Layout issues with Learning Mode when using Divi
14+
* Fix: issue on grading page
15+
* Fix: Errors on the students admin area
16+
317
2022-06-20 - version 4.5.1
418
* Fix: remove upsell from wizard when woothemes-sensei is installed [#5282](https://github.com/Automattic/sensei/pull/5282)
519
* Fix: Guarantee that the wizard link will stay as white after visiting it [#5281](https://github.com/Automattic/sensei/pull/5281)

includes/class-sensei-lesson.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3825,7 +3825,7 @@ public function get_course_id( $lesson_id ) {
38253825
/**
38263826
* Returns the course ID for a given set of lessons (with the key being the lesson ID)
38273827
*
3828-
* @since $$next-version$$
3828+
* @since 4.5.2
38293829
* @access public
38303830
*
38313831
* @param array<int> $lesson_ids Array of Lesson IDs.

includes/enrolment/class-sensei-course-enrolment-manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public function maybe_prevent_frontend_manual_enrol( $can_user_manually_enrol, $
227227
*
228228
* It is used to filter providers that can affect enrolment on the frontend.
229229
*
230-
* @since $$next-version$$
230+
* @since 4.5.2
231231
*
232232
* @param Sensei_Course_Enrolment_Provider_Interface[] $providers List of enrolment providers instances.
233233
*/

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sensei-lms",
3-
"version": "4.5.1",
3+
"version": "4.5.2",
44
"description": "Sensei LMS",
55
"author": "Automattic",
66
"license": "GPL-2.0-or-later",

readme.txt

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,20 @@ Please visit the [Sensei Blog](https://senseilms.com/blog/) or sign up for our [
115115

116116
== Changelog ==
117117

118+
2022-07-14 - version 4.5.2
119+
* Add: New upsells students group page
120+
* Add: `sensei_user_course_end' hook before redirecting to completed page
121+
* Add: Bump the minimum required PHP version to 7.2
122+
* Fix: Placeholder images for courses
123+
* Fix: Update the course Editor to display 'Learners' instead of Students
124+
* Fix: Bulk Edit options (on Lessons menu) do not work
125+
* Fix: Change 'Manage Learners' to 'Manage Students' on the course management meta box
126+
* Fix: Quiz questions not being properly saved.
127+
* Fix: Lessons screen js error caused by the module column
128+
* Fix: Layout issues with Learning Mode when using Divi
129+
* Fix: issue on grading page
130+
* Fix: Errors on the students admin area
131+
118132
2022-06-20 - version 4.5.1
119133
* Fix: remove upsell from wizard when woothemes-sensei is installed [#5282](https://github.com/Automattic/sensei/pull/5282)
120134
* Fix: Guarantee that the wizard link will stay as white after visiting it [#5281](https://github.com/Automattic/sensei/pull/5281)
@@ -156,11 +170,3 @@ Please visit the [Sensei Blog](https://senseilms.com/blog/) or sign up for our [
156170
* Tweak: Create 3 default lessons on the Course Outline Block [#5196](https://github.com/Automattic/sensei/pull/5196)
157171
* Tweak: Do not auto-add Quiz blocks on the lessons anymore [#5177](https://github.com/Automattic/sensei/pull/5177)
158172

159-
2022.05.31 - version 4.4.3
160-
* Fix: The "import" docs link. [#5201](https://github.com/Automattic/sensei/pull/5201)
161-
* Fix: Module order not preserved after teacher update. [#5198](https://github.com/Automattic/sensei/pull/5198)
162-
* Tweak: Redirect the quiz if the lesson is password protected. [#5195](https://github.com/Automattic/sensei/pull/5195)
163-
* Tweak: Disable the lesson archive. [#5192](https://github.com/Automattic/sensei/pull/5192)
164-
* Tweak: Update Course Video Progression to support customization via hooks. [#5100](https://github.com/Automattic/sensei/pull/5100), [#5175](https://github.com/Automattic/sensei/pull/5175)
165-
166-
[See changelog for all versions](https://github.com/Automattic/sensei/releases).

sensei-lms.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Sensei LMS
44
* Plugin URI: https://senseilms.com/
55
* Description: Share your knowledge, grow your network, and strengthen your brand by launching an online course.
6-
* Version: 4.5.1
6+
* Version: 4.5.2
77
* Author: Automattic
88
* Author URI: https://automattic.com
99
* License: GPL version 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
@@ -35,7 +35,7 @@
3535
exit; // Exit if accessed directly.
3636
}
3737

38-
define( 'SENSEI_LMS_VERSION', '4.5.1' );
38+
define( 'SENSEI_LMS_VERSION', '4.5.2' );
3939
define( 'SENSEI_LMS_PLUGIN_FILE', __FILE__ );
4040

4141
if ( class_exists( 'Sensei_Main' ) ) {

0 commit comments

Comments
 (0)