Skip to content

Commit

Permalink
Build version 7.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ideadude committed Feb 22, 2024
1 parent 90d7457 commit 437c8d7
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changelogs/fix_reviews-method-called-staticly.yml

This file was deleted.

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

v7.5.3 - 2024-02-22
-------------------

##### Bug Fixes

+ Fix fatal error when rendering single course page with reviews enabled. [#2604](https://github.com/gocodebox/lifterlms/issues/2604)


v7.5.2 - 2024-02-16
-------------------

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 = '7.5.2';
public $version = '7.5.3';

/**
* LLMS_Assets instance
Expand Down
10 changes: 5 additions & 5 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 7.5.2\n"
"Project-Id-Version: LifterLMS 7.5.3\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: 2024-02-16T09:51:55+00:00\n"
"POT-Creation-Date: 2024-02-22T15:09:08+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: llms/dev 0.2.1\n"
"X-Domain: lifterlms\n"
Expand Down Expand Up @@ -34025,17 +34025,17 @@ msgstr ""
msgid "\"%s\" is required."
msgstr ""

#: libraries/lifterlms-rest/includes/models/class-llms-rest-webhook.php:136
#: libraries/lifterlms-rest/includes/models/class-llms-rest-webhook.php:128
msgid "M j, Y @ H:i"
msgstr ""

#. Translators: %s = Error message.
#: libraries/lifterlms-rest/includes/models/class-llms-rest-webhook.php:409
#: libraries/lifterlms-rest/includes/models/class-llms-rest-webhook.php:386
msgid "Could not reach the delivery url: \"%s\"."
msgstr ""

#. Translators: %d = Response code.
#: libraries/lifterlms-rest/includes/models/class-llms-rest-webhook.php:414
#: libraries/lifterlms-rest/includes/models/class-llms-rest-webhook.php:391
msgid "The delivery url returned the response code \"%d\"."
msgstr ""

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: Complete e-learning platform to sell online courses, protect lessons, offer memberships, and quiz students.
* Version: 7.5.2
* Version: 7.5.3
* Author: LifterLMS
* Author URI: https://lifterlms.com/
* Text Domain: lifterlms
Expand Down
10 changes: 2 additions & 8 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": "7.5.2",
"version": "7.5.3",
"description": "LifterLMS by codeBOX",
"repository": {
"type": "git",
Expand Down
20 changes: 8 additions & 12 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.9
Tested up to: 6.4
Requires PHP: 7.4
Stable tag: 7.5.2
Stable tag: 7.5.3

Complete e-learning platform to sell online courses, protect lessons, offer memberships, and quiz students.

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

== Changelog ==

= v7.5.3 - 2024-02-22 =

##### Bug Fixes

+ Fix fatal error when rendering single course page with reviews enabled. [#2604](https://github.com/gocodebox/lifterlms/issues/2604)


= v7.5.2 - 2024-02-16 =

##### Updates and Enhancements
Expand Down Expand Up @@ -807,15 +814,4 @@ You can review our full security policy at [https://lifterlms.com/security-polic
+ [templates/course/syllabus.php](https://github.com/gocodebox/lifterlms/blob/7.2.0/templates/course/syllabus.php)


= v7.1.4 - 2023-04-28 =

##### Bug Fixes

+ Fixed an issue that prevented the correct saving of the course length when using the block editor. [#2426](https://github.com/gocodebox/lifterlms/issues/2426)

##### Developer Notes

+ Fixed an issue running unit tests on PHP 7.4 and WordPress 6.2 expecting `render_block()` returning a string while we were applying a filter that returned the boolean `true`.


[Read the full changelog](https://make.lifterlms.com/tag/lifterlms)
6 changes: 3 additions & 3 deletions tests/phpunit/unit-tests/class-llms-test-review.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
*
* @group review
*
* @since [version]
* @since 7.5.3
*/
class LLMS_Test_Review extends LLMS_UnitTestCase {

/**
* Test processing a review.
*
* @since [version]
* @since 7.5.3
*
* @return void
*/
Expand Down Expand Up @@ -54,7 +54,7 @@ public function test_process_review() {
/**
* Test processing a review with invalid nonce.
*
* @since [version]
* @since 7.5.3
*
* @return void
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class LLMS_Test_Template_Functions extends LLMS_UnitTestCase {
/**
* Test `lifterlms_template_single_reviews()` outputs the Write a Review content.
*
* @since [version]
* @since 7.5.3
*
* @return void
*/
Expand Down

0 comments on commit 437c8d7

Please sign in to comment.