Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcaires committed Jul 14, 2022
1 parent 01336de commit 5db85c5
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 15 deletions.
14 changes: 14 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
*** Changelog ***

2022-07-14 - version 4.5.2
* Add: New upsells students group page
* Add: `sensei_user_course_end' hook before redirecting to completed page
* Add: Bump the minimum required PHP version to 7.2
* Fix: Placeholder images for courses
* Fix: Update the course Editor to display 'Learners' instead of Students
* Fix: Bulk Edit options (on Lessons menu) do not work
* Fix: Change 'Manage Learners' to 'Manage Students' on the course management meta box
* Fix: Quiz questions not being properly saved.
* Fix: Lessons screen js error caused by the module column
* Fix: Layout issues with Learning Mode when using Divi
* Fix: issue on grading page
* Fix: Errors on the students admin area

2022-06-20 - version 4.5.1
* Fix: remove upsell from wizard when woothemes-sensei is installed [#5282](https://github.com/Automattic/sensei/pull/5282)
* Fix: Guarantee that the wizard link will stay as white after visiting it [#5281](https://github.com/Automattic/sensei/pull/5281)
Expand Down
2 changes: 1 addition & 1 deletion includes/class-sensei-lesson.php
Original file line number Diff line number Diff line change
Expand Up @@ -3825,7 +3825,7 @@ public function get_course_id( $lesson_id ) {
/**
* Returns the course ID for a given set of lessons (with the key being the lesson ID)
*
* @since $$next-version$$
* @since 4.5.2
* @access public
*
* @param array<int> $lesson_ids Array of Lesson IDs.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ public function maybe_prevent_frontend_manual_enrol( $can_user_manually_enrol, $
*
* It is used to filter providers that can affect enrolment on the frontend.
*
* @since $$next-version$$
* @since 4.5.2
*
* @param Sensei_Course_Enrolment_Provider_Interface[] $providers List of enrolment providers instances.
*/
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sensei-lms",
"version": "4.5.1",
"version": "4.5.2",
"description": "Sensei LMS",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand Down
22 changes: 14 additions & 8 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,20 @@ Please visit the [Sensei Blog](https://senseilms.com/blog/) or sign up for our [

== Changelog ==

2022-07-14 - version 4.5.2
* Add: New upsells students group page
* Add: `sensei_user_course_end' hook before redirecting to completed page
* Add: Bump the minimum required PHP version to 7.2
* Fix: Placeholder images for courses
* Fix: Update the course Editor to display 'Learners' instead of Students
* Fix: Bulk Edit options (on Lessons menu) do not work
* Fix: Change 'Manage Learners' to 'Manage Students' on the course management meta box
* Fix: Quiz questions not being properly saved.
* Fix: Lessons screen js error caused by the module column
* Fix: Layout issues with Learning Mode when using Divi
* Fix: issue on grading page
* Fix: Errors on the students admin area

2022-06-20 - version 4.5.1
* Fix: remove upsell from wizard when woothemes-sensei is installed [#5282](https://github.com/Automattic/sensei/pull/5282)
* Fix: Guarantee that the wizard link will stay as white after visiting it [#5281](https://github.com/Automattic/sensei/pull/5281)
Expand Down Expand Up @@ -156,11 +170,3 @@ Please visit the [Sensei Blog](https://senseilms.com/blog/) or sign up for our [
* Tweak: Create 3 default lessons on the Course Outline Block [#5196](https://github.com/Automattic/sensei/pull/5196)
* Tweak: Do not auto-add Quiz blocks on the lessons anymore [#5177](https://github.com/Automattic/sensei/pull/5177)

2022.05.31 - version 4.4.3
* Fix: The "import" docs link. [#5201](https://github.com/Automattic/sensei/pull/5201)
* Fix: Module order not preserved after teacher update. [#5198](https://github.com/Automattic/sensei/pull/5198)
* Tweak: Redirect the quiz if the lesson is password protected. [#5195](https://github.com/Automattic/sensei/pull/5195)
* Tweak: Disable the lesson archive. [#5192](https://github.com/Automattic/sensei/pull/5192)
* 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)

[See changelog for all versions](https://github.com/Automattic/sensei/releases).
4 changes: 2 additions & 2 deletions sensei-lms.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Sensei LMS
* Plugin URI: https://senseilms.com/
* Description: Share your knowledge, grow your network, and strengthen your brand by launching an online course.
* Version: 4.5.1
* Version: 4.5.2
* Author: Automattic
* Author URI: https://automattic.com
* License: GPL version 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Expand Down Expand Up @@ -35,7 +35,7 @@
exit; // Exit if accessed directly.
}

define( 'SENSEI_LMS_VERSION', '4.5.1' );
define( 'SENSEI_LMS_VERSION', '4.5.2' );
define( 'SENSEI_LMS_PLUGIN_FILE', __FILE__ );

if ( class_exists( 'Sensei_Main' ) ) {
Expand Down

0 comments on commit 5db85c5

Please sign in to comment.