Skip to content

Releases: strangerstudios/memberlite

7.0.3 - 2026-04-17

17 Apr 12:58

Choose a tag to compare

  • BUG FIX: Styling fix to prevent links that are too long in header navigations from overflowing past the sub-menu width. #255 (@RachelRVasquez)
  • REFACTOR: Remove automated Github action that built the theme's Sass and block scripts. Remove the /build directory from the .gitignore file. #264 (@RachelRVasquez)
  • BUG FIX: Styling fix on third-level sub-menus in the header navigation. When the second-level link was too long and tall, it made the third-level sub-menu unreachable by mouse. #265 (@RachelRVasquez)

7.0.2 - 2026-04-02

02 Apr 18:27

Choose a tag to compare

= 7.0.2 - 2026-04-02 =

  • BUG FIX: Fixed issue in v7.0.1 that incremented theme.json version and should not have.

= 7.0.1 - 2026-04-02 =

  • ENHANCEMENT: Adjusted widget and secondary area styles to better balance theme presets and customizer flexibility. #238 (@RachelRVasquez)
  • ENHANCEMENT: Updated Font Awesome from 6.6.0 to 7.2.0. #243 (@flintfromthebasement)
  • ENHANCEMENT: Added flex wrap to navigation menus in the header to better support many menu items. #244 (@RachelRVasquez)
  • ENHANCEMENT: Added new web font options with OFL licenses. #245 (@RachelRVasquez)
  • ENHANCEMENT: Refactored font system so theme.json is the source of truth with a migration path for existing theme mod settings. #246 (@kimcoleman)
  • ENHANCEMENT: Bumped minimum required WordPress version to 6.4. #246 (@kimcoleman)
  • ENHANCEMENT: Simplified signup shortcode and block styles in preparation for the upcoming Advanced Signups Add On. #248 (@kimcoleman)
  • BUG FIX: Fixed right chevron display in submenus for RTL layouts. #238 (@RachelRVasquez)
  • BUG FIX: Added defensive check to prevent errors on malformed wp_block menu items. #240 (@kimcoleman)
  • BUG FIX: Added defensive checks and sanitization for malformed font entries in font helper functions. #246 (@kimcoleman)
  • BUG FIX: Mapped legacy "courier" font slug to "courier-new" during font migration. #246 (@kimcoleman)

7.0 - 2026-03-13

13 Mar 18:01

Choose a tag to compare

  • FEATURE: Refactored theme structure into smaller component files with a redesigned mobile navigation. #215 (@kimcoleman, @RachelRVasquez)
  • FEATURE: Added Gutenberg block patterns for common membership site layouts. #225 (@kimcoleman, @RachelRVasquez)
  • FEATURE: Updated theme build process with automated Sass compilation and GitHub Actions deployment workflow. #212 (@RachelRVasquez)
  • FEATURE: Added theme support to duplicate an existing menu, export menus as custom links with relative URLs, and import theme settings with menus. #195 (@kimcoleman)
  • ENHANCEMENT: Converted all stylesheets from CSS to Sass (SCSS) for better code organization and maintainability. #220 (@RachelRVasquez)
  • ENHANCEMENT: Converted jQuery to vanilla JavaScript in the main Memberlite JS file. #219 (@RachelRVasquez)
  • ENHANCEMENT: Improved header navigation accessibility for both mouse and keyboard users. #223 (@RachelRVasquez)
  • ENHANCEMENT: Added adaptive button hover colors for light and dark color schemes. #226 (@RachelRVasquez)
  • ENHANCEMENT: Automated RTL language styles generated from existing theme styles. #221 (@RachelRVasquez)
  • ENHANCEMENT: Added PMPro icon next to the Memberlite admin menu and Template Settings page. #216 (@RachelRVasquez)
  • ENHANCEMENT: Modernized color schemes with upgrade script and updated theme.json filter. #200 (@kimcoleman, @RachelRVasquez)
  • ENHANCEMENT: Streamlined colors and styles across the theme. #196 (@kimcoleman)
  • ENHANCEMENT: Updated import function to properly handle legacy colors before saving to theme mods. #211 (@kimcoleman)
  • ENHANCEMENT: Improved color mapping to WordPress presets and de-duplication of block editor color palette. #210 (@kimcoleman)
  • ENHANCEMENT: Import and export theme settings now support child theme to parent theme and vice versa. #201 (@kimcoleman)
  • ENHANCEMENT: Added version numbers to remaining component templates. #218 (@RachelRVasquez)
  • ENHANCEMENT: Styling adjustments and fixes after Sass conversion. #222 (@RachelRVasquez)
  • ENHANCEMENT: Turned off the enlarged excerpt display by default. #209 (@RachelRVasquez)
  • REFACTOR: Customizer colors no longer stored with # symbols; added upgrade path for existing settings. #204 (@kimcoleman, @RachelRVasquez)
  • BUG FIX: Fixed site title color in the Customizer. #217 (@RachelRVasquez)
  • BUG FIX: Re-enabled color overrides for PMPro CSS variables. #202 (@kimcoleman, @RachelRVasquez)
  • BUG FIX: Ensured style.css loads after the main theme stylesheet for correct cascade. #232 (@RachelRVasquez)
  • BUG FIX: Fixed link and button colors, footer widget link colors, and block table consistency. #233 #234 (@RachelRVasquez)
  • DEPRECATED: Renamed memberlite_getBreadcrumbs() to memberlite_get_breadcrumbs() for WordPress coding standards.
  • DEPRECATED: Split memberlite_page_title() into memberlite_get_page_title() and memberlite_get_page_description() for more granular control over page title and description output.
  • DEPRECATED: Removed the memberlite_editor_color_palette filter; the editor color palette is now built from the color preset map.
  • DEPRECATED: Moved legacy color scheme definitions to deprecated file; sites using old schemes will be migrated automatically via the upgrade script.

