Skip to content

Commit

Permalink
Merge pull request #94 from marcissimus/release
Browse files Browse the repository at this point in the history
Release 4.6.6
  • Loading branch information
marcissimus authored Oct 17, 2024
2 parents 16bccc8 + fe49d6b commit 36c2fe0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions code/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion code/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
2 changes: 1 addition & 1 deletion code/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file added dist/suffusion-4.6.6.zip
Binary file not shown.

0 comments on commit 36c2fe0

Please sign in to comment.