Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 4.6.4 #86

Merged
merged 1 commit into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.4 - 13 March 2024
============================================
- Fix saving options (#85)
- Avoid warning when unlinking custom-sytles.css (#84)
- Fix PHP warnings when exporting all options (#83)
- Fix PHP warning regarding post count (#78)

Version 4.6.3 - 06 January 2024
============================================
- Improve PHP 8.x compatibility (#74)
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.3');
define('SUFFUSION_THEME_VERSION', '4.6.4');
}

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.3
* Tested up to: 6.4.2
* Version: 4.6.4
* Tested up to: 6.4.3
* Requires PHP: 6.0
* Author: Sayontan Sinha
* Author URI: https://mynethome.net/blog
Expand Down
Binary file added dist/suffusion.4.6.4.zip
Binary file not shown.