6.1.1 - 2026-01-27

27 Jan 14:46

Choose a tag to compare

  • ENHANCEMENT: Replacing webfonts with latin-extended versions for broader language support. #190 (@kimcoleman)
  • ENHANCEMENT: Added a separate column ratio setting for posts and blog (inherits from pages setting by default). #192 (@kimcoleman)
  • ENHANCEMENT: Reorganized Customizer with new sections, panels, and improved settings organization for better usability. #192 (@RachelRVasquez)
  • ENHANCEMENT: Added new helper functions for Customizer settings and controls for better code management. #192 (@RachelRVasquez)
  • ENHANCEMENT: Added dedicated stylesheet for Customizer preview. #192 (@RachelRVasquez)
  • ENHANCEMENT: Simplified helper method to no longer require translate function when adding settings/controls. #192 (@RachelRVasquez)
  • BUG FIX: Fixed a dead link in the readme that was returning a 404. #193 (@RachelRVasquez)
  • REFACTOR: Separated Customizer settings and controls into individual helper functions. #192 (@RachelRVasquez)
  • REFACTOR: Code cleanup and formatting improvements for WordPress coding standards.

6.1 - 2025-12-22

22 Dec 13:23

Choose a tag to compare

  • FEATURE: Export and import tools for Memberlite theme settings (Customizer options, custom sidebars, CPT sidebar assignments, custom CSS, site logo, and site icon). #186 (@kimcoleman)
  • FEATURE: Theme Reset tool that restores all Memberlite settings to defaults, with confirmation prompt. #186 (@kimcoleman)
  • ENHANCEMENT: Reorganized Memberlite admin area to main admin menu section 'Memberlite' with subpages. #186 (@kimcoleman)
  • BUG FIX: Fix display of Signup Shortcode borders when there is a nested pmpro_card. #187 (@kimcoleman)

6.0.1 - 2025-06-25

25 Jun 13:18

Choose a tag to compare

  • ENHANCEMENT: Improved translation support for Memberlite and WordPress 6.7+ (@dalemugford)
  • BUG FIX: Remove leftover test code from the footer. (@ideadude)

6.0 - 2025-04-21

22 Apr 01:11

Choose a tag to compare

FEATURE: Added logic to update memberlite from the Paid Memberships Pro license server. #180 (@andrewlimaza)
FEATURE: The Memberlite Elements and Memberlite Shortcodes plugins have been merged into the theme. #178 (@andrewlimaza)
FEATURE: Now updating translations from translate.strangerstudios.com. #181 (@andrewlimaza)
ENHANCEMENT: Added setting to hide the prev/next page navigation on pages. #179 (@kimcoleman)
ENHANCEMENT: The header and body font are now 2 separate settings. #182 (@kimcoleman)
ENHANCEMENT: Added logic to the Memberlite Guide page to support products privately hosted (not on .org). #183 (@andrewlimaza)

v5.2.1

25 Aug 17:18
ebda8f4

Choose a tag to compare

= 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.

v5.2.0

17 Jul 22:10
cfc8423

Choose a tag to compare

= 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.
  • BUG FIX: Fixed the LifterLMS Student Dashboard Log In and Password Reset views.

v5.1.0

25 Jan 20:24

Choose a tag to compare

= 5.1.0 - 2024-01-25 =

FEATURE: Now includes support for frontend styling of courses with LifterLMS.
ENHANCEMENT: Added support for LifterLMS sidebars.
ENHANCEMENT: Now loading the correct named font families in the Block Editor for body and header font.
ENHANCEMENT: Updated to Font Awesome version 6.5.1.
BUG FIX/ENHANCEMENT: Styles now updated to be compatible with PMPro Advanced Levels Page v1.0