Skip to content

Commit 514b10e

Browse files
committed
chore(release): 3.8.0
#### [Version 3.8.0](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.
1 parent aabd495 commit 514b10e

6 files changed

+84
-3
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
#### [Version 3.8.0](https://github.com/Codeinwp/neve/compare/v3.7.5...v3.8.0) (2024-01-30)
2+
3+
### New Features
4+
- **Enable full HTML5 theme support**: All HTML5 theme support features are now enabled.
5+
- **Added X (former Twitter) and Apple Music logo for Social Icons**: Updated the social icons list.
6+
- **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.
7+
8+
### Bug Fixes
9+
- **WooCommerce notices styles for v8.5**: Fixed a bug with the notice styles introduced by WooCommerce v8.5
10+
- **Single Post title alignment**: when using full width layout the alignment should work as expected now.
11+
- **Improve SEO site-title tag for homepage**: Improved SEO site-title tag on the homepage.
12+
- **Missing translations for the Customizer.**
13+
- **Sub-menu item long text**: Fixed the sub-menu item when text is too long, now it will wrap as expected.
14+
- **Fix the opening of Search Icon in Mobile Sidebar**
15+
- **Fix position of search input**: on minimal when space is restricted
16+
- **Scrollable mobile header builder droppable zone**: Previously when having too many items it would become hard to manage.
17+
18+
### Improvements
19+
- **Add feature usage observer**
20+
- **Update internal dependencies**
21+
- **Support changes for Custom payment icons**
22+
- **Support changes for the Custom SVG menu icon**
23+
- **Add integration for Formbricks survey** inside the Dashboard.
24+
- **Update Google Fonts**:​ Get the newest Google fonts from the public font library.
25+
126
##### [Version 3.7.5](https://github.com/Codeinwp/neve/compare/v3.7.4...v3.7.5) (2023-12-22)
227

328
### Bug Fixes

functions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @package Neve
99
*/
1010

11-
define( 'NEVE_VERSION', '3.7.5' );
11+
define( 'NEVE_VERSION', '3.8.0' );
1212
define( 'NEVE_INC_DIR', trailingslashit( get_template_directory() ) . 'inc/' );
1313
define( 'NEVE_ASSETS_URL', trailingslashit( get_template_directory_uri() ) . 'assets/' );
1414
define( 'NEVE_MAIN_DIR', get_template_directory() . '/' );

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "neve",
33
"nicename": "Neve",
4-
"version": "3.7.5",
4+
"version": "3.8.0",
55
"description": "Neve theme by ThemeIsle",
66
"category": "themes",
77
"author": "ThemeIsle <[email protected]>",

readme.md

+28
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,34 @@ Neve is distributed under the terms of the GNU GPLv2 or later
1919

2020
## Changelog ##
2121

22+
#### [Version 3.8.0](https://github.com/Codeinwp/neve/compare/v3.7.5...v3.8.0) (2024-01-30)
23+
24+
### New Features
25+
- **Enable full HTML5 theme support**: All HTML5 theme support features are now enabled.
26+
- **Added X (former Twitter) and Apple Music logo for Social Icons**: Updated the social icons list.
27+
- **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.
28+
29+
### Bug Fixes
30+
- **WooCommerce notices styles for v8.5**: Fixed a bug with the notice styles introduced by WooCommerce v8.5
31+
- **Single Post title alignment**: when using full width layout the alignment should work as expected now.
32+
- **Improve SEO site-title tag for homepage**: Improved SEO site-title tag on the homepage.
33+
- **Missing translations for the Customizer.**
34+
- **Sub-menu item long text**: Fixed the sub-menu item when text is too long, now it will wrap as expected.
35+
- **Fix the opening of Search Icon in Mobile Sidebar**
36+
- **Fix position of search input**: on minimal when space is restricted
37+
- **Scrollable mobile header builder droppable zone**: Previously when having too many items it would become hard to manage.
38+
39+
### Improvements
40+
- **Add feature usage observer**
41+
- **Update internal dependencies**
42+
- **Support changes for Custom payment icons**
43+
- **Support changes for the Custom SVG menu icon**
44+
- **Add integration for Formbricks survey** inside the Dashboard.
45+
- **Update Google Fonts**:​ Get the newest Google fonts from the public font library.
46+
47+
48+
49+
2250
##### [Version 3.7.5](https://github.com/Codeinwp/neve/compare/v3.7.4...v3.7.5) (2023-12-22)
2351

2452
### Bug Fixes

readme.txt

+28
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,34 @@ Neve is distributed under the terms of the GNU GPLv2 or later
1919

2020
== Changelog ==
2121

22+
#### [Version 3.8.0](https://github.com/Codeinwp/neve/compare/v3.7.5...v3.8.0) (2024-01-30)
23+
24+
### New Features
25+
- **Enable full HTML5 theme support**: All HTML5 theme support features are now enabled.
26+
- **Added X (former Twitter) and Apple Music logo for Social Icons**: Updated the social icons list.
27+
- **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.
28+
29+
### Bug Fixes
30+
- **WooCommerce notices styles for v8.5**: Fixed a bug with the notice styles introduced by WooCommerce v8.5
31+
- **Single Post title alignment**: when using full width layout the alignment should work as expected now.
32+
- **Improve SEO site-title tag for homepage**: Improved SEO site-title tag on the homepage.
33+
- **Missing translations for the Customizer.**
34+
- **Sub-menu item long text**: Fixed the sub-menu item when text is too long, now it will wrap as expected.
35+
- **Fix the opening of Search Icon in Mobile Sidebar**
36+
- **Fix position of search input**: on minimal when space is restricted
37+
- **Scrollable mobile header builder droppable zone**: Previously when having too many items it would become hard to manage.
38+
39+
### Improvements
40+
- **Add feature usage observer**
41+
- **Update internal dependencies**
42+
- **Support changes for Custom payment icons**
43+
- **Support changes for the Custom SVG menu icon**
44+
- **Add integration for Formbricks survey** inside the Dashboard.
45+
- **Update Google Fonts**:​ Get the newest Google fonts from the public font library.
46+
47+
48+
49+
2250
##### [Version 3.7.5](https://github.com/Codeinwp/neve/compare/v3.7.4...v3.7.5) (2023-12-22)
2351

2452
### Bug Fixes

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Tested up to: 6.2
77
Requires PHP: 7.0
88
Requires at least: 5.5
99
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!
10-
Version: 3.7.5
10+
Version: 3.8.0
1111
License: GNU General Public License v2 or later
1212
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1313
Text Domain: neve

0 commit comments

Comments
 (0)