Skip to content

Commit

Permalink
Merge pull request #5286 from Automattic/release/4.5.1
Browse files Browse the repository at this point in the history
Release 4.5.1
  • Loading branch information
alexsanford committed Jun 20, 2022
2 parents 5f704b5 + 4640bf3 commit 4937347
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 15 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
*** Changelog ***

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)

2022-06-16 - version 4.5.0
* New: Course and Lesson Wizard
* Add editor wizard modal for courses and lessons [#5149](https://github.com/Automattic/sensei/pull/5149)
Expand Down
4 changes: 2 additions & 2 deletions lang/sensei-lms.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the same license as the Sensei LMS plugin.
msgid ""
msgstr ""
"Project-Id-Version: Sensei LMS 4.5.0\n"
"Project-Id-Version: Sensei LMS 4.5.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/sensei-lms\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2022-06-16T14:47:08+00:00\n"
"POT-Creation-Date: 2022-06-20T19:20:55+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: sensei-lms\n"
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.0",
"version": "4.5.1",
"description": "Sensei LMS",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand Down
13 changes: 5 additions & 8 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: lms, eLearning, teach, online courses, woocommerce
Requires at least: 5.8
Tested up to: 6.0
Requires PHP: 7.0
Stable tag: 4.5.0
Stable tag: 4.5.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -115,6 +115,10 @@ Please visit the [Sensei Blog](https://senseilms.com/blog/) or sign up for our [

== Changelog ==

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)

2022-06-16 - version 4.5.0
* New: Course and Lesson Wizard
* Add editor wizard modal for courses and lessons [#5149](https://github.com/Automattic/sensei/pull/5149)
Expand Down Expand Up @@ -159,11 +163,4 @@ Please visit the [Sensei Blog](https://senseilms.com/blog/) or sign up for our [
* 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)

2022.05.23 - version 4.4.2
* Fix: Modules page not found error in learning mode [#5144](https://github.com/Automattic/sensei/pull/5144) 👏 @jeremyfelt
* Fix: Teacher name getting appended and duplicated in module title in course edit [#5114](https://github.com/Automattic/sensei/pull/5114)
* Fix: Lessons not getting assigned to modules if the course is assigned to a teacher [#5151](https://github.com/Automattic/sensei/pull/5151)
* Fix: Add student to course form not visible if Sensei Pro or Content Drip is enabled [#5164](https://github.com/Automattic/sensei/pull/5164)
* Fix: Deprecated warnings on the students report screen [#5153](https://github.com/Automattic/sensei/pull/5153)

[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://woocommerce.com/products/sensei/
* Description: Share your knowledge, grow your network, and strengthen your brand by launching an online course.
* Version: 4.5.0
* Version: 4.5.1
* 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.0' );
define( 'SENSEI_LMS_VERSION', '4.5.1' );
define( 'SENSEI_LMS_PLUGIN_FILE', __FILE__ );

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

0 comments on commit 4937347

Please sign in to comment.