Skip to content

Commit f8edcbe

Browse files
authored
Sync branch [skip ci]
2 parents 28d50e4 + 982c698 commit f8edcbe

File tree

8 files changed

+60
-21
lines changed

8 files changed

+60
-21
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
##### [Version 4.1.3](https://github.com/Codeinwp/neve/compare/v4.1.2...v4.1.3) (2025-07-25)
2+
3+
- Fixed broken notice layout on checkout page
4+
- Updated dependencies
5+
16
##### [Version 4.1.2](https://github.com/Codeinwp/neve/compare/v4.1.1...v4.1.2) (2025-05-30)
27

38
- Fixed styling options of the Menu Icon

assets/scss/components/compat/woocommerce/_notices.scss

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
.woocommerce-error,
1414
.woocommerce-message {
1515
display: flex;
16-
align-items: center;
17-
flex-direction: column-reverse;
18-
text-align: center;
19-
padding: 15px;
16+
align-items: start;
17+
flex-direction: column;
18+
text-align: start;
19+
padding: 15px 15px 15px 45px;
2020
--btnfs: $text-sm;
2121
--primarybtnpadding: 10px 15px;
2222
--primarybtnborderwidth: 3px;
@@ -36,6 +36,7 @@
3636
margin-top: $spacing-sm;
3737
white-space: normal;
3838
margin-left: auto;
39+
text-align: center;
3940
}
4041
}
4142

@@ -144,10 +145,9 @@ $blockNotices: (
144145
.woocommerce-info,
145146
.woocommerce-error,
146147
.woocommerce-message {
147-
flex-direction: row-reverse;
148-
justify-content: flex-end;
149148
text-align: left;
150149
padding-left: $spacing-aired;
150+
align-items: center;
151151

152152
a,
153153
.button {
@@ -160,9 +160,27 @@ $blockNotices: (
160160
&::before {
161161
display: flex;
162162
top: 0;
163-
align-items: center;
164163
height: 100%;
165164
color: #fff;
166165
}
167166
}
167+
168+
.woocommerce-info,
169+
.woocommerce-message {
170+
flex-direction: row-reverse;
171+
justify-content: flex-end;
172+
173+
&::before {
174+
align-items: center;
175+
}
176+
}
177+
178+
.woocommerce-error {
179+
flex-direction: column-reverse;
180+
181+
&::before {
182+
align-items: start;
183+
padding-top: 15px;
184+
}
185+
}
168186
}

composer.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

readme.md

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

2020
## Changelog ##
2121

22+
##### [Version 4.1.3](https://github.com/Codeinwp/neve/compare/v4.1.2...v4.1.3) (2025-07-25)
23+
24+
- Fixed broken notice layout on checkout page
25+
- Updated dependencies
26+
27+
28+
29+
2230
##### [Version 4.1.2](https://github.com/Codeinwp/neve/compare/v4.1.1...v4.1.2) (2025-05-30)
2331

2432
- Fixed styling options of the Menu Icon

readme.txt

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

2020
== Changelog ==
2121

22+
##### [Version 4.1.3](https://github.com/Codeinwp/neve/compare/v4.1.2...v4.1.3) (2025-07-25)
23+
24+
- Fixed broken notice layout on checkout page
25+
- Updated dependencies
26+
27+
28+
29+
2230
##### [Version 4.1.2](https://github.com/Codeinwp/neve/compare/v4.1.1...v4.1.2) (2025-05-30)
2331

2432
- Fixed styling options of the Menu Icon

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.2
10+
Version: 4.1.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)