Skip to content

Commit

Permalink
Merge pull request #173 from strangerstudios/v-3-1-compat
Browse files Browse the repository at this point in the history
V 3 1 compat
  • Loading branch information
kimcoleman authored Jul 17, 2024
2 parents 1557f0f + b9e7395 commit 1ddf2fa
Show file tree
Hide file tree
Showing 13 changed files with 234 additions and 522 deletions.
10 changes: 5 additions & 5 deletions font-awesome/css/all.min.css

Large diffs are not rendered by default.

Binary file modified font-awesome/webfonts/fa-brands-400.ttf
Binary file not shown.
Binary file modified font-awesome/webfonts/fa-brands-400.woff2
Binary file not shown.
Binary file modified font-awesome/webfonts/fa-regular-400.ttf
Binary file not shown.
Binary file modified font-awesome/webfonts/fa-regular-400.woff2
Binary file not shown.
Binary file modified font-awesome/webfonts/fa-solid-900.ttf
Binary file not shown.
Binary file modified font-awesome/webfonts/fa-solid-900.woff2
Binary file not shown.
Binary file modified font-awesome/webfonts/fa-v4compatibility.ttf
Binary file not shown.
Binary file modified font-awesome/webfonts/fa-v4compatibility.woff2
Binary file not shown.
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package Memberlite
*/
define( 'MEMBERLITE_VERSION', '5.1.0' );
define( 'MEMBERLITE_VERSION', '5.2' );

// get default values for options/etc
require_once get_template_directory() . '/inc/defaults.php';
Expand All @@ -21,7 +21,7 @@ function memberlite_init_styles() {
}
wp_enqueue_style( 'memberlite_print_style', get_template_directory_uri() . '/css/print.css', array(), MEMBERLITE_VERSION, 'print' );
wp_enqueue_script( 'memberlite-script', get_template_directory_uri() . '/js/memberlite.js', array( 'jquery' ), MEMBERLITE_VERSION, true );
wp_enqueue_style( 'font-awesome', get_template_directory_uri() . '/font-awesome/css/all.min.css', array(), '6.4.2' );
wp_enqueue_style( 'font-awesome', get_template_directory_uri() . '/font-awesome/css/all.min.css', array(), '6.6.0' );

// load dark.css for dark/inverted backgrounds
$memberlite_darkcss = get_theme_mod( 'memberlite_darkcss', $memberlite_defaults['memberlite_darkcss'], false );
Expand Down
4 changes: 2 additions & 2 deletions inc/font-awesome.php

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Memberlite ===
Contributors: kimannwall, strangerstudios
Requires at least: 6.0
Tested up to: 6.4.2
Tested up to: 6.6
Requires PHP: 5.6
Stable tag: 5.1.0
Stable tag: 5.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, full-width-template, post-formats, theme-options, threaded-comments, translation-ready, e-commerce
Expand Down Expand Up @@ -104,6 +104,9 @@ We highly recommend using these plugins for every site running Memberlite:

== Changelog ==

= 5.2.0 - 2024-07-17 =
* ENHANCEMENT: Updated to fully support for PMPro v3.1+ and frontend design updates in core.

= 5.1.0 - 2024-01-25 =
* FEATURE: Now includes support for frontend styling of courses with LifterLMS.
* ENHANCEMENT: Added support for LifterLMS sidebars.
Expand Down
Loading

0 comments on commit 1ddf2fa

Please sign in to comment.