Skip to content

Commit

Permalink
Update to version 4.5.1; Updating readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimcoleman committed Oct 14, 2020
1 parent c59547a commit 325a052
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ We highly recommend using this plugins for every site running Memberlite:

### Changelog

**4.5.1 - 2020-10-14**
* BUG FIX: Adjusting Nav Menus code to supress warnings and fix issue with meta menu callback not adding log in or log out links.
* BUG FIX/ENHANCEMENT: Updated stylesheets for version 2.6+ of bbPress.
* BUG FIX/ENHANCEMENT: Adding expected Memberlite hooks to forum.php template.
* ENHANCEMENT: Styles to support new Payment Request Button features planned for PMPro.

**4.5 - 2020-09-14**
* SECURITY: Escaped `get_template_directory_uri` in inc/admin.php that was missing.
* BUG FIX: Fixed bug where sidebar would show below content if "No Sidebar" layout was chosen in theme options.
Expand Down
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', '4.5' );
define( 'MEMBERLITE_VERSION', '4.5.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 @@ -2,7 +2,7 @@
Contributors: kimannwall, strangerstudios
Requires at least: WordPress 4.4
Tested up to: WordPress 5.5.1
Version: 4.5
Version: 4.5.1
Requires PHP: 5.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -108,6 +108,12 @@ We highly recommend using these plugins for every site running Memberlite:

== Changelog ==

= 4.5.1 - 2020-10-14 =
* BUG FIX: Adjusting Nav Menus code to supress warnings and fix issue with meta menu callback not adding log in or log out links.
* BUG FIX/ENHANCEMENT: Updated stylesheets for version 2.6+ of bbPress.
* BUG FIX/ENHANCEMENT: Adding expected Memberlite hooks to forum.php template.
* ENHANCEMENT: Styles to support new Payment Request Button features planned for PMPro.

= 4.5 - 2020-09-14 =
* SECURITY: Escaped `get_template_directory_uri` in inc/admin.php that was missing.
* BUG FIX: Fixed bug where sidebar would show below content if "No Sidebar" layout was chosen in theme options.
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 membership site plugins including Paid Memberships Pro. 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: 4.5
Version: 4.5.1
License: GNU General Public License v2 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

0 comments on commit 325a052

Please sign in to comment.