diff --git a/code/ChangeLog.txt b/code/ChangeLog.txt index 1ffa56f..6c9ed71 100644 --- a/code/ChangeLog.txt +++ b/code/ChangeLog.txt @@ -1,3 +1,7 @@ +Version 4.6.6 - 17 October 2024 +============================================ +- Fix PHP warning "undefined array key" in widget (#93) + Version 4.6.5 - 06 October 2024 ============================================ - Fix PHP warning when counting tags (#91) diff --git a/code/functions.php b/code/functions.php index 2de3d40..0ecc53d 100644 --- a/code/functions.php +++ b/code/functions.php @@ -7,7 +7,7 @@ */ if (!defined('SUFFUSION_THEME_VERSION')) { - define('SUFFUSION_THEME_VERSION', '4.6.5'); + define('SUFFUSION_THEME_VERSION', '4.6.6'); } require_once(get_template_directory().'/functions/framework.php'); diff --git a/code/style.css b/code/style.css index 9b0c1f7..d14f97b 100644 --- a/code/style.css +++ b/code/style.css @@ -2,7 +2,7 @@ * Theme Name: Suffusion * Description: An elegant, responsive and versatile theme with a power-packed set of options and semantic HTML5-based markup. It supports Mega-Menus, custom layout templates, advanced support for custom post types, customizable drop-down menus, featured sliders, tabbed sidebars, a magazine layout and lots of enhanced widgets for Twitter, Flickr, Google etc. It has 19 widget areas, one-column, two-column and three-column responsive, fixed-width and flexible-width layouts, 9 pre-defined templates and 19 pre-defined color schemes. Responsive capabilities are switched on by a single click. RTL support is built-in and translations in many languages are available. Custom Post Types and Custom Taxonomies are integrated. Compatibility packs for BuddyPress, bbPress, Jigoshop and WooCommerce are available as plugins for smooth integration. Support forum at https://github.com/sayontan/suffusion/issues. * Theme URI: https://aquoid.com/themes/suffusion/ - * Version: 4.6.5 + * Version: 4.6.6 * Tested up to: 6.6.2 * Requires PHP: 6.0 * Author: Sayontan Sinha diff --git a/dist/suffusion-4.6.6.zip b/dist/suffusion-4.6.6.zip new file mode 100644 index 0000000..db85339 Binary files /dev/null and b/dist/suffusion-4.6.6.zip differ