Skip to content

Commit

Permalink
Merge pull request #69 from mbtools/release_462
Browse files Browse the repository at this point in the history
 Release 4.6.2
  • Loading branch information
marcissimus authored Dec 16, 2023
2 parents 7e6f769 + fec23a9 commit 6da6be3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions code/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 4.6.2 - 16 December 2023
============================================
- Fix PHP deprecate in settings (#67)
- Old versions available in archive repo (#66)
- Fix PHP warning in sitemap (#64)
- Fix version number in 4.6.1 zip

Version 4.6.1 - 27 November 2023
============================================
- Updated custom post types (#62)
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.1');
define('SUFFUSION_THEME_VERSION', '4.6.2');
}

require_once(get_template_directory().'/functions/framework.php');
Expand Down
4 changes: 2 additions & 2 deletions code/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* 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.1
* Tested up to: 6.4.1
* Version: 4.6.2
* Tested up to: 6.4.2
* Requires PHP: 6.0
* Author: Sayontan Sinha
* Author URI: https://mynethome.net/blog
Expand Down
Binary file modified dist/suffusion.4.6.1.zip
Binary file not shown.
Binary file added dist/suffusion.4.6.2.zip
Binary file not shown.

0 comments on commit 6da6be3

Please sign in to comment.