Plugin Directory

Changeset 2859809


Ignore:
Timestamp:
02/03/2023 06:47:43 PM (3 years ago)
Author:
m1r0
Message:

Tagging version 4.11.1

Location:
sensei-lms
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • sensei-lms/tags/4.11.1/changelog.txt

    r2858968 r2859809  
    11*** Changelog ***
     2
     32023-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)
    212
    3132023-02-02 - version 4.11.0
  • sensei-lms/tags/4.11.1/includes/blocks/course-theme/class-course-content.php

    r2858968 r2859809  
    103103     * @return string
    104104     */
    105     private function render_lesson_content( string $content ): string {
     105    private function render_lesson_content( $content ) {
    106106        global $_wp_current_template_content;
    107107
  • sensei-lms/tags/4.11.1/includes/class-sensei-notices.php

    r2847457 r2859809  
    186186     * @return string The modified content.
    187187     */
    188     public function prepend_notices_to_content( string $content ) : string {
     188    public function prepend_notices_to_content( $content ) {
    189189        if ( in_the_loop() && is_main_query() ) {
    190190
  • sensei-lms/tags/4.11.1/lang/sensei-lms.pot

    r2858968 r2859809  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Sensei LMS 4.11.0\n"
     5"Project-Id-Version: Sensei LMS 4.11.1\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/sensei-lms\n"
    77"Last-Translator: \n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2023-02-02T11:57:49+00:00\n"
     12"POT-Creation-Date: 2023-02-03T17:19:01+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.7.1\n"
     
    652652#: templates/course-results/lessons.php:39
    653653#: templates/single-course/modules.php:102
    654 #: assets/blocks/course-outline/module-block/module-edit.js:235
     654#: assets/blocks/course-outline/module-block/module-edit.js:236
    655655#: assets/dist/blocks/single-course.js:381
    656656#: assets/dist/data-port/export.js:187
     
    762762#: includes/admin/class-sensei-setup-wizard-pages.php:131
    763763#: includes/admin/class-sensei-setup-wizard-pages.php:233
    764 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:100
    765 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:160
     764#: 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
    766766#: assets/blocks/course-actions-block/course-actions/course-actions-edit.js:29
    767767#: assets/blocks/course-actions-block/course-actions/index.js:22
     
    773773#: includes/admin/class-sensei-setup-wizard-pages.php:135
    774774#: includes/admin/class-sensei-setup-wizard-pages.php:237
    775 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:104
    776 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:166
    777 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:221
    778 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:274
     775#: 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
    779779#: includes/block-patterns/page/templates/landing-page-grid.php:72
    780780#: includes/block-patterns/page/templates/landing-page-list.php:82
     
    799799#: includes/admin/class-sensei-setup-wizard-pages.php:139
    800800#: includes/admin/class-sensei-setup-wizard-pages.php:241
    801 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:108
    802 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:172
     801#: 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
    803803#: assets/blocks/course-actions-block/course-actions/course-actions-edit.js:36
    804804#: assets/dist/blocks/global-blocks.js:224
     
    14251425msgstr ""
    14261426
    1427 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:58
     1427#: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:54
    14281428msgid "Courses displayed in a list"
    14291429msgstr ""
    14301430
    1431 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:125
     1431#: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:121
    14321432msgid "Courses displayed in a grid"
    14331433msgstr ""
    14341434
    1435 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:187
     1435#: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:183
    14361436msgid "Course List - Grid"
    14371437msgstr ""
    14381438
    1439 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:192
    1440 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:240
     1439#: 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
    14411441#: includes/block-patterns/page/templates/landing-page-grid.php:40
    14421442#: includes/block-patterns/page/templates/landing-page-list.php:40
     
    14441444msgstr ""
    14451445
    1446 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:196
    1447 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:244
     1446#: 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
    14481448#: includes/block-patterns/page/templates/landing-page-grid.php:44
    14491449#: includes/block-patterns/page/templates/landing-page-list.php:44
     
    14511451msgstr ""
    14521452
    1453 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:217
    1454 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:270
     1453#: 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
    14551455#: includes/block-patterns/page/templates/landing-page-grid.php:68
    14561456#: includes/block-patterns/page/templates/landing-page-list.php:78
     
    14601460msgstr ""
    14611461
    1462 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:225
    1463 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:278
     1462#: 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
    14641464#: includes/block-patterns/page/templates/landing-page-grid.php:76
    14651465#: includes/block-patterns/page/templates/landing-page-list.php:86
     
    14671467msgstr ""
    14681468
    1469 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:235
     1469#: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:231
    14701470#: assets/blocks/course-list-block/index.js:36
    14711471#: assets/dist/blocks/global-blocks.js:368
     
    19981998
    19991999#: includes/blocks/class-sensei-course-outline-module-block.php:91
    2000 #: assets/blocks/course-outline/module-block/module-edit.js:211
     2000#: assets/blocks/course-outline/module-block/module-edit.js:212
    20012001#: assets/dist/blocks/single-course.js:381
    20022002msgid "Toggle module content"
     
    59925992
    59935993#: includes/rest-api/class-sensei-rest-api-course-structure-controller.php:287
    5994 #: assets/blocks/course-outline/module-block/module-edit.js:226
     5994#: assets/blocks/course-outline/module-block/module-edit.js:227
    59955995#: assets/dist/blocks/single-course.js:381
    59965996msgid "Module description"
     
    67166716msgstr ""
    67176717
    6718 #: assets/admin/editor-wizard/steps/patterns-step.js:68
    6719 #: assets/dist/admin/editor-wizard/index.js:132
     6718#: assets/admin/editor-wizard/steps/patterns-step.js:80
     6719#: assets/dist/admin/editor-wizard/index.js:133
    67206720msgid "Start with default layout"
    67216721msgstr ""
     
    67236723#. translators: %1$d Current step number, %2$d Number of steps.
    67246724#: assets/admin/editor-wizard/wizard.js:52
    6725 #: assets/dist/admin/editor-wizard/index.js:156
     6725#: assets/dist/admin/editor-wizard/index.js:157
    67266726msgid "Step %1$d of %2$d"
    67276727msgstr ""
     
    69386938#: assets/blocks/course-categories-block/course-categories-edit.js:127
    69396939#: assets/blocks/course-outline/lesson-block/lesson-edit.js:127
    6940 #: assets/blocks/course-outline/module-block/module-edit.js:254
     6940#: assets/blocks/course-outline/module-block/module-edit.js:255
    69416941#: assets/blocks/course-progress-block/course-progress-edit.js:131
    69426942#: assets/dist/blocks/global-blocks.js:182
     
    71827182msgstr ""
    71837183
    7184 #: assets/blocks/course-outline/module-block/module-edit.js:185
     7184#: assets/blocks/course-outline/module-block/module-edit.js:186
    71857185#: assets/dist/blocks/single-course.js:381
    71867186msgid "Module name"
    71877187msgstr ""
    71887188
    7189 #: assets/blocks/course-outline/module-block/module-edit.js:252
     7189#: assets/blocks/course-outline/module-block/module-edit.js:253
    71907190#: assets/dist/blocks/single-course.js:370
    71917191msgid "Main color"
    71927192msgstr ""
    71937193
    7194 #: assets/blocks/course-outline/module-block/module-edit.js:257
     7194#: assets/blocks/course-outline/module-block/module-edit.js:258
    71957195#: assets/dist/blocks/single-course.js:370
    71967196msgid "Border color"
     
    73597359#. translators: %1$d number of characters introduced, %2$d number of total characters allowed.
    73607360#: assets/blocks/editor-components/limited-text-control/index.js:27
    7361 #: assets/dist/admin/editor-wizard/index.js:166
     7361#: assets/dist/admin/editor-wizard/index.js:167
    73627362msgid "Characters: %1$d/%2$d"
    73637363msgstr ""
     
    85958595msgstr ""
    85968596
    8597 #: assets/dist/admin/editor-wizard/index.js:206
     8597#: assets/dist/admin/editor-wizard/index.js:207
    85988598#: assets/dist/home/index.js:249
    85998599#: assets/extensions/store.js:139
     
    86028602
    86038603#. translators: Placeholder is the underlying error message.
    8604 #: assets/dist/admin/editor-wizard/index.js:207
     8604#: assets/dist/admin/editor-wizard/index.js:208
    86058605#: assets/dist/home/index.js:250
    86068606#: assets/extensions/store.js:144
     
    86088608msgstr ""
    86098609
    8610 #: assets/dist/admin/editor-wizard/index.js:207
     8610#: assets/dist/admin/editor-wizard/index.js:208
    86118611#: assets/dist/home/index.js:250
    86128612#: assets/extensions/store.js:150
     
    86158615
    86168616#. translators: Placeholder is the underlying error message.
    8617 #: assets/dist/admin/editor-wizard/index.js:208
     8617#: assets/dist/admin/editor-wizard/index.js:209
    86188618#: assets/dist/home/index.js:251
    86198619#: assets/extensions/store.js:155
  • sensei-lms/tags/4.11.1/readme.txt

    r2858968 r2859809  
    66Tested up to: 6.1
    77Requires PHP: 7.2
    8 Stable tag: 4.11.0
     8Stable tag: 4.11.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    117117== Changelog ==
    118118
     1192023-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
    1191292023-02-02 - version 4.11.0
    120130* New: Guest users and teachers preview [#6421](https://github.com/Automattic/sensei/pull/6421)
     
    161171* Tweak: Update Sensei logo [#6336](https://github.com/Automattic/sensei/pull/6336)
    162172* 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.1
    165 * 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  
    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.11.0
     6 * Version: 4.11.1
    77 * Author: Automattic
    88 * Author URI: https://automattic.com
     
    3737
    3838if ( ! 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.
    4040}
    4141
  • sensei-lms/trunk/changelog.txt

    r2858968 r2859809  
    11*** Changelog ***
     2
     32023-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)
    212
    3132023-02-02 - version 4.11.0
  • sensei-lms/trunk/includes/blocks/course-theme/class-course-content.php

    r2858968 r2859809  
    103103     * @return string
    104104     */
    105     private function render_lesson_content( string $content ): string {
     105    private function render_lesson_content( $content ) {
    106106        global $_wp_current_template_content;
    107107
  • sensei-lms/trunk/includes/class-sensei-notices.php

    r2847457 r2859809  
    186186     * @return string The modified content.
    187187     */
    188     public function prepend_notices_to_content( string $content ) : string {
     188    public function prepend_notices_to_content( $content ) {
    189189        if ( in_the_loop() && is_main_query() ) {
    190190
  • sensei-lms/trunk/lang/sensei-lms.pot

    r2858968 r2859809  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Sensei LMS 4.11.0\n"
     5"Project-Id-Version: Sensei LMS 4.11.1\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/sensei-lms\n"
    77"Last-Translator: \n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2023-02-02T11:57:49+00:00\n"
     12"POT-Creation-Date: 2023-02-03T17:19:01+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.7.1\n"
     
    652652#: templates/course-results/lessons.php:39
    653653#: templates/single-course/modules.php:102
    654 #: assets/blocks/course-outline/module-block/module-edit.js:235
     654#: assets/blocks/course-outline/module-block/module-edit.js:236
    655655#: assets/dist/blocks/single-course.js:381
    656656#: assets/dist/data-port/export.js:187
     
    762762#: includes/admin/class-sensei-setup-wizard-pages.php:131
    763763#: includes/admin/class-sensei-setup-wizard-pages.php:233
    764 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:100
    765 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:160
     764#: 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
    766766#: assets/blocks/course-actions-block/course-actions/course-actions-edit.js:29
    767767#: assets/blocks/course-actions-block/course-actions/index.js:22
     
    773773#: includes/admin/class-sensei-setup-wizard-pages.php:135
    774774#: includes/admin/class-sensei-setup-wizard-pages.php:237
    775 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:104
    776 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:166
    777 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:221
    778 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:274
     775#: 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
    779779#: includes/block-patterns/page/templates/landing-page-grid.php:72
    780780#: includes/block-patterns/page/templates/landing-page-list.php:82
     
    799799#: includes/admin/class-sensei-setup-wizard-pages.php:139
    800800#: includes/admin/class-sensei-setup-wizard-pages.php:241
    801 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:108
    802 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:172
     801#: 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
    803803#: assets/blocks/course-actions-block/course-actions/course-actions-edit.js:36
    804804#: assets/dist/blocks/global-blocks.js:224
     
    14251425msgstr ""
    14261426
    1427 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:58
     1427#: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:54
    14281428msgid "Courses displayed in a list"
    14291429msgstr ""
    14301430
    1431 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:125
     1431#: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:121
    14321432msgid "Courses displayed in a grid"
    14331433msgstr ""
    14341434
    1435 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:187
     1435#: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:183
    14361436msgid "Course List - Grid"
    14371437msgstr ""
    14381438
    1439 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:192
    1440 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:240
     1439#: 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
    14411441#: includes/block-patterns/page/templates/landing-page-grid.php:40
    14421442#: includes/block-patterns/page/templates/landing-page-list.php:40
     
    14441444msgstr ""
    14451445
    1446 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:196
    1447 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:244
     1446#: 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
    14481448#: includes/block-patterns/page/templates/landing-page-grid.php:44
    14491449#: includes/block-patterns/page/templates/landing-page-list.php:44
     
    14511451msgstr ""
    14521452
    1453 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:217
    1454 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:270
     1453#: 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
    14551455#: includes/block-patterns/page/templates/landing-page-grid.php:68
    14561456#: includes/block-patterns/page/templates/landing-page-list.php:78
     
    14601460msgstr ""
    14611461
    1462 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:225
    1463 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:278
     1462#: 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
    14641464#: includes/block-patterns/page/templates/landing-page-grid.php:76
    14651465#: includes/block-patterns/page/templates/landing-page-list.php:86
     
    14671467msgstr ""
    14681468
    1469 #: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:235
     1469#: includes/block-patterns/course-list/class-sensei-course-list-block-patterns.php:231
    14701470#: assets/blocks/course-list-block/index.js:36
    14711471#: assets/dist/blocks/global-blocks.js:368
     
    19981998
    19991999#: includes/blocks/class-sensei-course-outline-module-block.php:91
    2000 #: assets/blocks/course-outline/module-block/module-edit.js:211
     2000#: assets/blocks/course-outline/module-block/module-edit.js:212
    20012001#: assets/dist/blocks/single-course.js:381
    20022002msgid "Toggle module content"
     
    59925992
    59935993#: includes/rest-api/class-sensei-rest-api-course-structure-controller.php:287
    5994 #: assets/blocks/course-outline/module-block/module-edit.js:226
     5994#: assets/blocks/course-outline/module-block/module-edit.js:227
    59955995#: assets/dist/blocks/single-course.js:381
    59965996msgid "Module description"
     
    67166716msgstr ""
    67176717
    6718 #: assets/admin/editor-wizard/steps/patterns-step.js:68
    6719 #: assets/dist/admin/editor-wizard/index.js:132
     6718#: assets/admin/editor-wizard/steps/patterns-step.js:80
     6719#: assets/dist/admin/editor-wizard/index.js:133
    67206720msgid "Start with default layout"
    67216721msgstr ""
     
    67236723#. translators: %1$d Current step number, %2$d Number of steps.
    67246724#: assets/admin/editor-wizard/wizard.js:52
    6725 #: assets/dist/admin/editor-wizard/index.js:156
     6725#: assets/dist/admin/editor-wizard/index.js:157
    67266726msgid "Step %1$d of %2$d"
    67276727msgstr ""
     
    69386938#: assets/blocks/course-categories-block/course-categories-edit.js:127
    69396939#: assets/blocks/course-outline/lesson-block/lesson-edit.js:127
    6940 #: assets/blocks/course-outline/module-block/module-edit.js:254
     6940#: assets/blocks/course-outline/module-block/module-edit.js:255
    69416941#: assets/blocks/course-progress-block/course-progress-edit.js:131
    69426942#: assets/dist/blocks/global-blocks.js:182
     
    71827182msgstr ""
    71837183
    7184 #: assets/blocks/course-outline/module-block/module-edit.js:185
     7184#: assets/blocks/course-outline/module-block/module-edit.js:186
    71857185#: assets/dist/blocks/single-course.js:381
    71867186msgid "Module name"
    71877187msgstr ""
    71887188
    7189 #: assets/blocks/course-outline/module-block/module-edit.js:252
     7189#: assets/blocks/course-outline/module-block/module-edit.js:253
    71907190#: assets/dist/blocks/single-course.js:370
    71917191msgid "Main color"
    71927192msgstr ""
    71937193
    7194 #: assets/blocks/course-outline/module-block/module-edit.js:257
     7194#: assets/blocks/course-outline/module-block/module-edit.js:258
    71957195#: assets/dist/blocks/single-course.js:370
    71967196msgid "Border color"
     
    73597359#. translators: %1$d number of characters introduced, %2$d number of total characters allowed.
    73607360#: assets/blocks/editor-components/limited-text-control/index.js:27
    7361 #: assets/dist/admin/editor-wizard/index.js:166
     7361#: assets/dist/admin/editor-wizard/index.js:167
    73627362msgid "Characters: %1$d/%2$d"
    73637363msgstr ""
     
    85958595msgstr ""
    85968596
    8597 #: assets/dist/admin/editor-wizard/index.js:206
     8597#: assets/dist/admin/editor-wizard/index.js:207
    85988598#: assets/dist/home/index.js:249
    85998599#: assets/extensions/store.js:139
     
    86028602
    86038603#. translators: Placeholder is the underlying error message.
    8604 #: assets/dist/admin/editor-wizard/index.js:207
     8604#: assets/dist/admin/editor-wizard/index.js:208
    86058605#: assets/dist/home/index.js:250
    86068606#: assets/extensions/store.js:144
     
    86088608msgstr ""
    86098609
    8610 #: assets/dist/admin/editor-wizard/index.js:207
     8610#: assets/dist/admin/editor-wizard/index.js:208
    86118611#: assets/dist/home/index.js:250
    86128612#: assets/extensions/store.js:150
     
    86158615
    86168616#. translators: Placeholder is the underlying error message.
    8617 #: assets/dist/admin/editor-wizard/index.js:208
     8617#: assets/dist/admin/editor-wizard/index.js:209
    86188618#: assets/dist/home/index.js:251
    86198619#: assets/extensions/store.js:155
  • sensei-lms/trunk/readme.txt

    r2858968 r2859809  
    66Tested up to: 6.1
    77Requires PHP: 7.2
    8 Stable tag: 4.11.0
     8Stable tag: 4.11.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    117117== Changelog ==
    118118
     1192023-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
    1191292023-02-02 - version 4.11.0
    120130* New: Guest users and teachers preview [#6421](https://github.com/Automattic/sensei/pull/6421)
     
    161171* Tweak: Update Sensei logo [#6336](https://github.com/Automattic/sensei/pull/6336)
    162172* 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.1
    165 * 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  
    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.11.0
     6 * Version: 4.11.1
    77 * Author: Automattic
    88 * Author URI: https://automattic.com
     
    3737
    3838if ( ! 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.
    4040}
    4141
Note: See TracChangeset for help on using the changeset viewer.