diff --git a/CHANGELOG.md b/CHANGELOG.md index 968ecb5513..12a9291000 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +#### [Version 3.6.0](https://github.com/Codeinwp/neve/compare/v3.5.8...v3.6.0) (2023-05-29) + +- [Feat] Add relative CSS unit support for font size controls in the customizer +- [Feat] Granular Heading Font Family Controls +- [Feat] Manage top and bottom margins for pages and posts +- [Fix] Accessibility warning for the site title +- [Fix] Hover Skin Mode not working for the Footer Menu +- [Fix] Improve the accessibility of the mobile menu by adding an aria-expanded attribute +- [Fix] Button padding is different when using the EM unit +- [Fix] Missing margin between heading and content inside the starter content +- [Fix] Customizer sidebar flickers when changing the container control to 100% +- [Fix] Breadcrumbs not available on the frontend +- [Fix] Highlight the parent menu item when a submenu is active +- [Fix] Items Hover Color does not apply to the active menu item +- [Fix] Updated font size for product tabs h2 +- Upsell banners in HFG +- Improve the E2E test coverage +- Update Google Fonts +- Update Cloud Templates and Patterns collection banner image + ##### [Version 3.5.8](https://github.com/Codeinwp/neve/compare/v3.5.7...v3.5.8) (2023-04-19) - [Fix] Tag cloud style when using classic widgets was different than the tag cloud block diff --git a/functions.php b/functions.php index f623268d64..179f7816ee 100644 --- a/functions.php +++ b/functions.php @@ -8,7 +8,7 @@ * @package Neve */ -define( 'NEVE_VERSION', '3.5.8' ); +define( 'NEVE_VERSION', '3.6.0' ); define( 'NEVE_INC_DIR', trailingslashit( get_template_directory() ) . 'inc/' ); define( 'NEVE_ASSETS_URL', trailingslashit( get_template_directory_uri() ) . 'assets/' ); define( 'NEVE_MAIN_DIR', get_template_directory() . '/' ); diff --git a/package.json b/package.json index 020be565dd..c23eaa9495 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "neve", "nicename": "Neve", - "version": "3.5.8", + "version": "3.6.0", "description": "Neve theme by ThemeIsle", "category": "themes", "author": "ThemeIsle ", diff --git a/readme.md b/readme.md index 22ca54a2fb..013d15f54f 100644 --- a/readme.md +++ b/readme.md @@ -19,6 +19,29 @@ Neve is distributed under the terms of the GNU GPLv2 or later ## Changelog ## +#### [Version 3.6.0](https://github.com/Codeinwp/neve/compare/v3.5.8...v3.6.0) (2023-05-29) + +- [Feat] Add relative CSS unit support for font size controls in the customizer +- [Feat] Granular Heading Font Family Controls +- [Feat] Manage top and bottom margins for pages and posts +- [Fix] Accessibility warning for the site title +- [Fix] Hover Skin Mode not working for the Footer Menu +- [Fix] Improve the accessibility of the mobile menu by adding an aria-expanded attribute +- [Fix] Button padding is different when using the EM unit +- [Fix] Missing margin between heading and content inside the starter content +- [Fix] Customizer sidebar flickers when changing the container control to 100% +- [Fix] Breadcrumbs not available on the frontend +- [Fix] Highlight the parent menu item when a submenu is active +- [Fix] Items Hover Color does not apply to the active menu item +- [Fix] Updated font size for product tabs h2 +- Upsell banners in HFG +- Improve the E2E test coverage +- Update Google Fonts +- Update Cloud Templates and Patterns collection banner image + + + + ##### [Version 3.5.8](https://github.com/Codeinwp/neve/compare/v3.5.7...v3.5.8) (2023-04-19) - [Fix] Tag cloud style when using classic widgets was different than the tag cloud block diff --git a/readme.txt b/readme.txt index 9d273e393f..cefeeebdbb 100644 --- a/readme.txt +++ b/readme.txt @@ -19,6 +19,29 @@ Neve is distributed under the terms of the GNU GPLv2 or later == Changelog == +#### [Version 3.6.0](https://github.com/Codeinwp/neve/compare/v3.5.8...v3.6.0) (2023-05-29) + +- [Feat] Add relative CSS unit support for font size controls in the customizer +- [Feat] Granular Heading Font Family Controls +- [Feat] Manage top and bottom margins for pages and posts +- [Fix] Accessibility warning for the site title +- [Fix] Hover Skin Mode not working for the Footer Menu +- [Fix] Improve the accessibility of the mobile menu by adding an aria-expanded attribute +- [Fix] Button padding is different when using the EM unit +- [Fix] Missing margin between heading and content inside the starter content +- [Fix] Customizer sidebar flickers when changing the container control to 100% +- [Fix] Breadcrumbs not available on the frontend +- [Fix] Highlight the parent menu item when a submenu is active +- [Fix] Items Hover Color does not apply to the active menu item +- [Fix] Updated font size for product tabs h2 +- Upsell banners in HFG +- Improve the E2E test coverage +- Update Google Fonts +- Update Cloud Templates and Patterns collection banner image + + + + ##### [Version 3.5.8](https://github.com/Codeinwp/neve/compare/v3.5.7...v3.5.8) (2023-04-19) - [Fix] Tag cloud style when using classic widgets was different than the tag cloud block diff --git a/style.css b/style.css index 6ff67dde8d..68804ce783 100644 --- a/style.css +++ b/style.css @@ -7,7 +7,7 @@ Tested up to: 6.2 Requires PHP: 7.0 Requires at least: 5.4 Description: Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you! -Version: 3.5.8 +Version: 3.6.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: neve