From 8761e20621850d785516213945a25aed094171b8 Mon Sep 17 00:00:00 2001 From: Jake Oehler Morrison Date: Thu, 10 Nov 2022 17:45:13 +0000 Subject: [PATCH] Bump version to 4.8.1 --- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 10 +++++----- sensei-lms.php | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index afec686705..d4a3719eb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sensei-lms", - "version": "4.8.0", + "version": "4.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sensei-lms", - "version": "4.8.0", + "version": "4.8.1", "license": "GPL-2.0-or-later", "dependencies": { "@wordpress/api-fetch": "wp-5.9", diff --git a/package.json b/package.json index 862ecbfe8e..00dda69154 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sensei-lms", "title": "Sensei LMS", - "version": "4.8.0", + "version": "4.8.1", "description": "Sensei LMS", "author": "Automattic", "license": "GPL-2.0-or-later", diff --git a/readme.txt b/readme.txt index f5e55a62a7..997fea62f3 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: lms, eLearning, teach, online courses, woocommerce Requires at least: 5.9 Tested up to: 6.1 Requires PHP: 7.2 -Stable tag: 4.8.0 +Stable tag: 4.8.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -27,7 +27,7 @@ Your knowledge is worth teaching - teach freely with Sensei LMS! - Embed videos from YouTube, Vimeo, and VideoPress for video-based courses. - Add the Course List block to any page or post to display available courses. - Customize the look and feel to match your branding and site style. -- Enable the optional Learning Mode for a distraction free and immersive learning experience. +- Enable the optional Learning Mode for a distraction free and immersive learning experience. ### Quizzes That Reinforce ### Leverage the power of quizzes to strengthen your students’ understanding of key concepts and evaluate their progress. @@ -46,12 +46,12 @@ Do more and sell courses with Sensei Pro, which includes: https://videopress.com/v/tLYw7R27 -**Advanced Quiz Features:** Enable a quiz timer and add an ordering quiz question type. With Pro, you can add individual quiz questions to any WordPress content, not just in a quiz. +**Advanced Quiz Features:** Enable a quiz timer and add an ordering quiz question type. With Pro, you can add individual quiz questions to any WordPress content, not just in a quiz. -**Groups & Cohorts:** Organize students into groups and cohorts to manage access and customize learning experiences. +**Groups & Cohorts:** Organize students into groups and cohorts to manage access and customize learning experiences. **Course Access Periods:** Select a start date, end date, or a specific amount of time that courses will remain accessible to students. - + **Conditional Content:** Hide and show lessons and content in lessons based on groups, enrollment status, and date. **Priority Support:** Our team of expert and friendly engineers are standing by and ready to help! diff --git a/sensei-lms.php b/sensei-lms.php index 15e209a0fe..562674af20 100644 --- a/sensei-lms.php +++ b/sensei-lms.php @@ -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.8.0 + * Version: 4.8.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 @@ -36,7 +36,7 @@ } if ( ! defined( 'SENSEI_LMS_VERSION' ) ) { - define( 'SENSEI_LMS_VERSION', '4.8.0' ); // WRCS: DEFINED_VERSION. + define( 'SENSEI_LMS_VERSION', '4.8.1' ); // WRCS: DEFINED_VERSION. } if ( ! defined( 'SENSEI_LMS_PLUGIN_FILE' ) ) {