Changeset 2859809
- Timestamp:
- 02/03/2023 06:47:43 PM (3 years ago)
- Location:
- sensei-lms
- Files:
-
- 12 edited
- 1 copied
-
tags/4.11.1 (copied) (copied from sensei-lms/trunk)
-
tags/4.11.1/changelog.txt (modified) (1 diff)
-
tags/4.11.1/includes/blocks/course-theme/class-course-content.php (modified) (1 diff)
-
tags/4.11.1/includes/class-sensei-notices.php (modified) (1 diff)
-
tags/4.11.1/lang/sensei-lms.pot (modified) (22 diffs)
-
tags/4.11.1/readme.txt (modified) (3 diffs)
-
tags/4.11.1/sensei-lms.php (modified) (2 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/includes/blocks/course-theme/class-course-content.php (modified) (1 diff)
-
trunk/includes/class-sensei-notices.php (modified) (1 diff)
-
trunk/lang/sensei-lms.pot (modified) (22 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/sensei-lms.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sensei-lms/tags/4.11.1/changelog.txt
r2858968 r2859809 1 1 *** Changelog *** 2 3 2023-02-03 - version 4.11.1 4 * Add: Auto select course template depending on selected course pattern [#6200](https://github.com/Automattic/sensei/pull/6200) 5 * Fix: Prevent html entities from showing up in module titles in editor [#6372](https://github.com/Automattic/sensei/pull/6372) 6 * Fix: Remove separator from course list pattern [#6435](https://github.com/Automattic/sensei/pull/6435) 7 * Fix: Alignment of url buttons for Blockbase/Astra themes [#5814](https://github.com/Automattic/sensei/pull/5814) 8 * Fix: Type error when `the_content` is not a string [#6484](https://github.com/Automattic/sensei/pull/6484) 9 * Fix: `the_content` hook called twice when viewing a lesson in learning mode [#6438](https://github.com/Automattic/sensei/pull/6438) 10 * Tweak: Suppress theme without comments.php deprecation message [#6453](https://github.com/Automattic/sensei/pull/6453) 11 * Tweak: Round course progress to integer [#6232](https://github.com/Automattic/sensei/pull/6232) 2 12 3 13 2023-02-02 - version 4.11.0 -
sensei-lms/tags/4.11.1/includes/blocks/course-theme/class-course-content.php
r2858968 r2859809 103 103 * @return string 104 104 */ 105 private function render_lesson_content( string $content ): string{105 private function render_lesson_content( $content ) { 106 106 global $_wp_current_template_content; 107 107 -
sensei-lms/tags/4.11.1/includes/class-sensei-notices.php
r2847457 r2859809 186 186 * @return string The modified content. 187 187 */ 188 public function prepend_notices_to_content( string $content ) : string{188 public function prepend_notices_to_content( $content ) { 189 189 if ( in_the_loop() && is_main_query() ) { 190 190 -
sensei-lms/tags/4.11.1/lang/sensei-lms.pot
r2858968 r2859809 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Sensei LMS 4.11. 0\n"5 "Project-Id-Version: Sensei LMS 4.11.1\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/sensei-lms\n" 7 7 "Last-Translator: \n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2023-02-0 2T11:57:49+00:00\n"12 "POT-Creation-Date: 2023-02-03T17:19:01+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.7.1\n" … … 652 652 #: templates/course-results/lessons.php:39 653 653 #: templates/single-course/modules.php:102 654 #: assets/blocks/course-outline/module-block/module-edit.js:23 5654 #: assets/blocks/course-outline/module-block/module-edit.js:236 655 655 #: assets/dist/blocks/single-course.js:381 656 656 #: assets/dist/data-port/export.js:187 … … 762 762 #: includes/admin/class-sensei-setup-wizard-pages.php:131 763 763 #: includes/admin/class-sensei-setup-wizard-pages.php:233 764 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php: 100765 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:1 60764 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:96 765 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:156 766 766 #: assets/blocks/course-actions-block/course-actions/course-actions-edit.js:29 767 767 #: assets/blocks/course-actions-block/course-actions/index.js:22 … … 773 773 #: includes/admin/class-sensei-setup-wizard-pages.php:135 774 774 #: includes/admin/class-sensei-setup-wizard-pages.php:237 775 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:10 4776 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:16 6777 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:2 21778 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:27 4775 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:100 776 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:162 777 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:217 778 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:270 779 779 #: includes/block-patterns/page/templates/landing-page-grid.php:72 780 780 #: includes/block-patterns/page/templates/landing-page-list.php:82 … … 799 799 #: includes/admin/class-sensei-setup-wizard-pages.php:139 800 800 #: includes/admin/class-sensei-setup-wizard-pages.php:241 801 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:10 8802 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:1 72801 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:104 802 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:168 803 803 #: assets/blocks/course-actions-block/course-actions/course-actions-edit.js:36 804 804 #: assets/dist/blocks/global-blocks.js:224 … … 1425 1425 msgstr "" 1426 1426 1427 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:5 81427 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:54 1428 1428 msgid "Courses displayed in a list" 1429 1429 msgstr "" 1430 1430 1431 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:12 51431 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:121 1432 1432 msgid "Courses displayed in a grid" 1433 1433 msgstr "" 1434 1434 1435 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:18 71435 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:183 1436 1436 msgid "Course List - Grid" 1437 1437 msgstr "" 1438 1438 1439 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:1 921440 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:2 401439 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:188 1440 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:236 1441 1441 #: includes/block-patterns/page/templates/landing-page-grid.php:40 1442 1442 #: includes/block-patterns/page/templates/landing-page-list.php:40 … … 1444 1444 msgstr "" 1445 1445 1446 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:19 61447 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:24 41446 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:192 1447 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:240 1448 1448 #: includes/block-patterns/page/templates/landing-page-grid.php:44 1449 1449 #: includes/block-patterns/page/templates/landing-page-list.php:44 … … 1451 1451 msgstr "" 1452 1452 1453 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:21 71454 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:2 701453 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:213 1454 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:266 1455 1455 #: includes/block-patterns/page/templates/landing-page-grid.php:68 1456 1456 #: includes/block-patterns/page/templates/landing-page-list.php:78 … … 1460 1460 msgstr "" 1461 1461 1462 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:22 51463 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:27 81462 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:221 1463 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:274 1464 1464 #: includes/block-patterns/page/templates/landing-page-grid.php:76 1465 1465 #: includes/block-patterns/page/templates/landing-page-list.php:86 … … 1467 1467 msgstr "" 1468 1468 1469 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:23 51469 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:231 1470 1470 #: assets/blocks/course-list-block/index.js:36 1471 1471 #: assets/dist/blocks/global-blocks.js:368 … … 1998 1998 1999 1999 #: includes/blocks/class-sensei-course-outline-module-block.php:91 2000 #: assets/blocks/course-outline/module-block/module-edit.js:21 12000 #: assets/blocks/course-outline/module-block/module-edit.js:212 2001 2001 #: assets/dist/blocks/single-course.js:381 2002 2002 msgid "Toggle module content" … … 5992 5992 5993 5993 #: includes/rest-api/class-sensei-rest-api-course-structure-controller.php:287 5994 #: assets/blocks/course-outline/module-block/module-edit.js:22 65994 #: assets/blocks/course-outline/module-block/module-edit.js:227 5995 5995 #: assets/dist/blocks/single-course.js:381 5996 5996 msgid "Module description" … … 6716 6716 msgstr "" 6717 6717 6718 #: assets/admin/editor-wizard/steps/patterns-step.js: 686719 #: assets/dist/admin/editor-wizard/index.js:13 26718 #: assets/admin/editor-wizard/steps/patterns-step.js:80 6719 #: assets/dist/admin/editor-wizard/index.js:133 6720 6720 msgid "Start with default layout" 6721 6721 msgstr "" … … 6723 6723 #. translators: %1$d Current step number, %2$d Number of steps. 6724 6724 #: assets/admin/editor-wizard/wizard.js:52 6725 #: assets/dist/admin/editor-wizard/index.js:15 66725 #: assets/dist/admin/editor-wizard/index.js:157 6726 6726 msgid "Step %1$d of %2$d" 6727 6727 msgstr "" … … 6938 6938 #: assets/blocks/course-categories-block/course-categories-edit.js:127 6939 6939 #: assets/blocks/course-outline/lesson-block/lesson-edit.js:127 6940 #: assets/blocks/course-outline/module-block/module-edit.js:25 46940 #: assets/blocks/course-outline/module-block/module-edit.js:255 6941 6941 #: assets/blocks/course-progress-block/course-progress-edit.js:131 6942 6942 #: assets/dist/blocks/global-blocks.js:182 … … 7182 7182 msgstr "" 7183 7183 7184 #: assets/blocks/course-outline/module-block/module-edit.js:18 57184 #: assets/blocks/course-outline/module-block/module-edit.js:186 7185 7185 #: assets/dist/blocks/single-course.js:381 7186 7186 msgid "Module name" 7187 7187 msgstr "" 7188 7188 7189 #: assets/blocks/course-outline/module-block/module-edit.js:25 27189 #: assets/blocks/course-outline/module-block/module-edit.js:253 7190 7190 #: assets/dist/blocks/single-course.js:370 7191 7191 msgid "Main color" 7192 7192 msgstr "" 7193 7193 7194 #: assets/blocks/course-outline/module-block/module-edit.js:25 77194 #: assets/blocks/course-outline/module-block/module-edit.js:258 7195 7195 #: assets/dist/blocks/single-course.js:370 7196 7196 msgid "Border color" … … 7359 7359 #. translators: %1$d number of characters introduced, %2$d number of total characters allowed. 7360 7360 #: assets/blocks/editor-components/limited-text-control/index.js:27 7361 #: assets/dist/admin/editor-wizard/index.js:16 67361 #: assets/dist/admin/editor-wizard/index.js:167 7362 7362 msgid "Characters: %1$d/%2$d" 7363 7363 msgstr "" … … 8595 8595 msgstr "" 8596 8596 8597 #: assets/dist/admin/editor-wizard/index.js:20 68597 #: assets/dist/admin/editor-wizard/index.js:207 8598 8598 #: assets/dist/home/index.js:249 8599 8599 #: assets/extensions/store.js:139 … … 8602 8602 8603 8603 #. translators: Placeholder is the underlying error message. 8604 #: assets/dist/admin/editor-wizard/index.js:20 78604 #: assets/dist/admin/editor-wizard/index.js:208 8605 8605 #: assets/dist/home/index.js:250 8606 8606 #: assets/extensions/store.js:144 … … 8608 8608 msgstr "" 8609 8609 8610 #: assets/dist/admin/editor-wizard/index.js:20 78610 #: assets/dist/admin/editor-wizard/index.js:208 8611 8611 #: assets/dist/home/index.js:250 8612 8612 #: assets/extensions/store.js:150 … … 8615 8615 8616 8616 #. translators: Placeholder is the underlying error message. 8617 #: assets/dist/admin/editor-wizard/index.js:20 88617 #: assets/dist/admin/editor-wizard/index.js:209 8618 8618 #: assets/dist/home/index.js:251 8619 8619 #: assets/extensions/store.js:155 -
sensei-lms/tags/4.11.1/readme.txt
r2858968 r2859809 6 6 Tested up to: 6.1 7 7 Requires PHP: 7.2 8 Stable tag: 4.11. 08 Stable tag: 4.11.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 117 117 == Changelog == 118 118 119 2023-02-03 - version 4.11.1 120 * Add: Auto select course template depending on selected course pattern [#6200](https://github.com/Automattic/sensei/pull/6200) 121 * Fix: Prevent html entities from showing up in module titles in editor [#6372](https://github.com/Automattic/sensei/pull/6372) 122 * Fix: Remove separator from course list pattern [#6435](https://github.com/Automattic/sensei/pull/6435) 123 * Fix: Alignment of url buttons for Blockbase/Astra themes [#5814](https://github.com/Automattic/sensei/pull/5814) 124 * Fix: Type error when `the_content` is not a string [#6484](https://github.com/Automattic/sensei/pull/6484) 125 * Fix: `the_content` hook called twice when viewing a lesson in learning mode [#6438](https://github.com/Automattic/sensei/pull/6438) 126 * Tweak: Suppress theme without comments.php deprecation message [#6453](https://github.com/Automattic/sensei/pull/6453) 127 * Tweak: Round course progress to integer [#6232](https://github.com/Automattic/sensei/pull/6232) 128 119 129 2023-02-02 - version 4.11.0 120 130 * New: Guest users and teachers preview [#6421](https://github.com/Automattic/sensei/pull/6421) … … 161 171 * Tweak: Update Sensei logo [#6336](https://github.com/Automattic/sensei/pull/6336) 162 172 * Tweak: Display warning in the editor when adding the lesson properties block if Learning Mode is enabled [#6078](https://github.com/Automattic/sensei/pull/6078) 163 164 2022-12-09 - version 4.9.1165 * Fix: Always initialize question blocks in frontend [#6258](https://github.com/Automattic/sensei/pull/6258)166 * Fix: Fix global admin styles for Groups badge and landing page [#6260](https://github.com/Automattic/sensei/pull/6260) -
sensei-lms/tags/4.11.1/sensei-lms.php
r2858968 r2859809 4 4 * Plugin URI: https://senseilms.com/ 5 5 * Description: Share your knowledge, grow your network, and strengthen your brand by launching an online course. 6 * Version: 4.11. 06 * Version: 4.11.1 7 7 * Author: Automattic 8 8 * Author URI: https://automattic.com … … 37 37 38 38 if ( ! defined( 'SENSEI_LMS_VERSION' ) ) { 39 define( 'SENSEI_LMS_VERSION', '4.11. 0' ); // WRCS: DEFINED_VERSION.39 define( 'SENSEI_LMS_VERSION', '4.11.1' ); // WRCS: DEFINED_VERSION. 40 40 } 41 41 -
sensei-lms/trunk/changelog.txt
r2858968 r2859809 1 1 *** Changelog *** 2 3 2023-02-03 - version 4.11.1 4 * Add: Auto select course template depending on selected course pattern [#6200](https://github.com/Automattic/sensei/pull/6200) 5 * Fix: Prevent html entities from showing up in module titles in editor [#6372](https://github.com/Automattic/sensei/pull/6372) 6 * Fix: Remove separator from course list pattern [#6435](https://github.com/Automattic/sensei/pull/6435) 7 * Fix: Alignment of url buttons for Blockbase/Astra themes [#5814](https://github.com/Automattic/sensei/pull/5814) 8 * Fix: Type error when `the_content` is not a string [#6484](https://github.com/Automattic/sensei/pull/6484) 9 * Fix: `the_content` hook called twice when viewing a lesson in learning mode [#6438](https://github.com/Automattic/sensei/pull/6438) 10 * Tweak: Suppress theme without comments.php deprecation message [#6453](https://github.com/Automattic/sensei/pull/6453) 11 * Tweak: Round course progress to integer [#6232](https://github.com/Automattic/sensei/pull/6232) 2 12 3 13 2023-02-02 - version 4.11.0 -
sensei-lms/trunk/includes/blocks/course-theme/class-course-content.php
r2858968 r2859809 103 103 * @return string 104 104 */ 105 private function render_lesson_content( string $content ): string{105 private function render_lesson_content( $content ) { 106 106 global $_wp_current_template_content; 107 107 -
sensei-lms/trunk/includes/class-sensei-notices.php
r2847457 r2859809 186 186 * @return string The modified content. 187 187 */ 188 public function prepend_notices_to_content( string $content ) : string{188 public function prepend_notices_to_content( $content ) { 189 189 if ( in_the_loop() && is_main_query() ) { 190 190 -
sensei-lms/trunk/lang/sensei-lms.pot
r2858968 r2859809 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Sensei LMS 4.11. 0\n"5 "Project-Id-Version: Sensei LMS 4.11.1\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/sensei-lms\n" 7 7 "Last-Translator: \n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2023-02-0 2T11:57:49+00:00\n"12 "POT-Creation-Date: 2023-02-03T17:19:01+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.7.1\n" … … 652 652 #: templates/course-results/lessons.php:39 653 653 #: templates/single-course/modules.php:102 654 #: assets/blocks/course-outline/module-block/module-edit.js:23 5654 #: assets/blocks/course-outline/module-block/module-edit.js:236 655 655 #: assets/dist/blocks/single-course.js:381 656 656 #: assets/dist/data-port/export.js:187 … … 762 762 #: includes/admin/class-sensei-setup-wizard-pages.php:131 763 763 #: includes/admin/class-sensei-setup-wizard-pages.php:233 764 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php: 100765 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:1 60764 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:96 765 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:156 766 766 #: assets/blocks/course-actions-block/course-actions/course-actions-edit.js:29 767 767 #: assets/blocks/course-actions-block/course-actions/index.js:22 … … 773 773 #: includes/admin/class-sensei-setup-wizard-pages.php:135 774 774 #: includes/admin/class-sensei-setup-wizard-pages.php:237 775 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:10 4776 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:16 6777 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:2 21778 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:27 4775 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:100 776 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:162 777 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:217 778 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:270 779 779 #: includes/block-patterns/page/templates/landing-page-grid.php:72 780 780 #: includes/block-patterns/page/templates/landing-page-list.php:82 … … 799 799 #: includes/admin/class-sensei-setup-wizard-pages.php:139 800 800 #: includes/admin/class-sensei-setup-wizard-pages.php:241 801 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:10 8802 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:1 72801 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:104 802 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:168 803 803 #: assets/blocks/course-actions-block/course-actions/course-actions-edit.js:36 804 804 #: assets/dist/blocks/global-blocks.js:224 … … 1425 1425 msgstr "" 1426 1426 1427 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:5 81427 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:54 1428 1428 msgid "Courses displayed in a list" 1429 1429 msgstr "" 1430 1430 1431 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:12 51431 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:121 1432 1432 msgid "Courses displayed in a grid" 1433 1433 msgstr "" 1434 1434 1435 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:18 71435 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:183 1436 1436 msgid "Course List - Grid" 1437 1437 msgstr "" 1438 1438 1439 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:1 921440 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:2 401439 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:188 1440 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:236 1441 1441 #: includes/block-patterns/page/templates/landing-page-grid.php:40 1442 1442 #: includes/block-patterns/page/templates/landing-page-list.php:40 … … 1444 1444 msgstr "" 1445 1445 1446 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:19 61447 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:24 41446 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:192 1447 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:240 1448 1448 #: includes/block-patterns/page/templates/landing-page-grid.php:44 1449 1449 #: includes/block-patterns/page/templates/landing-page-list.php:44 … … 1451 1451 msgstr "" 1452 1452 1453 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:21 71454 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:2 701453 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:213 1454 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:266 1455 1455 #: includes/block-patterns/page/templates/landing-page-grid.php:68 1456 1456 #: includes/block-patterns/page/templates/landing-page-list.php:78 … … 1460 1460 msgstr "" 1461 1461 1462 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:22 51463 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:27 81462 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:221 1463 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:274 1464 1464 #: includes/block-patterns/page/templates/landing-page-grid.php:76 1465 1465 #: includes/block-patterns/page/templates/landing-page-list.php:86 … … 1467 1467 msgstr "" 1468 1468 1469 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:23 51469 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:231 1470 1470 #: assets/blocks/course-list-block/index.js:36 1471 1471 #: assets/dist/blocks/global-blocks.js:368 … … 1998 1998 1999 1999 #: includes/blocks/class-sensei-course-outline-module-block.php:91 2000 #: assets/blocks/course-outline/module-block/module-edit.js:21 12000 #: assets/blocks/course-outline/module-block/module-edit.js:212 2001 2001 #: assets/dist/blocks/single-course.js:381 2002 2002 msgid "Toggle module content" … … 5992 5992 5993 5993 #: includes/rest-api/class-sensei-rest-api-course-structure-controller.php:287 5994 #: assets/blocks/course-outline/module-block/module-edit.js:22 65994 #: assets/blocks/course-outline/module-block/module-edit.js:227 5995 5995 #: assets/dist/blocks/single-course.js:381 5996 5996 msgid "Module description" … … 6716 6716 msgstr "" 6717 6717 6718 #: assets/admin/editor-wizard/steps/patterns-step.js: 686719 #: assets/dist/admin/editor-wizard/index.js:13 26718 #: assets/admin/editor-wizard/steps/patterns-step.js:80 6719 #: assets/dist/admin/editor-wizard/index.js:133 6720 6720 msgid "Start with default layout" 6721 6721 msgstr "" … … 6723 6723 #. translators: %1$d Current step number, %2$d Number of steps. 6724 6724 #: assets/admin/editor-wizard/wizard.js:52 6725 #: assets/dist/admin/editor-wizard/index.js:15 66725 #: assets/dist/admin/editor-wizard/index.js:157 6726 6726 msgid "Step %1$d of %2$d" 6727 6727 msgstr "" … … 6938 6938 #: assets/blocks/course-categories-block/course-categories-edit.js:127 6939 6939 #: assets/blocks/course-outline/lesson-block/lesson-edit.js:127 6940 #: assets/blocks/course-outline/module-block/module-edit.js:25 46940 #: assets/blocks/course-outline/module-block/module-edit.js:255 6941 6941 #: assets/blocks/course-progress-block/course-progress-edit.js:131 6942 6942 #: assets/dist/blocks/global-blocks.js:182 … … 7182 7182 msgstr "" 7183 7183 7184 #: assets/blocks/course-outline/module-block/module-edit.js:18 57184 #: assets/blocks/course-outline/module-block/module-edit.js:186 7185 7185 #: assets/dist/blocks/single-course.js:381 7186 7186 msgid "Module name" 7187 7187 msgstr "" 7188 7188 7189 #: assets/blocks/course-outline/module-block/module-edit.js:25 27189 #: assets/blocks/course-outline/module-block/module-edit.js:253 7190 7190 #: assets/dist/blocks/single-course.js:370 7191 7191 msgid "Main color" 7192 7192 msgstr "" 7193 7193 7194 #: assets/blocks/course-outline/module-block/module-edit.js:25 77194 #: assets/blocks/course-outline/module-block/module-edit.js:258 7195 7195 #: assets/dist/blocks/single-course.js:370 7196 7196 msgid "Border color" … … 7359 7359 #. translators: %1$d number of characters introduced, %2$d number of total characters allowed. 7360 7360 #: assets/blocks/editor-components/limited-text-control/index.js:27 7361 #: assets/dist/admin/editor-wizard/index.js:16 67361 #: assets/dist/admin/editor-wizard/index.js:167 7362 7362 msgid "Characters: %1$d/%2$d" 7363 7363 msgstr "" … … 8595 8595 msgstr "" 8596 8596 8597 #: assets/dist/admin/editor-wizard/index.js:20 68597 #: assets/dist/admin/editor-wizard/index.js:207 8598 8598 #: assets/dist/home/index.js:249 8599 8599 #: assets/extensions/store.js:139 … … 8602 8602 8603 8603 #. translators: Placeholder is the underlying error message. 8604 #: assets/dist/admin/editor-wizard/index.js:20 78604 #: assets/dist/admin/editor-wizard/index.js:208 8605 8605 #: assets/dist/home/index.js:250 8606 8606 #: assets/extensions/store.js:144 … … 8608 8608 msgstr "" 8609 8609 8610 #: assets/dist/admin/editor-wizard/index.js:20 78610 #: assets/dist/admin/editor-wizard/index.js:208 8611 8611 #: assets/dist/home/index.js:250 8612 8612 #: assets/extensions/store.js:150 … … 8615 8615 8616 8616 #. translators: Placeholder is the underlying error message. 8617 #: assets/dist/admin/editor-wizard/index.js:20 88617 #: assets/dist/admin/editor-wizard/index.js:209 8618 8618 #: assets/dist/home/index.js:251 8619 8619 #: assets/extensions/store.js:155 -
sensei-lms/trunk/readme.txt
r2858968 r2859809 6 6 Tested up to: 6.1 7 7 Requires PHP: 7.2 8 Stable tag: 4.11. 08 Stable tag: 4.11.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 117 117 == Changelog == 118 118 119 2023-02-03 - version 4.11.1 120 * Add: Auto select course template depending on selected course pattern [#6200](https://github.com/Automattic/sensei/pull/6200) 121 * Fix: Prevent html entities from showing up in module titles in editor [#6372](https://github.com/Automattic/sensei/pull/6372) 122 * Fix: Remove separator from course list pattern [#6435](https://github.com/Automattic/sensei/pull/6435) 123 * Fix: Alignment of url buttons for Blockbase/Astra themes [#5814](https://github.com/Automattic/sensei/pull/5814) 124 * Fix: Type error when `the_content` is not a string [#6484](https://github.com/Automattic/sensei/pull/6484) 125 * Fix: `the_content` hook called twice when viewing a lesson in learning mode [#6438](https://github.com/Automattic/sensei/pull/6438) 126 * Tweak: Suppress theme without comments.php deprecation message [#6453](https://github.com/Automattic/sensei/pull/6453) 127 * Tweak: Round course progress to integer [#6232](https://github.com/Automattic/sensei/pull/6232) 128 119 129 2023-02-02 - version 4.11.0 120 130 * New: Guest users and teachers preview [#6421](https://github.com/Automattic/sensei/pull/6421) … … 161 171 * Tweak: Update Sensei logo [#6336](https://github.com/Automattic/sensei/pull/6336) 162 172 * Tweak: Display warning in the editor when adding the lesson properties block if Learning Mode is enabled [#6078](https://github.com/Automattic/sensei/pull/6078) 163 164 2022-12-09 - version 4.9.1165 * Fix: Always initialize question blocks in frontend [#6258](https://github.com/Automattic/sensei/pull/6258)166 * Fix: Fix global admin styles for Groups badge and landing page [#6260](https://github.com/Automattic/sensei/pull/6260) -
sensei-lms/trunk/sensei-lms.php
r2858968 r2859809 4 4 * Plugin URI: https://senseilms.com/ 5 5 * Description: Share your knowledge, grow your network, and strengthen your brand by launching an online course. 6 * Version: 4.11. 06 * Version: 4.11.1 7 7 * Author: Automattic 8 8 * Author URI: https://automattic.com … … 37 37 38 38 if ( ! defined( 'SENSEI_LMS_VERSION' ) ) { 39 define( 'SENSEI_LMS_VERSION', '4.11. 0' ); // WRCS: DEFINED_VERSION.39 define( 'SENSEI_LMS_VERSION', '4.11.1' ); // WRCS: DEFINED_VERSION. 40 40 } 41 41
Note: See TracChangeset
for help on using the changeset viewer.