Skip to content

Commit

Permalink
New release 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcissimus committed Nov 27, 2023
1 parent ad53db0 commit e0e06ea
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions code/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 4.6.1 - 27 November 2023
============================================
- Updated custom post types (#62)
- Fixed issues with empty option fields (#61)
- Fixed check for translation files (#60)
- Changed http to https (#59)
- Added German and Spanish translations (#54, #57)
- Removed old versions (#56)

Version 4.6.0 - 22 November 2023
============================================
- Theme Check: Escape URLs used in attributes (#31)
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.0');
define('SUFFUSION_THEME_VERSION', '4.6.1');
}

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.0
* Version: 4.6.1
* Tested up to: 6.4.1
* Requires PHP: 6.0
* Author: Sayontan Sinha
Expand Down

0 comments on commit e0e06ea

Please sign in to comment.