Skip to content

Commit

Permalink
Merge pull request #76 from marcissimus/master
Browse files Browse the repository at this point in the history
Release 4.6.3
  • Loading branch information
marcissimus committed Jan 6, 2024
2 parents d109e86 + d3338ec commit fc04473
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions code/ChangeLog.txt
@@ -1,3 +1,8 @@
Version 4.6.3 - 06 January 2024
============================================
- Improve PHP 8.x compatibility (#74)
- Add styles for TinyMCE (#72)

Version 4.6.2 - 16 December 2023
============================================
- Remove "latest" from page head (#70)
Expand Down
2 changes: 1 addition & 1 deletion code/functions.php
Expand Up @@ -7,7 +7,7 @@
*/

if (!defined('SUFFUSION_THEME_VERSION')) {
define('SUFFUSION_THEME_VERSION', '4.6.2');
define('SUFFUSION_THEME_VERSION', '4.6.3');
}

require_once(get_template_directory().'/functions/framework.php');
Expand Down
2 changes: 1 addition & 1 deletion code/style.css
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.2
* Version: 4.6.3
* Tested up to: 6.4.2
* Requires PHP: 6.0
* Author: Sayontan Sinha
Expand Down
Binary file added dist/suffusion.4.6.3.zip
Binary file not shown.

0 comments on commit fc04473

Please sign in to comment.