Skip to content

Commit 1f4275a

Browse files
committed
chore(release): 4.1.0
#### [Version 4.1.0](v4.0.1...v4.1.0) (2025-05-22) - [Feat] Style WordPress core login block - [Feat] Improved WooCommerce My Account page styling - [Feat] Adds color setting for headings - [Feat] Adds image size options to single post thumbnail - [Feat] Improve footer builder UX - [Feat] Mobile footer inherits desktop components by default if layout is empty - [Feat] Sparks integration improvements - [Feat] Rework Menu Icon component options - [Feat] Improve styling and UX for onboarding notice - [Fix] Mobile navigation sidebar not working when no Navigation menu is added in header - [Fix] Starter sites broken link redirection - [Fix] Blog pagination page number input styling - [Fix] Quote block styling inconsistency between editor & frontend - [Fix] Navigation dropdown caret icon size control not working on mobile/tablet - [Fix] License card UI - [Fix] Gallery for WooCommerce plugin conflict - [Fix] Center Footer Copyright position on mobile - [Fix] Edge-case in WooCommerce checkout when session is not set and throwing a fatal error - [Fix] Elementor Pro Header & Footer builder breaking theme markup - [Fix] Deprecated notice when using PHP 8.4 - [Fix] Edge-case where modal is going off-screen in the dashboard - [Fix] Starter content issue causing footer builder problems and missing components on mobile - Improve WooCommerce single product layout styling - Adds shortcut to clarify header background controls - Adds description to the Neve editor options panel to clarify that settings override customizer options - Small customizer UX improvements - Update dependencies
1 parent c6cadd6 commit 1f4275a

6 files changed

Lines changed: 99 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
#### [Version 4.1.0](https://github.com/Codeinwp/neve/compare/v4.0.1...v4.1.0) (2025-05-22)
2+
3+
- [Feat] Style WordPress core login block
4+
- [Feat] Improved WooCommerce My Account page styling
5+
- [Feat] Adds color setting for headings
6+
- [Feat] Adds image size options to single post thumbnail
7+
- [Feat] Improve footer builder UX
8+
- [Feat] Mobile footer inherits desktop components by default if layout is empty
9+
- [Feat] Sparks integration improvements
10+
- [Feat] Rework Menu Icon component options
11+
- [Feat] Improve styling and UX for onboarding notice
12+
- [Fix] Mobile navigation sidebar not working when no Navigation menu is added in header
13+
- [Fix] Starter sites broken link redirection
14+
- [Fix] Blog pagination page number input styling
15+
- [Fix] Quote block styling inconsistency between editor & frontend
16+
- [Fix] Navigation dropdown caret icon size control not working on mobile/tablet
17+
- [Fix] License card UI
18+
- [Fix] Gallery for WooCommerce plugin conflict
19+
- [Fix] Center Footer Copyright position on mobile
20+
- [Fix] Edge-case in WooCommerce checkout when session is not set and throwing a fatal error
21+
- [Fix] Elementor Pro Header & Footer builder breaking theme markup
22+
- [Fix] Deprecated notice when using PHP 8.4
23+
- [Fix] Edge-case where modal is going off-screen in the dashboard
24+
- [Fix] Starter content issue causing footer builder problems and missing components on mobile
25+
- Improve WooCommerce single product layout styling
26+
- Adds shortcut to clarify header background controls
27+
- Adds description to the Neve editor options panel to clarify that settings override customizer options
28+
- Small customizer UX improvements
29+
- Update dependencies
30+
131
##### [Version 4.0.1](https://github.com/Codeinwp/neve/compare/v4.0.0...v4.0.1) (2025-02-03)
232

333
- [Feat] Reorganised main customizer panels for better UX

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @package Neve
99
*/
1010

