From 514b10e052e87ca4d52ac29c83dfc3fdeabd6e0d Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Tue, 30 Jan 2024 10:32:48 +0000 Subject: [PATCH] chore(release): 3.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### [Version 3.8.0](https://github.com/Codeinwp/neve/compare/v3.7.5...v3.8.0) (2024-01-30) ### New Features - **Enable full HTML5 theme support**: All HTML5 theme support features are now enabled. - **Added X (former Twitter) and Apple Music logo for Social Icons**: Updated the social icons list. - **Added mobile support for the footer in Header Footer Grid builder**: Now users can control and build the layout for the footer when viewed on mobile. ### Bug Fixes - **WooCommerce notices styles for v8.5**: Fixed a bug with the notice styles introduced by WooCommerce v8.5 - **Single Post title alignment**: when using full width layout the alignment should work as expected now. - **Improve SEO site-title tag for homepage**: Improved SEO site-title tag on the homepage. - **Missing translations for the Customizer.** - **Sub-menu item long text**: Fixed the sub-menu item when text is too long, now it will wrap as expected. - **Fix the opening of Search Icon in Mobile Sidebar** - **Fix position of search input**: on minimal when space is restricted - **Scrollable mobile header builder droppable zone**: Previously when having too many items it would become hard to manage. ### Improvements - **Add feature usage observer** - **Update internal dependencies** - **Support changes for Custom payment icons** - **Support changes for the Custom SVG menu icon** - **Add integration for Formbricks survey** inside the Dashboard. - **Update Google Fonts**:​ Get the newest Google fonts from the public font library. --- CHANGELOG.md | 25 +++++++++++++++++++++++++ functions.php | 2 +- package.json | 2 +- readme.md | 28 ++++++++++++++++++++++++++++ readme.txt | 28 ++++++++++++++++++++++++++++ style.css | 2 +- 6 files changed, 84 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daa2d06362..3f024dbceb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +#### [Version 3.8.0](https://github.com/Codeinwp/neve/compare/v3.7.5...v3.8.0) (2024-01-30) + +### New Features +- **Enable full HTML5 theme support**: All HTML5 theme support features are now enabled. +- **Added X (former Twitter) and Apple Music logo for Social Icons**: Updated the social icons list. +- **Added mobile support for the footer in Header Footer Grid builder**: Now users can control and build the layout for the footer when viewed on mobile. + +### Bug Fixes +- **WooCommerce notices styles for v8.5**: Fixed a bug with the notice styles introduced by WooCommerce v8.5 +- **Single Post title alignment**: when using full width layout the alignment should work as expected now. +- **Improve SEO site-title tag for homepage**: Improved SEO site-title tag on the homepage. +- **Missing translations for the Customizer.** +- **Sub-menu item long text**: Fixed the sub-menu item when text is too long, now it will wrap as expected. +- **Fix the opening of Search Icon in Mobile Sidebar** +- **Fix position of search input**: on minimal when space is restricted +- **Scrollable mobile header builder droppable zone**: Previously when having too many items it would become hard to manage. + +### Improvements +- **Add feature usage observer** +- **Update internal dependencies** +- **Support changes for Custom payment icons** +- **Support changes for the Custom SVG menu icon** +- **Add integration for Formbricks survey** inside the Dashboard. +- **Update Google Fonts**:​ Get the newest Google fonts from the public font library. + ##### [Version 3.7.5](https://github.com/Codeinwp/neve/compare/v3.7.4...v3.7.5) (2023-12-22) ### Bug Fixes diff --git a/functions.php b/functions.php index c6b9ec64dd..15d5961870 100644 --- a/functions.php +++ b/functions.php @@ -8,7 +8,7 @@ * @package Neve */ -define( 'NEVE_VERSION', '3.7.5' ); +define( 'NEVE_VERSION', '3.8.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 8ba200e3dd..86e261f3cb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "neve", "nicename": "Neve", - "version": "3.7.5", + "version": "3.8.0", "description": "Neve theme by ThemeIsle", "category": "themes", "author": "ThemeIsle ", diff --git a/readme.md b/readme.md index 2606227384..241db291d6 100644 --- a/readme.md +++ b/readme.md @@ -19,6 +19,34 @@ Neve is distributed under the terms of the GNU GPLv2 or later ## Changelog ## +#### [Version 3.8.0](https://github.com/Codeinwp/neve/compare/v3.7.5...v3.8.0) (2024-01-30) + +### New Features +- **Enable full HTML5 theme support**: All HTML5 theme support features are now enabled. +- **Added X (former Twitter) and Apple Music logo for Social Icons**: Updated the social icons list. +- **Added mobile support for the footer in Header Footer Grid builder**: Now users can control and build the layout for the footer when viewed on mobile. + +### Bug Fixes +- **WooCommerce notices styles for v8.5**: Fixed a bug with the notice styles introduced by WooCommerce v8.5 +- **Single Post title alignment**: when using full width layout the alignment should work as expected now. +- **Improve SEO site-title tag for homepage**: Improved SEO site-title tag on the homepage. +- **Missing translations for the Customizer.** +- **Sub-menu item long text**: Fixed the sub-menu item when text is too long, now it will wrap as expected. +- **Fix the opening of Search Icon in Mobile Sidebar** +- **Fix position of search input**: on minimal when space is restricted +- **Scrollable mobile header builder droppable zone**: Previously when having too many items it would become hard to manage. + +### Improvements +- **Add feature usage observer** +- **Update internal dependencies** +- **Support changes for Custom payment icons** +- **Support changes for the Custom SVG menu icon** +- **Add integration for Formbricks survey** inside the Dashboard. +- **Update Google Fonts**:​ Get the newest Google fonts from the public font library. + + + + ##### [Version 3.7.5](https://github.com/Codeinwp/neve/compare/v3.7.4...v3.7.5) (2023-12-22) ### Bug Fixes diff --git a/readme.txt b/readme.txt index e50ddbfcb2..acb0a148ff 100644 --- a/readme.txt +++ b/readme.txt @@ -19,6 +19,34 @@ Neve is distributed under the terms of the GNU GPLv2 or later == Changelog == +#### [Version 3.8.0](https://github.com/Codeinwp/neve/compare/v3.7.5...v3.8.0) (2024-01-30) + +### New Features +- **Enable full HTML5 theme support**: All HTML5 theme support features are now enabled. +- **Added X (former Twitter) and Apple Music logo for Social Icons**: Updated the social icons list. +- **Added mobile support for the footer in Header Footer Grid builder**: Now users can control and build the layout for the footer when viewed on mobile. + +### Bug Fixes +- **WooCommerce notices styles for v8.5**: Fixed a bug with the notice styles introduced by WooCommerce v8.5 +- **Single Post title alignment**: when using full width layout the alignment should work as expected now. +- **Improve SEO site-title tag for homepage**: Improved SEO site-title tag on the homepage. +- **Missing translations for the Customizer.** +- **Sub-menu item long text**: Fixed the sub-menu item when text is too long, now it will wrap as expected. +- **Fix the opening of Search Icon in Mobile Sidebar** +- **Fix position of search input**: on minimal when space is restricted +- **Scrollable mobile header builder droppable zone**: Previously when having too many items it would become hard to manage. + +### Improvements +- **Add feature usage observer** +- **Update internal dependencies** +- **Support changes for Custom payment icons** +- **Support changes for the Custom SVG menu icon** +- **Add integration for Formbricks survey** inside the Dashboard. +- **Update Google Fonts**:​ Get the newest Google fonts from the public font library. + + + + ##### [Version 3.7.5](https://github.com/Codeinwp/neve/compare/v3.7.4...v3.7.5) (2023-12-22) ### Bug Fixes diff --git a/style.css b/style.css index db4b755fbe..674c2cab16 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.5 +Version: 3.8.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: neve