Skip to content

Commit

Permalink
Merge pull request #5475 from Automattic/release/4.6.2
Browse files Browse the repository at this point in the history
Release 4.6.2
  • Loading branch information
gikaragia committed Aug 17, 2022
2 parents 4a666c6 + 8c9d293 commit 0273975
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 47 deletions.
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
*** Changelog ***

2022-08-17 - version 4.6.2
* Fix: Learning Mode - Do not filter templates for query slugs if it is indexing. [#5460](https://github.com/Automattic/sensei/pull/5460)
* Fix: Do not save -1 values on quiz meta [#5461](https://github.com/Automattic/sensei/pull/5461)
* Fix: Revert "Change className prop to not use classnames" [#5464](https://github.com/Automattic/sensei/pull/5464)
* Fix: Fix timeupdate event on the youtube adapter [#5452](https://github.com/Automattic/sensei/pull/5452)
* Fix: Fix interactive video when no video is set [#5442](https://github.com/Automattic/sensei/pull/5442)
* Add: Add className prop to Sensei modal [#5462](https://github.com/Automattic/sensei/pull/5462)
* Add: Change confirm dialog styles [#5454](https://github.com/Automattic/sensei/pull/5454)
* Add: Fix set current time to keep the same behavior for all players [#5416](https://github.com/Automattic/sensei/pull/5416)

2022-08-09 - version 4.6.1
* Fix: Fix lesson quick edit and bulk edit for quiz settings [#4404](https://github.com/Automattic/sensei/pull/4404)
* Fix: Use standard approach of displaying filters for list tables [#5174](https://github.com/Automattic/sensei/pull/5174)
Expand Down
68 changes: 41 additions & 27 deletions lang/sensei-lms.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,53 @@
# This file is distributed under the GPL version 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
msgid ""
msgstr ""
"Project-Id-Version: Sensei LMS 4.6.1\n"
"Project-Id-Version: Sensei LMS 4.6.2\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-08-09T14:11:25+00:00\n"
"POT-Creation-Date: 2022-08-17T09:35:48+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.5.0\n"
"X-Domain: sensei-lms\n"

#: assets/blocks/quiz/question-block/settings/question-multiple-choice-settings.js:20
#: includes/class-sensei-lesson.php:1428
#: includes/class-sensei-lesson.php:1568
#: assets/blocks/quiz/quiz-block/questions-modal/questions.js:138
#: assets/dist/blocks/quiz/index.js:1
msgid "Random Order"
msgid "Toggle all visible questions selection."
msgstr ""

#: assets/blocks/quiz/quiz-block/questions-modal/questions.js:146
#: includes/class-sensei-lesson.php:1143
#: includes/class-sensei-lesson.php:1152
#: includes/class-sensei-lesson.php:1630
#: includes/class-sensei-lesson.php:1638
#: includes/class-sensei-posttypes.php:814
#: includes/class-sensei-question.php:209
#: assets/dist/blocks/quiz/index.js:1
msgid "Question"
msgstr ""

#: assets/blocks/quiz/quiz-block/questions-modal/questions.js:147
#: includes/class-sensei-lesson.php:1145
#: includes/class-sensei-lesson.php:1154
#: includes/class-sensei-lesson.php:1631
#: includes/class-sensei-lesson.php:1639
#: assets/dist/blocks/quiz/index.js:1
msgid "Type"
msgstr ""

#: assets/blocks/quiz/quiz-block/questions-modal/questions.js:148
#: includes/class-sensei-lesson.php:1632
#: includes/class-sensei-lesson.php:1640
#: assets/dist/blocks/quiz/index.js:1
msgid "Category"
msgstr ""

#: assets/blocks/quiz/quiz-block/questions-modal/questions.js:156
#: assets/dist/blocks/quiz/index.js:1
msgid "No questions found."
msgstr ""

#: includes/admin/class-sensei-status.php:63
Expand Down Expand Up @@ -2912,22 +2942,6 @@ msgstr ""
msgid "Please save your lesson in order to add questions to your quiz."
msgstr ""

#: includes/class-sensei-lesson.php:1143
#: includes/class-sensei-lesson.php:1152
#: includes/class-sensei-lesson.php:1630
#: includes/class-sensei-lesson.php:1638
#: includes/class-sensei-posttypes.php:814
#: includes/class-sensei-question.php:209
msgid "Question"
msgstr ""

#: includes/class-sensei-lesson.php:1145
#: includes/class-sensei-lesson.php:1154
#: includes/class-sensei-lesson.php:1631
#: includes/class-sensei-lesson.php:1639
msgid "Type"
msgstr ""

#: includes/class-sensei-lesson.php:1146
#: includes/class-sensei-lesson.php:1155
msgid "Action"
Expand Down Expand Up @@ -2990,6 +3004,11 @@ msgstr ""
msgid "Description:"
msgstr ""

#: includes/class-sensei-lesson.php:1428
#: includes/class-sensei-lesson.php:1568
msgid "Random Order"
msgstr ""

#: includes/class-sensei-lesson.php:1434
#: includes/class-sensei-lesson.php:1573
msgid "Media:"
Expand Down Expand Up @@ -3079,11 +3098,6 @@ msgstr ""
msgid "Search"
msgstr ""

#: includes/class-sensei-lesson.php:1632
#: includes/class-sensei-lesson.php:1640
msgid "Category"
msgstr ""

#: includes/class-sensei-lesson.php:1668
msgid "Add Selected Question(s)"
msgstr ""
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.6.1",
"version": "4.6.2",
"description": "Sensei LMS",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand Down
27 changes: 12 additions & 15 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.2
Stable tag: 4.6.1
Stable tag: 4.6.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

2022-08-17 - version 4.6.2
* Fix: Learning Mode - Do not filter templates for query slugs if it is indexing. [#5460](https://github.com/Automattic/sensei/pull/5460)
* Fix: Do not save -1 values on quiz meta [#5461](https://github.com/Automattic/sensei/pull/5461)
* Fix: Revert "Change className prop to not use classnames" [#5464](https://github.com/Automattic/sensei/pull/5464)
* Fix: Fix timeupdate event on the youtube adapter [#5452](https://github.com/Automattic/sensei/pull/5452)
* Fix: Fix interactive video when no video is set [#5442](https://github.com/Automattic/sensei/pull/5442)
* Add: Add className prop to Sensei modal [#5462](https://github.com/Automattic/sensei/pull/5462)
* Add: Change confirm dialog styles [#5454](https://github.com/Automattic/sensei/pull/5454)
* Add: Fix set current time to keep the same behavior for all players [#5416](https://github.com/Automattic/sensei/pull/5416)


2022-08-09 - version 4.6.1
* Fix: Fix lesson quick edit and bulk edit for quiz settings [#4404](https://github.com/Automattic/sensei/pull/4404)
* Fix: Use standard approach of displaying filters for list tables [#5174](https://github.com/Automattic/sensei/pull/5174)
Expand All @@ -140,17 +151,3 @@ Please visit the [Sensei Blog](https://senseilms.com/blog/) or sign up for our [
* Fix: Modules loosing configuration when module is changed [#5387](https://github.com/Automattic/sensei/pull/5387)
* Tweak: Hide action buttons' notification [#5386](https://github.com/Automattic/sensei/pull/5386)

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

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.6.1
* Version: 4.6.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.6.1' );
define( 'SENSEI_LMS_VERSION', '4.6.2' );
define( 'SENSEI_LMS_PLUGIN_FILE', __FILE__ );

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

0 comments on commit 0273975

Please sign in to comment.