Skip to content

Commit

Permalink
Merge pull request #176 from strangerstudios/prep-5-2-1-release
Browse files Browse the repository at this point in the history
Prepping 5.2.1 release
  • Loading branch information
kimcoleman authored Aug 25, 2024
2 parents 3e0ee3a + 37f3b28 commit ebda8f4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebda8f4

Please sign in to comment.