Product: Reign Theme

Reign Theme v5.6.5

= 5.6.5 =
* Fix: Updated kirki version
* Fix: Update more menu js for BuddyPress nav

Reign Theme v5.6.4

= 5.6.4 =
* Enhancement: Managed activity edit and delete action buttons with bb platform
* Enhancement: Update bp main navigation view style UI and fixes 
* Fix: Added bp main navigation view style
* Enhancement: (#856) Managed to change cover image and change avatar image links
* Fix: Fixed PHP warning (undefined constant)
* Fix: (#854) Managed more menu in header and single profile tab
* Fix: Fixed post formats setting switch with Gutenberg
* Fix: (#852) Fixed media uploading in the comment section with bb platform

Reign Theme v5.6.3

= 5.6.3 =
* Fix: Update gamipress UI in single profile header
* Fix: Update edit activity privacy UI
* Fix: Removed sidebar from user message component
* Fix: (#850) Managed bp better messages UI
* Fix: Fixed BP Condition error

Reign Theme v5.6.2

= 5.6.2 =
* Fix: Hide reign author info and pagination in single attachment post
* Fix: Added single profile status tab icon
* Fix: Update view conversation icon with BuddyPress 8.0.0
* Fix: Fixed# Add ALT text for logged in/logout user
* Fix: Managed subheader title visibility
* Enhancement: CLS Issue fixes
* Fix: (#847) Managed event calendar shortcodes UI with elementor pages
* Fix: (#845) Managed wp-block-table UI
* Fix: Fixed deprecated error
* Fix: Fixed Profile completion issue with "Extended Profiles" component
* Fix: Added blog post tab icon
* Fix: (#844) Added body line-height customizer setting
Fixed font awesome icons size with elementor pages
* Enhancement: Managed EDD sell services dark mode
* Enhancement: Managed woo sell services dark mode
* Enhancement: Managed BuddyPress private community pro dark mode
* Enhancement: Managed resume manager dark mode
* Fix: Show unflag button in activity comments area

File changes

=== ================================================================
File ‘assets\css\bb-platform-main.css’
File ‘assets\css\bb-platform-main.min.css’
File ‘assets\css\eventscalendar-main.css’
File ‘assets\css\eventscalendar-main.min.css’
File ‘assets\css\main.css’
File ‘assets\css\main.min.css’
File ‘assets\css\nouveau-main.css’
File ‘assets\css\nouveau-main.min.css’
File ‘assets\css\reign-dark.css’
File ‘assets\css\reign-dark.min.css’
File ‘assets\css\woocommerce-main.css’
File ‘assets\css\woocommerce-main.min.css’
File ‘inc\extras.php
File ‘inc\plugins-support\class-rtm-mega-menu-customization.php’
File ‘inc\reign-settings\option-functions.php’
File ‘inc\required-plugins\required-plugins.php’
File ‘inc\theme-functions.php’
File ‘languages\reign.pot’
File ‘lib\kirki-addon\custom-dark-scheme.php’
File ‘lib\kirki-addon\general-functions\general-functions.php’
File ‘lib\kirki-addon\options\colors\class-reign-kirki-colors.php’
File ‘lib\kirki-addon\options\general\class-reign-kirki-sub-header.php’
File ‘lib\kirki-addon\options\general\class-reign-kirki-typography.php’
File ‘mobile-menu\customizer\customizer.php’
File ‘mobile-menu\includes\functions.php’
File ‘mobile-menu\pro\shiftnav.pro.php’
File ‘readme.txt’
File ‘single.php’
File ‘style.css’
File ‘template-parts\header\header-mobile.php’
File ‘template-parts\header\header-v1.php’
File ‘template-parts\header\header-v2.php’
File ‘template-parts\header\header-v3.php’
File ‘template-parts\header\header-v4.php’
File ‘template-parts\header\masthead.php’
File ‘template-parts\reign-page-header.php’
File ‘widgets\bp-profile-completion-widget.php’

Reign Theme v5.6.1

= 5.6.1 =
* Enhancement: Replace dark mode logo when user set dark mode from fronted
* Enhancement: Display Dark and Light logo after saving mode
* Enhancement: Managed BuddyPress members and groups listing grid mobile view spacing

Reign Theme v5.6.0

= 5.6.0 =
* Enhancement: Added setting to set dark mode custom colors
* Enhancement: Updated theme headings and body font sizes as per desktop, tablet and
* Fix: (#841) Managed elementor page font awesome icons font size
* Fix: (#840) Managed UI with BuddyPress follow plugin
* Enhancement: Update font awesome close icon and edd specific fixes
* Enhancement: (#839) Added related post section in a single post
* Enhancement: Update dashboard count UI
* Enhancement: (#838) Added author info
* Enhancement: (#837) Added single blog post layouts and fixes
* Fix: Managed woocommerce product rating count UI
* Fix: Learndash notes dark mode fixes
* Enhancement: Update woocommerce pages UI
* Enhancement: Update search page UI
* Fix: Managed woocommerce product rating count UI

Reign Theme v5.5.0

= 5.5.0 =
* Enhancement: (#833) Managed single event content font family and UI
* Fix:(#834) Show post meta info on single post
* Enhancement: (#827) Added Dark Mode Option for Theme
* Enhancement: Update activity meta icons set and comments UI
* Enhancement: (#831) Added custom login page
* Enhancement: (#828) Update border radius default value
* Enhancement: (#828) Added global border radius option in customizer settings
* Enhancement: Update members, groups directory lists spacing
* Enhancement: (#827) Managed dark mode for reign theme addons
* Fix: #829 - Display Page Title issue
* Fix: Removed post thumbnail hover effect
* Fix: Update activity meta icons set with bb platform 

Reign Theme v5.4.0

= 5.4.0 =
* Fixed: Managed learndash courses read more button color
* Enhancement: Added review, sales icons, and review dark mode
* Fixed: Managed mobile view header and content spacing
* Enhancement: Added filters for single customizer settings
* Fixed: (#811) Update theme files regarding font awesome 5 pro
* Enhancement: Added - Excerpt length filter to get the limited content
* Fixed: (#814, #815, #816, #817) Show header icons
* Fixed: (#809) Managed peepso profile product tab button style
* Fixed: (#809) Managed dokan dashboard add new product tab UI with peepso
* Fixed: (#809) Managed peepso profile about tab save button alignment

Reign Theme v5.3.1

= 5.3.1 =
* Fixed: (#339) - customizer settings - fixed Left Sidebar issue
* Enhancement: (#808) Added youzify support
* Fixed (#794) - Deprecated Version on a single group Header 
* Fixed (#806) - excessive load times with REIGN Child Theme 
* Fixed (#804) - Display page Title Setting is not working

Child Theme is also updated in this version
New Files can be download from the following URL to compare the child_enqueue_styles function

https://github.com/wbcomdesigns/reign-child-theme/releases/download/4.0.0/reign-child-theme.zip

Replace

function child_enqueue_styles() {
    $parent_style = 'parent-style';
    wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' );
    wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( $parent_style ) );
}
if ( get_stylesheet() !== get_template() ) {
    add_filter( 'pre_update_option_theme_mods_' . get_stylesheet(), function ( $value, $old_value ) {
         update_option( 'theme_mods_' . get_template(), $value );
         return $old_value; // prevent update to child theme mods
    }, 10, 2 );
    add_filter( 'pre_option_theme_mods_' . get_stylesheet(), function ( $default ) {
        return get_option( 'theme_mods_' . get_template(), $default );
    } );
}

and use

function child_enqueue_styles() {
    $parent_style = 'parent-style';
    wp_enqueue_style($parent_style, get_template_directory_uri() . '/style.css');
    wp_enqueue_style('child-style', get_stylesheet_directory_uri() . '/style.css', array($parent_style));
}

if (get_stylesheet() !== get_template()) {
    add_filter('pre_update_option_theme_mods_' . get_stylesheet(), function ( $value, $old_value ) {
        global $pagenow;
        if ($pagenow != 'themes.php') {
            update_option('theme_mods_' . get_template(), $value);
        }
        return $value; // update to child theme mods
    }, 10, 2);
}

Reign Theme v5.3.0

= 5.3.0 =
* Fix: (#800) Managed mobile header logo and icons (overlap) UI
* Fix: Fixed mobheader_height is not defined error
* Enhancement: (#802) Added main menu hover styles
* Enhancement: Added Reign documentation in the support tab
* Fix: Customizer reset – set clean view color scheme as default
* Enhancement: (#798) Added customizer option for sticky topbar
* Fix: Update widgets title REIGN to Reign
* Fix: Enable more menu by default
* Enhancement: (#797) Managed activity UI with Verified Member for BuddyPress plugin
* Fix: Fixed fatal error in mobile view if peepso deactivated after peepso deactivation
* Enhancement: (#796) Added backend option to hide social media links at frontend