Skip to content

Commit 74d9cbf

Browse files
committed
chore(release): 4.1.4
##### [Version 4.1.4](v4.1.3...v4.1.4) (2025-09-10) - Fixed border color not working properly for Secondary Buttons - Fixed the issue related to changing the license key after White Module was enabled [PRO] - Updated dependencies
1 parent 1ae1ae7 commit 74d9cbf

File tree

6 files changed

+27
-3
lines changed

6 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
##### [Version 4.1.4](https://github.com/Codeinwp/neve/compare/v4.1.3...v4.1.4) (2025-09-10)
2+
3+
- Fixed border color not working properly for Secondary Buttons
4+
- Fixed the issue related to changing the license key after White Module was enabled [PRO]
5+
- Updated dependencies
6+
17
##### [Version 4.1.3](https://github.com/Codeinwp/neve/compare/v4.1.2...v4.1.3) (2025-07-25)
28

39
- Fixed broken notice layout on checkout page

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

readme.md

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

2020
## Changelog ##
2121

22+
##### [Version 4.1.4](https://github.com/Codeinwp/neve/compare/v4.1.3...v4.1.4) (2025-09-10)
23+
24+
- Fixed border color not working properly for Secondary Buttons
25+
- Fixed the issue related to changing the license key after White Module was enabled [PRO]
26+
- Updated dependencies
27+
28+
29+
30+
2231
##### [Version 4.1.3](https://github.com/Codeinwp/neve/compare/v4.1.2...v4.1.3) (2025-07-25)
2332

2433
- Fixed broken notice layout on checkout page

readme.txt

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

2020
== Changelog ==
2121

22+
##### [Version 4.1.4](https://github.com/Codeinwp/neve/compare/v4.1.3...v4.1.4) (2025-09-10)
23+
24+
- Fixed border color not working properly for Secondary Buttons
25+
- Fixed the issue related to changing the license key after White Module was enabled [PRO]
26+
- Updated dependencies
27+
28+
29+
30+
2231
##### [Version 4.1.3](https://github.com/Codeinwp/neve/compare/v4.1.2...v4.1.3) (2025-07-25)
2332

2433
- Fixed broken notice layout on checkout page

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.1.3
10+
Version: 4.1.4
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)