Skip to content

Commit

Permalink
chore(release): 4.0.1
Browse files Browse the repository at this point in the history
##### [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
  • Loading branch information
pirate-bot committed Feb 3, 2025
1 parent 37c03b9 commit 5e8991c
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
##### [Version 4.0.1](https://github.com/Codeinwp/neve/compare/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

#### [Version 4.0.0](https://github.com/Codeinwp/neve/compare/v3.8.16...v4.0.0) (2025-01-30)

- [Feat] Redesigned theme dashboard with a modern interface and intuitive organization for easier site customization
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @package Neve
*/

define( 'NEVE_VERSION', '4.0.0' );
define( 'NEVE_VERSION', '4.0.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() . '/' );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "neve",
"nicename": "Neve",
"version": "4.0.0",
"version": "4.0.1",
"description": "Neve theme by ThemeIsle",
"category": "themes",
"author": "ThemeIsle <friends@themeisle.com>",
Expand Down
12 changes: 12 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@ Neve is distributed under the terms of the GNU GPLv2 or later

## Changelog ##

##### [Version 4.0.1](https://github.com/Codeinwp/neve/compare/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




#### [Version 4.0.0](https://github.com/Codeinwp/neve/compare/v3.8.16...v4.0.0) (2025-01-30)

- [Feat] Redesigned theme dashboard with a modern interface and intuitive organization for easier site customization
Expand Down
12 changes: 12 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@ Neve is distributed under the terms of the GNU GPLv2 or later

== Changelog ==

##### [Version 4.0.1](https://github.com/Codeinwp/neve/compare/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




#### [Version 4.0.0](https://github.com/Codeinwp/neve/compare/v3.8.16...v4.0.0) (2025-01-30)

- [Feat] Redesigned theme dashboard with a modern interface and intuitive organization for easier site customization
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Tested up to: 6.2
Requires PHP: 7.0
Requires at least: 5.5
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/.
Version: 4.0.0
Version: 4.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: neve
Expand Down

0 comments on commit 5e8991c

Please sign in to comment.