diff --git a/functions.php b/functions.php index 25c247e..365e7bb 100644 --- a/functions.php +++ b/functions.php @@ -4,7 +4,7 @@ * * @package Memberlite */ -define( 'MEMBERLITE_VERSION', '5.2' ); +define( 'MEMBERLITE_VERSION', '5.2.1' ); // get default values for options/etc require_once get_template_directory() . '/inc/defaults.php'; diff --git a/readme.txt b/readme.txt index 5c564e0..e304fef 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: kimannwall, strangerstudios Requires at least: 6.0 Tested up to: 6.6 Requires PHP: 5.6 -Stable tag: 5.2 +Stable tag: 5.2.1 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 @@ -104,6 +104,12 @@ We highly recommend using these plugins for every site running Memberlite: == Changelog == += 5.2.1 - 2024-08-25 = +* ENHANCEMENT: Now supporting a color setting for text color. +* ENHANCEMENT: Added body class `is-style-dark` or `is-style-light` if dark mode is active. +* BUG FIX/ENHANCEMENT: Additional fixes to support sites using a dark background / inverted scheme. +* BUG FIX: Fixed priority of color palette setup so that font and body background colors are always named. + = 5.2.0 - 2024-07-17 = * ENHANCEMENT: Updated to fully support for PMPro v3.1+ and frontend design updates in core. * ENHANCEMENT: Updated to Font Awesome version 6.6.0. diff --git a/style.css b/style.css index 9b1699c..650aefe 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ Theme URI: https://memberlitetheme.com/ Author: Stranger Studios Author URI: https://www.strangerstudios.com Description: Memberlite is the ideal theme for your membership site - packed with integration for top plugins including Paid Memberships Pro and LifterLMS. It's fully customizable with your logo, colors, fonts, custom sidebars and more global layout settings. Extend the site appearance further with icons, masthead banners, post formats, and additional settings for your site's pages. Memberlite is responsive, clean and minimal. -Version: 5.2 +Version: 5.2.1 Requires at least: 6.0 Tested up to: 6.6 Requires PHP: 5.6