Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Changelog Legend:
[x] = Deleted
[!] = Bugs

(09/07/2023) = Added - Version 4.8.8
[+] = Feature = Added option to adjust the width of Logo.
[+] = Feature = Added option to adjust width of different sidebars in Sidebar menu.

(08/21/2023) = Fix - Version 4.8.7
[!] = Fixed = Scroll to Top icon hover color not working.
[!] = Fixed = Sidebar Heading color not working.
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* Define constants.
*/
define( 'RESPONSIVE_THEME_VERSION', '4.8.7' );
define( 'RESPONSIVE_THEME_VERSION', '4.8.8' );
define( 'RESPONSIVE_THEME_DIR', trailingslashit( get_template_directory() ) );
define( 'RESPONSIVE_THEME_URI', trailingslashit( esc_url( get_template_directory_uri() ) ) );
define( 'RESPONSIVE_PRO_OLDER_VERSION_CHECK', '2.4.2' );
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: cyberchimps
Requires at least: 5.0
Tested up to: 6.2
Requires PHP: 5.6
Stable tag: 4.8.7
Stable tag: 4.8.8
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down
2 changes: 1 addition & 1 deletion style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.