11-
define( 'NEVE_VERSION', '4.0.1' );
11+
define( 'NEVE_VERSION', '4.1.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "neve",
33
"nicename": "Neve",
4-
"version": "4.0.1",
4+
"version": "4.1.0",
55
"description": "Neve theme by ThemeIsle",
66
"category": "themes",
77
"author": "ThemeIsle <friends@themeisle.com>",

readme.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,39 @@ Neve is distributed under the terms of the GNU GPLv2 or later
1919

2020
## Changelog ##
2121

22+
#### [Version 4.1.0](https://github.com/Codeinwp/neve/compare/v4.0.1...v4.1.0) (2025-05-22)
23+
24+
- [Feat] Style WordPress core login block
25+
- [Feat] Improved WooCommerce My Account page styling
26+
- [Feat] Adds color setting for headings
27+
- [Feat] Adds image size options to single post thumbnail
28+
- [Feat] Improve footer builder UX
29+
- [Feat] Mobile footer inherits desktop components by default if layout is empty
30+
- [Feat] Sparks integration improvements
31+
- [Feat] Rework Menu Icon component options
32+
- [Feat] Improve styling and UX for onboarding notice
33+
- [Fix] Mobile navigation sidebar not working when no Navigation menu is added in header
34+
- [Fix] Starter sites broken link redirection
35+
- [Fix] Blog pagination page number input styling
36+
- [Fix] Quote block styling inconsistency between editor & frontend
37+
- [Fix] Navigation dropdown caret icon size control not working on mobile/tablet
38+
- [Fix] License card UI
39+
- [Fix] Gallery for WooCommerce plugin conflict
40+
- [Fix] Center Footer Copyright position on mobile
41+
- [Fix] Edge-case in WooCommerce checkout when session is not set and throwing a fatal error
42+
- [Fix] Elementor Pro Header & Footer builder breaking theme markup
43+
- [Fix] Deprecated notice when using PHP 8.4
44+
- [Fix] Edge-case where modal is going off-screen in the dashboard
45+
- [Fix] Starter content issue causing footer builder problems and missing components on mobile
46+
- Improve WooCommerce single product layout styling
47+
- Adds shortcut to clarify header background controls
48+
- Adds description to the Neve editor options panel to clarify that settings override customizer options
49+
- Small customizer UX improvements
50+
- Update dependencies
51+
52+
53+
54+
2255
##### [Version 4.0.1](https://github.com/Codeinwp/neve/compare/v4.0.0...v4.0.1) (2025-02-03)
2356

2457
- [Feat] Reorganised main customizer panels for better UX

readme.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,39 @@ Neve is distributed under the terms of the GNU GPLv2 or later
1919

2020
== Changelog ==
2121

22+
#### [Version 4.1.0](https://github.com/Codeinwp/neve/compare/v4.0.1...v4.1.0) (2025-05-22)
23+
24+
- [Feat] Style WordPress core login block
25+
- [Feat] Improved WooCommerce My Account page styling
26+
- [Feat] Adds color setting for headings
27+
- [Feat] Adds image size options to single post thumbnail
28+
- [Feat] Improve footer builder UX
29+
- [Feat] Mobile footer inherits desktop components by default if layout is empty
30+
- [Feat] Sparks integration improvements
31+
- [Feat] Rework Menu Icon component options
32+
- [Feat] Improve styling and UX for onboarding notice
33+
- [Fix] Mobile navigation sidebar not working when no Navigation menu is added in header
34+
- [Fix] Starter sites broken link redirection
35+
- [Fix] Blog pagination page number input styling
36+
- [Fix] Quote block styling inconsistency between editor & frontend
37+
- [Fix] Navigation dropdown caret icon size control not working on mobile/tablet
38+
- [Fix] License card UI
39+
- [Fix] Gallery for WooCommerce plugin conflict
40+
- [Fix] Center Footer Copyright position on mobile
41+
- [Fix] Edge-case in WooCommerce checkout when session is not set and throwing a fatal error
42+
- [Fix] Elementor Pro Header & Footer builder breaking theme markup
43+
- [Fix] Deprecated notice when using PHP 8.4
44+
- [Fix] Edge-case where modal is going off-screen in the dashboard
45+
- [Fix] Starter content issue causing footer builder problems and missing components on mobile
46+
- Improve WooCommerce single product layout styling
47+
- Adds shortcut to clarify header background controls
48+
- Adds description to the Neve editor options panel to clarify that settings override customizer options
49+
- Small customizer UX improvements
50+
- Update dependencies
51+
52+
53+
54+
2255
##### [Version 4.0.1](https://github.com/Codeinwp/neve/compare/v4.0.0...v4.0.1) (2025-02-03)
2356

2457
- [Feat] Reorganised main customizer panels for better UX

style.css

Lines changed: 1 addition & 1 deletion
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 next-generation, ultra-fast WordPress theme designed for top performance, SEO, and Core Web Vitals. Its lightweight codebase and small size ensure minimal overhead and lightning-fast load times. Fully compatible with the block editor, popular page builders (Elementor, Bricks, Oxygen etc), and WooCommerce, it’s perfect for blogs, small businesses, agencies, portfolios, and online stores. With responsive design, multilingual translations, and easy customization options, Neve empowers you to create a future-proof, high-ranking online presence. Discover everything Neve has to offer and explore our powerful premium version at https://themeisle.com/themes/neve/.
10-
Version: 4.0.1
10+
Version: 4.1.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)