Releases: strangerstudios/memberlite
v4.4
- FEATURE: Added layout for "No Sidebar" Layout for Blog, Archive, Posts.
- FEATURE: Added header background color customizer setting.
- ENHANCEMENT: Added support for new frontend login, log in widget, and profiles in PMPro v2.3+.
- BUG FIX/ENHANCEMENT: Improved CSS for sidebar menus and other widgets to only target menu-style lists, not all lists and for the Theme My Login widget.
- BUG FIX/ENHANCEMENT: Improved Customizer CSS output so that all input types to respect custom font settings.
- BUG FIX/ENHANCEMENT: Adjusted buttons and button-style links hover "brightness" instead of opacity for better appearance.
- BUG FIX/ENHANCEMENT: Added post_class
entry-header-grid
to posts formats so styling only applies in main loop. - BUG FIX/ENHANCEMENT: Adjusted secondary (sidebar) text link to not apply to buttons.
- ENHANCEMENT: Added
memberlite_avatar_size
filter for adjusting avatar display size. - ENHANCEMENT: Improved Accessibility and SEO by adding
alt
tags to post thumbnails and avatar. - ENHANCEMENT: Updated to Font Awesome version 5.13.0.
v4.3
= 4.3 - 2019-05-13 =
- BUG FIX: Fixed bug where {post_comments} replacement wasn't returning the correct count in masthead area.
- BUG FIX: Fixed spacing when applying a discount code and the error/success message displays.
- BUG FIX: Fixed issue with escaped CSS selectors and .site-title ‘blank’ color value.
- BUG FIX: Fixing warning on homepage when displaying latest posts and no posts are found.
- BUG FIX/ENHANCEMENT: Fixed the
memberlite_parse_tags
replacements to be more reliable for post entry meta before and after. - BUG FIX/ENHANCEMENT: Adjusting button text color for columns layouts of Advanced Levels Page shortcode
- ENHANCEMENT: Adjusting image block for responsive screens to display block and not floated.
- ENHANCEMENT: Added option for sticky navbar.
- ENHANCEMENT: Now aligning floated images on small screens to center and block to avoid broken text wrap on mobile.
- ENHANCEMENT: Adjusted layout of the Memberlite Guide page to match WP 5.0+ admin styles.
- ENHANCEMENT: Adjusted responsive view of masthead/post byline area to display avatar above title for small screens; no hyphenation on small screens.
- ENHANCEMENT: Adjusted responsive view of site footer copyright and ‘back to top’ link area.
- ENHANCEMENT: Restructured the header for small screens to use grid layout so menu toggle button doesn't overlap logo.
- ENHANCEMENT: Adjusted margin around comment form; Adjusted tabs on comment/pingbacks area to have no outline.
- ENHANCEMENT: Updating to Font Awesome version 5.8.2.
- FEATURE: Added support for the additional HTML5 tags
details
andsummary
. - FEATURE: Added RTL support.
- FEATURE: Began adding styles for core WP Blocks, including blockquotes, image gallery displays, captions; Support for default styles including font sizes small, medium, large, huge.
- FEATURE: Added theme’s color scheme to block editor via
editor-color-palette
theme support. - FEATURE: Built unique array of Color Scheme values to include in Block Editor.
- FEATURE: Now using a comment query to get count so we can exclude trackbacks and pingbacks.
- FEATURE: Added word break and hyphen styles for comments content.
v4.2
This is the first release since being accepted to the WordPress.org theme directory.
##4.2 - 2018-10-26
-
SECURITY: Properly escaping the URL for excerpt_more.
-
BUG FIX/ENHANCEMENT: Localizing the 'more' link in excerpt.
-
BUG FIX/ENHANCEMENT: Only applying filter to excerpt_more on the frontend.
-
ENHANCEMENT: Adding new "blank" page template without a header or a footer.
##4.1 - 2018-10-08 -
SECURITY: Sanitizing meta section just in case.
-
SECURITY: Using esc_html_e to properly escape translatable content.
-
BUG FIX/ENHANCEMENT: Improving button color and font color behavior.
-
BUG FIX/ENHANCEMENT: Fixing missing end break for if statement.
-
BUG FIX/ENHANCEMENT: Adjusting how the_excerpt and tags are handled in loop.
-
BUG FIX/ENHANCEMENT: Improving 'status' post format layout.
-
BUG FIX/ENHANCEMENT: Improving code for WPCS.
-
BUG FIX/ENHANCEMENT: Removing $more tag global.
-
BUG FIX/ENHANCEMENT: Removing custom content walker for comments and pings.
-
ENHANCEMENT: Adding .bypostauthor class; adding class for comments in moderation; hiding "says" from comments.
-
ENHANCEMENT: Added memberlite_the_excerpt and memberlite_more_content functions used in post template parts.