Skip to content

Commit 4830a36

Browse files
committed
chore(release): 4.2.3
##### [Version 4.2.3](v4.2.2...v4.2.3) (2026-03-09) - Fixed compatibility with Gutenberg v22.6.0 - Improved keyboard navigation between posts - Fixed PHP deprecated notice - Fixed alignment for add-to-cart spinner - Enhanced security
1 parent 830323a commit 4830a36

6 files changed

Lines changed: 33 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
##### [Version 4.2.3](https://github.com/Codeinwp/neve/compare/v4.2.2...v4.2.3) (2026-03-09)
2+
3+
- Fixed compatibility with Gutenberg v22.6.0
4+
- Improved keyboard navigation between posts
5+
- Fixed PHP deprecated notice
6+
- Fixed alignment for add-to-cart spinner
7+
- Enhanced security
8+
19
##### [Version 4.2.2](https://github.com/Codeinwp/neve/compare/v4.2.1...v4.2.2) (2025-12-18)
210

311
- Fixed issue with single product page gallery layout

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.2.2' );
11+
define( 'NEVE_VERSION', '4.2.3' );
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.2.2",
4+
"version": "4.2.3",
55
"description": "Neve theme by ThemeIsle",
66
"category": "themes",
77
"author": "ThemeIsle <friends@themeisle.com>",

readme.md

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

2020
## Changelog ##
2121

22+
##### [Version 4.2.3](https://github.com/Codeinwp/neve/compare/v4.2.2...v4.2.3) (2026-03-09)
23+
24+
- Fixed compatibility with Gutenberg v22.6.0
25+
- Improved keyboard navigation between posts
26+
- Fixed PHP deprecated notice
27+
- Fixed alignment for add-to-cart spinner
28+
- Enhanced security
29+
30+
31+
32+
2233
##### [Version 4.2.2](https://github.com/Codeinwp/neve/compare/v4.2.1...v4.2.2) (2025-12-18)
2334

2435
- Fixed issue with single product page gallery layout

readme.txt

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

2020
== Changelog ==
2121

22+
##### [Version 4.2.3](https://github.com/Codeinwp/neve/compare/v4.2.2...v4.2.3) (2026-03-09)
23+
24+
- Fixed compatibility with Gutenberg v22.6.0
25+
- Improved keyboard navigation between posts
26+
- Fixed PHP deprecated notice
27+
- Fixed alignment for add-to-cart spinner
28+
- Enhanced security
29+
30+
31+
32+
2233
##### [Version 4.2.2](https://github.com/Codeinwp/neve/compare/v4.2.1...v4.2.2) (2025-12-18)
2334

2435
- Fixed issue with single product page gallery layout

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.2.2
10+
Version: 4.2.3
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)