Skip to content

Commit

Permalink
Build 6.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasplevy committed Sep 7, 2022
1 parent 539caed commit 4971614
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changelogs/issue_2250.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .changelogs/membership-rev-fix.yml

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
LifterLMS Changelog
===================

v6.10.1 - 2022-09-07
--------------------

##### Bug Fixes

+ Fixed a PHP warning raised when logging errors during email notification dispatch. [#2250](https://github.com/gocodebox/lifterlms/issues/2250)
+ Fixed issue preventing one-time orders for being included in membership revenue reporting widgets. [#2254](https://github.com/gocodebox/lifterlms/issues/2254)


v6.10.0 - 2022-08-29
--------------------

Expand Down
2 changes: 1 addition & 1 deletion class-lifterlms.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ final class LifterLMS {
*
* @var string
*/
public $version = '6.10.0';
public $version = '6.10.1';

/**
* LLMS_Assets instance
Expand Down
4 changes: 2 additions & 2 deletions includes/abstracts/llms.abstract.notification.processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LifterLMS/Abstracts/Classes
*
* @since 3.8.0
* @version [version]
* @version 6.10.1
*/

defined( 'ABSPATH' ) || exit;
Expand Down Expand Up @@ -62,7 +62,7 @@ protected function complete() {
*
* @since 3.8.0
* @since 3.38.0 Added return from parent method.
* @since [version] Fixed malformed sprintf when logging dispatch errors.
* @since 6.10.1 Fixed malformed sprintf when logging dispatch errors.
*
* @return array|WP_Error Response from `wp_remote_post()`.
*/
Expand Down
4 changes: 2 additions & 2 deletions includes/class.llms.membership.data.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @package LifterLMS/Classes
*
* @since 3.32.0
* @version [version]
* @version 6.10.1
*/

defined( 'ABSPATH' ) || exit;
Expand Down Expand Up @@ -186,7 +186,7 @@ public function get_unenrollments( $period = 'current' ) {
* Execute a WP Query to retrieve orders within the given date range.
*
* @since 3.32.0
* @since [version] Fixed typo preventing one-time orders from adding to revenue.
* @since 6.10.1 Fixed typo preventing one-time orders from adding to revenue.
*
* @param int $num_orders Optional. Number of orders to retrieve. Default 1.
* @param array $dates Optiona. Date range (passed to WP_Query['date_query']). Default empty array.
Expand Down
8 changes: 6 additions & 2 deletions languages/lifterlms.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GPLv3.
msgid ""
msgstr ""
"Project-Id-Version: LifterLMS 6.10.0\n"
"Project-Id-Version: LifterLMS 6.10.1\n"
"Report-Msgid-Bugs-To: https://lifterlms.com/my-account/my-tickets\n"
"Last-Translator: Team LifterLMS <[email protected]>\n"
"Language-Team: Team LifterLMS <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2022-08-29T11:17:38-06:00\n"
"POT-Creation-Date: 2022-09-07T09:15:44-07:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: llms/dev 0.1.0\n"
"X-Domain: lifterlms\n"
Expand Down Expand Up @@ -2509,6 +2509,7 @@ msgstr ""
msgid "Template"
msgstr ""

#. Translators: %s: Post title.
#: includes/admin/post-types/post-tables/class-llms-admin-post-table-awards.php:117
#: includes/admin/post-types/post-tables/class-llms-admin-post-table-awards.php:325
msgid "Delete Permanently"
Expand Down Expand Up @@ -4037,6 +4038,7 @@ msgstr ""
msgid "Deletes pending batches generated by LifterLMS background processors."
msgstr ""

#. Translators: %d = the number of pending batches.
#: includes/admin/tools/class-llms-admin-tool-batch-eraser.php:44
msgid "There is currently %d pending batch that will be deleted."
msgid_plural "There are currently %d pending batches that will be deleted."
Expand Down Expand Up @@ -4080,6 +4082,7 @@ msgstr ""
msgid "The method used to determine when a limited-billing recurring order has completed its payment plan changed during version 5.3.0. This tool provides a report of orders which may been affected by this change. %1$sRead more%2$s about this change."
msgstr ""

#. Translators: %d = the number of pending batches.
#: includes/admin/tools/class-llms-admin-tool-limited-billing-order-locator.php:134
msgid "There is %d order that should be reviewed."
msgid_plural "There are %d orders that should be reviewed."
Expand All @@ -4098,6 +4101,7 @@ msgstr ""
msgid "Check active recurring orders to ensure their recurring payment action is properly scheduled for the next payment. If a recurring payment is due and not scheduled it will be rescheduled."
msgstr ""

#. Translators: %d = the number of pending batches.
#: includes/admin/tools/class-llms-admin-tool-recurring-payment-rescheduler.php:46
msgid "There is %d order that will be checked."
msgid_plural "There are %d orders that will be checked in batches of 50."
Expand Down
2 changes: 1 addition & 1 deletion lifterlms.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: LifterLMS
* Plugin URI: https://lifterlms.com/
* Description: LifterLMS is a powerful WordPress learning management system plugin that makes it easy to create, sell, and protect engaging online courses and training based membership websites.
* Version: 6.10.0
* Version: 6.10.1
* Author: LifterLMS
* Author URI: https://lifterlms.com/
* Text Domain: lifterlms
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lifterlms",
"version": "6.10.0",
"version": "6.10.1",
"description": "LifterLMS by codeBOX",
"repository": {
"type": "git",
Expand Down
31 changes: 9 additions & 22 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ License URI: https://www.gnu.org/licenses/gpl-3.0.html
Requires at least: 5.6
Tested up to: 6.0
Requires PHP: 7.4
Stable tag: 6.10.0
Stable tag: 6.10.1

LifterLMS is a powerful WordPress learning management system plugin that makes it easy to create, sell, and protect engaging online courses and training based membership websites.

Expand Down Expand Up @@ -540,6 +540,14 @@ You can review our full security policy at [https://lifterlms.com/security-polic

== Changelog ==

= v6.10.1 - 2022-09-07 =

##### Bug Fixes

+ Fixed a PHP warning raised when logging errors during email notification dispatch. [#2250](https://github.com/gocodebox/lifterlms/issues/2250)
+ Fixed issue preventing one-time orders for being included in membership revenue reporting widgets. [#2254](https://github.com/gocodebox/lifterlms/issues/2254)


= v6.10.0 - 2022-08-29 =

##### Updates and Enhancements
Expand Down Expand Up @@ -736,25 +744,4 @@ You can review our full security policy at [https://lifterlms.com/security-polic
+ Added new filter `llms_template_loader_priority` to control the priority of the `template_include` hook callback used to load restricted content templates.


= v6.1.0 - 2022-03-23 =

##### Upcoming PHP Version Requirement Change

**LifterLMS will drop support for PHP 7.3 by May, 2022. This will raise the minimum supported PHP version to 7.4. PHP 7.3 reached its official [end of life](https://www.php.net/eol.php) on December 6, 2021. If you are still using PHP 7.3 please upgrade to PHP 7.4 or later as soon as possible.**

##### New Features

+ Added the `{earned_date}` certificate merge code.

##### Updates and Enhancements

+ Changed the label for the `{current_date}` certificate merge code from 'Earned Date' to 'Current Date'.
+ Updates LifterLMS REST to [v1.0.0-beta.24](https://make.lifterlms.com/2022/03/17/lifterlms-rest-api-version-1-0-0-beta-24/).

##### Bug Fixes

+ Fixed an issue encountered when editing an order with a completed payment plan. [#2067](https://github.com/gocodebox/lifterlms/issues/2067)
+ Fixed access of protected LLMS_Abstract_Query properties.


[Read the full changelog](https://make.lifterlms.com/tag/lifterlms)

0 comments on commit 4971614

Please sign in to comment.