From 8341c1adb500ef71a8181ab3a937188faffdb6ad Mon Sep 17 00:00:00 2001 From: tungnx Date: Tue, 20 Dec 2022 14:18:35 +0700 Subject: [PATCH] = 4.2.0 = ~ Release. --- languages/learnpress.pot | 10 +++++----- learnpress.php | 2 +- readme.txt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/languages/learnpress.pot b/languages/learnpress.pot index af524d5e8..6633012cf 100644 --- a/languages/learnpress.pot +++ b/languages/learnpress.pot @@ -2,14 +2,14 @@ # This file is distributed under the same license as the LearnPress plugin. msgid "" msgstr "" -"Project-Id-Version: LearnPress 4.2.0-beta-12\n" +"Project-Id-Version: LearnPress 4.2.0\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/learnpress\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2022-12-20T05:18:43+03:00\n" +"POT-Creation-Date: 2022-12-20T06:59:59+03:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.7.1\n" "X-Domain: learnpress\n" @@ -2799,7 +2799,7 @@ msgstr "" msgid "Course is invalid!." msgstr "" -#: inc/class-lp-ajax.php:225 +#: inc/class-lp-ajax.php:227 msgid "Congrats! You have completed \"%s\"." msgstr "" @@ -7327,11 +7327,11 @@ msgstr "" msgid "Biographical Info" msgstr "" -#: templates/profile/tabs/settings/basic-information.php:63 +#: templates/profile/tabs/settings/basic-information.php:68 msgid "Share a little biographical information to fill out your profile. This may be shown publicly." msgstr "" -#: templates/profile/tabs/settings/basic-information.php:137 +#: templates/profile/tabs/settings/basic-information.php:142 #: templates/profile/tabs/settings/change-password.php:59 #: templates/profile/tabs/settings/privacy.php:51 msgid "Save changes" diff --git a/learnpress.php b/learnpress.php index cc8ef054b..99340bf1a 100644 --- a/learnpress.php +++ b/learnpress.php @@ -4,7 +4,7 @@ * Plugin URI: http://thimpress.com/learnpress * Description: LearnPress is a WordPress complete solution for creating a Learning Management System (LMS). It can help you to create courses, lessons and quizzes. * Author: ThimPress - * Version: 4.2.0-beta-12 + * Version: 4.2.0 * Author URI: http://thimpress.com * Requires at least: 5.8 * Tested up to: 6.1.1 diff --git a/readme.txt b/readme.txt index 2fb0de297..b77f15ed8 100644 --- a/readme.txt +++ b/readme.txt @@ -204,7 +204,7 @@ https://www.transifex.com/projects/p/learnpress/ == Changelog == -= 4.2.0 (2022-12-20) - View detail = += 4.2.0 (2022-12-20) = ~ Fixed: compatibility with WordPress PHP 8.1. ~ Not implements ArrayAccess, Iterator, Countable of PHP on classes: LP_Datetime, LP_Session_Handler, LP_User_Item_Course, LP_User_Item, LP_Quiz_Results, LP_Course_Item, LP_Quiz, LP_Array_Access, LP_Profile_Tabs. ~ Except class LP_Query_List_Table we still keep implements ArrayAccess (will notice the warning, but don't worry, you only need to disable WP_DEBUG mode), because addons: learnpress-h5p(version 4.0.1 and lower), learnpress-assignment(version 4.0.7 and lower) require it. So you need to update to the higher version of these plugins to make sure.