Skip to content

Commit

Permalink
Merge pull request #2790 from gocodebox/dev
Browse files Browse the repository at this point in the history
Release 7.8.2
  • Loading branch information
brianhogg authored Oct 31, 2024
2 parents f305e50 + 942cc7d commit bb6d26b
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ assets/js/*.min.js
assets/js/llms-metaboxes.js
blocks/certificate-title/*
blocks/my-account/*
includes/class.llms.l10n.js.php
includes/class.llms.l10n.frontend.php
languages/lifterlms.pot

# Ignore composer-installed libs.
Expand Down
2 changes: 1 addition & 1 deletion .llmsconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"domain": "lifterlms",
"dest": "languages/",
"jsClassname": "LLMS_L10n_JS",
"jsFilename": "class.llms.l10n.js.php",
"jsFilename": "class.llms.l10n.frontend.php",
"jsSince": "3.17.8",
"jsSrc": [ "assets/js/**/*.js", "!assets/js/**/*.min.js", "!assets/js/**/*.js.map" ],
"lastTranslator": "Thomas Patrick Levy <[email protected]>",
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
LifterLMS Changelog
===================

v7.8.2 - 2024-10-31
-------------------

##### Updates and Enhancements

+ Additional styling of the new Access Plan UI.

##### Bug Fixes

+ Renaming front-end javascript translation file not required, as some security scans appear to be deleting it incorrectly. [#2787](https://github.com/gocodebox/lifterlms/issues/2787)


v7.8.1 - 2024-10-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 = '7.8.1';
public $version = '7.8.2';

/**
* LLMS_Assets instance
Expand Down
4 changes: 2 additions & 2 deletions includes/admin/views/access-plans/access-plan.php
Original file line number Diff line number Diff line change
Expand Up @@ -663,9 +663,9 @@
do_action( 'llms_access_plan_mb_after_row_six', $plan, $id, $order );
?>

<h4><?php esc_html_e( 'Redirection Settings', 'lifterlms' ); ?></h4>
<h4 class="llms-redirection-settings"><?php esc_html_e( 'Redirection Settings', 'lifterlms' ); ?></h4>

<div class="llms-plan-row-7">
<div class="llms-plan-row-7 llms-redirection-settings">

<div class="llms-metabox-field d-all" data-controller="llms-availability" data-value-is="members">
<label>
Expand Down
2 changes: 1 addition & 1 deletion includes/class-llms-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ public function includes() {
require_once LLMS_PLUGIN_DIR . 'includes/class.llms.comments.php';
require_once LLMS_PLUGIN_DIR . 'includes/class.llms.date.php';
require_once LLMS_PLUGIN_DIR . 'includes/class.llms.install.php';
require_once LLMS_PLUGIN_DIR . 'includes/class.llms.l10n.js.php';
include_once LLMS_PLUGIN_DIR . 'includes/class.llms.l10n.frontend.php';
require_once LLMS_PLUGIN_DIR . 'includes/class.llms.nav.menus.php';
require_once LLMS_PLUGIN_DIR . 'includes/class.llms.oembed.php';
require_once LLMS_PLUGIN_DIR . 'includes/class.llms.playnice.php';
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. WP Learning Management System.
* Version: 7.8.1
* Version: 7.8.2
* 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": "7.8.1",
"version": "7.8.2",
"description": "LifterLMS by codeBOX",
"repository": {
"type": "git",
Expand Down

0 comments on commit bb6d26b

Please sign in to comment.