diff --git a/changelog.txt b/changelog.txt index 2ba94f0ae..dfd205686 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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. diff --git a/functions.php b/functions.php index ef1166da2..92b584a72 100644 --- a/functions.php +++ b/functions.php @@ -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' ); diff --git a/readme.txt b/readme.txt index 8b01a2968..0c82f7cd6 100644 --- a/readme.txt +++ b/readme.txt @@ -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 diff --git a/style.css b/style.css index 735ae631d..0a26be9c1 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ /** * Theme name: Responsive - * Version: 4.8.7 + * Version: 4.8.8 * Theme URI: https://cyberchimps.com/responsive/ * Author: CyberChimps * Author URI: https://cyberchimps.com