Plugin Directory

Changeset 2349177

Timestamp:
07/30/2020 02:57:49 PM (4 years ago)
Author:
jakeom
Message:

Release Sensei LMS 3.3.1

Location:
sensei-lms
Files:
590 added
7 edited

Legend:

Unmodified
Added
Removed
  • sensei-lms/trunk/changelog.txt

    r2345332 r2349177  
    11*** Changelog ***
     2
     3
     4
    25
    362020.07.23 - version 3.3.0
  • sensei-lms/trunk/includes/admin/class-sensei-setup-wizard.php

    r2345332 r2349177  
    131131     */
    132132    public function enqueue_scripts() {
     133
    133134        Sensei()->assets->enqueue( 'sensei-setup-wizard', 'setup-wizard/index.js', [ 'sensei-event-logging', 'wp-i18n' ], true );
    134135        $this->setup_wizard_set_script_translations();
  • sensei-lms/trunk/includes/class-sensei-assets.php

    r2318445 r2349177  
    180180
    181181    }
     182
     183
     184
     185
     186
     187
     188
     189
     190
     191
     192
     193
     194
     195
     196
     197
     198
     199
     200
     201
     202
     203
     204
     205
     206
     207
     208
     209
     210
     211
     212
     213
     214
     215
     216
     217
     218
     219
     220
     221
     222
     223
     224
     225
     226
     227
     228
     229
     230
     231
     232
     233
     234
     235
     236
     237
     238
     239
     240
     241
    182242}
  • sensei-lms/trunk/includes/data-port/class-sensei-import.php

    r2345332 r2349177  
    3737                'admin_print_scripts',
    3838                function() {
     39
    3940                    Sensei()->assets->enqueue( 'sensei-import', 'data-port/import.js', [], true );
    4041                    wp_set_script_translations( 'sensei-import', 'sensei-lms' );
  • sensei-lms/trunk/lang/sensei-lms.pot

    r2345332 r2349177  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Sensei LMS 3.3.0\n"
     5"Project-Id-Version: Sensei LMS 3.3.\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: 2020-07-22T19:16:39+00:00\n"
     12"POT-Creation-Date: 2020-07-2+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.5.0-alpha\n"
     
    189189
    190190#: assets/data-port/import/steps.js:15
    191 #: includes/data-port/class-sensei-import.php:61
     191#: includes/data-port/class-sensei-import.php:6
    192192#: assets/dist/data-port/import.js:1
    193193msgid "Import"
     
    10341034msgstr ""
    10351035
    1036 #: includes/admin/class-sensei-setup-wizard.php:282
     1036#: includes/admin/class-sensei-setup-wizard.php:28
    10371037msgid "<strong>Welcome to Sensei LMS</strong> &#8211; You're almost ready to start creating online courses!"
    10381038msgstr ""
    10391039
    1040 #: includes/admin/class-sensei-setup-wizard.php:288
     1040#: includes/admin/class-sensei-setup-wizard.php:28
    10411041msgid "Complete Setup"
    10421042msgstr ""
    10431043
    1044 #: includes/admin/class-sensei-setup-wizard.php:290
     1044#: includes/admin/class-sensei-setup-wizard.php:29
    10451045msgid "Run the Setup Wizard"
    10461046msgstr ""
    10471047
    1048 #: includes/admin/class-sensei-setup-wizard.php:296
     1048#: includes/admin/class-sensei-setup-wizard.php:29
    10491049msgid "Skip setup"
    10501050msgstr ""
    10511051
    1052 #: includes/admin/class-sensei-setup-wizard.php:376
     1052#: includes/admin/class-sensei-setup-wizard.php:377
     1053#: includes/admin/class-sensei-setup-wizard.php:382
     1054msgid "Setup wizard"
     1055msgstr ""
     1056
     1057#: includes/admin/class-sensei-setup-wizard.php:379
     1058msgid "Sensei LMS Setup Wizard"
     1059msgstr ""
     1060
     1061#: includes/admin/class-sensei-setup-wizard.php:380
     1062msgid "Setup Wizard"
     1063msgstr ""
     1064
    10531065#: includes/admin/class-sensei-setup-wizard.php:381
    1054 msgid "Setup wizard"
    1055 msgstr ""
    1056 
    1057 #: includes/admin/class-sensei-setup-wizard.php:378
    1058 msgid "Sensei LMS Setup Wizard"
    1059 msgstr ""
    1060 
    1061 #: includes/admin/class-sensei-setup-wizard.php:379
    1062 msgid "Setup Wizard"
    1063 msgstr ""
    1064 
    1065 #: includes/admin/class-sensei-setup-wizard.php:380
    10661066msgid "If you need to access the setup wizard again, please click on the button below."
    10671067msgstr ""
     
    42864286msgstr ""
    42874287
    4288 #: includes/data-port/class-sensei-import.php:60
     4288#: includes/data-port/class-sensei-import.php:6
    42894289msgid "Import Content"
    42904290msgstr ""
  • sensei-lms/trunk/readme.txt

    r2345332 r2349177  
    55Tested up to: 5.4
    66Requires PHP: 5.6
    7 Stable tag: 3.3.0
     7Stable tag: 3.3.
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • sensei-lms/trunk/sensei-lms.php

    r2345332 r2349177  
    44 * Plugin URI: https://woocommerce.com/products/sensei/
    55 * Description: Share your knowledge, grow your network, and strengthen your brand by launching an online course.
    6  * Version: 3.3.0
     6 * Version: 3.3.
    77 * Author: Automattic
    88 * Author URI: https://automattic.com
     
    8989     */
    9090    function Sensei() {
    91         return Sensei_Main::instance( array( 'version' => '3.3.0' ) );
     91        return Sensei_Main::instance( array( 'version' => '3.3.' ) );
    9292    }
    9393}
Note: See TracChangeset for help on using the changeset viewer.