Skip to content

Commit 5e8991c

Browse files
committed
chore(release): 4.0.1
##### [Version 4.0.1](v4.0.0...v4.0.1) (2025-02-03) - [Feat] Reorganised main customizer panels for better UX - [Fix] hide Super Page Cache plugin from dashboard if its pro version is installed - Improved UI/UX for the Get Started section in the dashboard page - Improved style of customizer sections - Updated starter content to use theme defaults for H2 typography - Updated Google Fonts and dependencies
1 parent 37c03b9 commit 5e8991c

6 files changed

+36
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
##### [Version 4.0.1](https://github.com/Codeinwp/neve/compare/v4.0.0...v4.0.1) (2025-02-03)
2+
3+
- [Feat] Reorganised main customizer panels for better UX
4+
- [Fix] hide Super Page Cache plugin from dashboard if its pro version is installed
5+
- Improved UI/UX for the Get Started section in the dashboard page
6+
- Improved style of customizer sections
7+
- Updated starter content to use theme defaults for H2 typography
8+
- Updated Google Fonts and dependencies
9+
110
#### [Version 4.0.0](https://github.com/Codeinwp/neve/compare/v3.8.16...v4.0.0) (2025-01-30)
211

312
- [Feat] Redesigned theme dashboard with a modern interface and intuitive organization for easier site customization

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', '4.0.0' );
11+
define( 'NEVE_VERSION', '4.0.1' );
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": "4.0.0",
4+
"version": "4.0.1",
55
"description": "Neve theme by ThemeIsle",
66
"category": "themes",
77
"author": "ThemeIsle <[email protected]>",

readme.md

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

2020
## Changelog ##
2121

22+
##### [Version 4.0.1](https://github.com/Codeinwp/neve/compare/v4.0.0...v4.0.1) (2025-02-03)
23+
24+
- [Feat] Reorganised main customizer panels for better UX
25+
- [Fix] hide Super Page Cache plugin from dashboard if its pro version is installed
26+
- Improved UI/UX for the Get Started section in the dashboard page
27+
- Improved style of customizer sections
28+
- Updated starter content to use theme defaults for H2 typography
29+
- Updated Google Fonts and dependencies
30+
31+
32+
33+
2234
#### [Version 4.0.0](https://github.com/Codeinwp/neve/compare/v3.8.16...v4.0.0) (2025-01-30)
2335

2436
- [Feat] Redesigned theme dashboard with a modern interface and intuitive organization for easier site customization

readme.txt

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

2020
== Changelog ==
2121

22+
##### [Version 4.0.1](https://github.com/Codeinwp/neve/compare/v4.0.0...v4.0.1) (2025-02-03)
23+
24+
- [Feat] Reorganised main customizer panels for better UX
25+
- [Fix] hide Super Page Cache plugin from dashboard if its pro version is installed
26+
- Improved UI/UX for the Get Started section in the dashboard page
27+
- Improved style of customizer sections
28+
- Updated starter content to use theme defaults for H2 typography
29+
- Updated Google Fonts and dependencies
30+
31+
32+
33+
2234
#### [Version 4.0.0](https://github.com/Codeinwp/neve/compare/v3.8.16...v4.0.0) (2025-01-30)
2335

2436
- [Feat] Redesigned theme dashboard with a modern interface and intuitive organization for easier site customization

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 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.0
10+
Version: 4.0.1
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)