From df5997e0a81e3109c820f35886f1c32910584f36 Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" <marius+gitbot@themeisle.com> Date: Thu, 5 Oct 2023 14:49:27 +0000 Subject: [PATCH] chore(release): 3.7.1 ##### [Version 3.7.1](https://github.com/Codeinwp/neve/compare/v3.7.0...v3.7.1) (2023-10-05) ### Improvements - **Google Fonts**: Updated the Google Fonts library - **Onboarding UX**: Enhanced the onboarding process for a smoother user experience. - **WooCommerce Compatibility Check**: Verified the compatibility with WooCommerce 8.1 to ensure there are no issues. - **Elementor Compatibility Check**: Verified the compatibility with Elementor 3.17 to ensure there are no issues. ### Bug Fixes - **Accessibility Fix**: Addressed the accessibility issue flagged on PageSpeed Insights, which was triggered by the absence of the tagline alongside the site title in the aria-label attribute. - **Light Mode Logo Correction**: Fixed the issue of the dark-mode logo being displayed inappropriately during the first visit in light mode. - **Onboarding redirection**: Fixed the issue where users got redirected to the old onboarding if they were installing the Cloud Templates & Patterns collection plugin from the dashboard --- CHANGELOG.md | 13 +++++++++++++ functions.php | 2 +- package.json | 2 +- readme.md | 16 ++++++++++++++++ readme.txt | 16 ++++++++++++++++ style.css | 2 +- 6 files changed, 48 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f56410acbd..cc9886c728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +##### [Version 3.7.1](https://github.com/Codeinwp/neve/compare/v3.7.0...v3.7.1) (2023-10-05) + +### Improvements +- **Google Fonts**: Updated the Google Fonts library +- **Onboarding UX**: Enhanced the onboarding process for a smoother user experience. +- **WooCommerce Compatibility Check**: Verified the compatibility with WooCommerce 8.1 to ensure there are no issues. +- **Elementor Compatibility Check**: Verified the compatibility with Elementor 3.17 to ensure there are no issues. + +### Bug Fixes +- **Accessibility Fix**: Addressed the accessibility issue flagged on PageSpeed Insights, which was triggered by the absence of the tagline alongside the site title in the aria-label attribute. +- **Light Mode Logo Correction**: Fixed the issue of the dark-mode logo being displayed inappropriately during the first visit in light mode. +- **Onboarding redirection**: Fixed the issue where users got redirected to the old onboarding if they were installing the Cloud Templates & Patterns collection plugin from the dashboard + #### [Version 3.7.0](https://github.com/Codeinwp/neve/compare/v3.6.7...v3.7.0) (2023-09-25) - [Feat] Improve the UX by decreasing the opacity of the Editor Title if the disabled title toggle from Neve Options inside the editor is active diff --git a/functions.php b/functions.php index aae2971dbc..7061257f86 100644 --- a/functions.php +++ b/functions.php @@ -8,7 +8,7 @@ * @package Neve */ -define( 'NEVE_VERSION', '3.7.0' ); +define( 'NEVE_VERSION', '3.7.1' ); 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 d496dbd625..7897f883f0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "neve", "nicename": "Neve", - "version": "3.7.0", + "version": "3.7.1", "description": "Neve theme by ThemeIsle", "category": "themes", "author": "ThemeIsle <friends@themeisle.com>", diff --git a/readme.md b/readme.md index f7d2d98081..1955681bfe 100644 --- a/readme.md +++ b/readme.md @@ -19,6 +19,22 @@ Neve is distributed under the terms of the GNU GPLv2 or later ## Changelog ## +##### [Version 3.7.1](https://github.com/Codeinwp/neve/compare/v3.7.0...v3.7.1) (2023-10-05) + +### Improvements +- **Google Fonts**: Updated the Google Fonts library +- **Onboarding UX**: Enhanced the onboarding process for a smoother user experience. +- **WooCommerce Compatibility Check**: Verified the compatibility with WooCommerce 8.1 to ensure there are no issues. +- **Elementor Compatibility Check**: Verified the compatibility with Elementor 3.17 to ensure there are no issues. + +### Bug Fixes +- **Accessibility Fix**: Addressed the accessibility issue flagged on PageSpeed Insights, which was triggered by the absence of the tagline alongside the site title in the aria-label attribute. +- **Light Mode Logo Correction**: Fixed the issue of the dark-mode logo being displayed inappropriately during the first visit in light mode. +- **Onboarding redirection**: Fixed the issue where users got redirected to the old onboarding if they were installing the Cloud Templates & Patterns collection plugin from the dashboard + + + + #### [Version 3.7.0](https://github.com/Codeinwp/neve/compare/v3.6.7...v3.7.0) (2023-09-25) - [Feat] Improve the UX by decreasing the opacity of the Editor Title if the disabled title toggle from Neve Options inside the editor is active diff --git a/readme.txt b/readme.txt index 1772df065c..d09d42c3d3 100644 --- a/readme.txt +++ b/readme.txt @@ -19,6 +19,22 @@ Neve is distributed under the terms of the GNU GPLv2 or later == Changelog == +##### [Version 3.7.1](https://github.com/Codeinwp/neve/compare/v3.7.0...v3.7.1) (2023-10-05) + +### Improvements +- **Google Fonts**: Updated the Google Fonts library +- **Onboarding UX**: Enhanced the onboarding process for a smoother user experience. +- **WooCommerce Compatibility Check**: Verified the compatibility with WooCommerce 8.1 to ensure there are no issues. +- **Elementor Compatibility Check**: Verified the compatibility with Elementor 3.17 to ensure there are no issues. + +### Bug Fixes +- **Accessibility Fix**: Addressed the accessibility issue flagged on PageSpeed Insights, which was triggered by the absence of the tagline alongside the site title in the aria-label attribute. +- **Light Mode Logo Correction**: Fixed the issue of the dark-mode logo being displayed inappropriately during the first visit in light mode. +- **Onboarding redirection**: Fixed the issue where users got redirected to the old onboarding if they were installing the Cloud Templates & Patterns collection plugin from the dashboard + + + + #### [Version 3.7.0](https://github.com/Codeinwp/neve/compare/v3.6.7...v3.7.0) (2023-09-25) - [Feat] Improve the UX by decreasing the opacity of the Editor Title if the disabled title toggle from Neve Options inside the editor is active diff --git a/style.css b/style.css index 08a650faa0..b33da34d18 100644 --- a/style.css +++ b/style.css @@ -7,7 +7,7 @@ Tested up to: 6.2 Requires PHP: 7.0 Requires at least: 5.5 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.7.0 +Version: 3.7.1 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: neve