diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c87eeead9..bb84d8906d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +##### [Version 3.7.4](https://github.com/Codeinwp/neve/compare/v3.7.3...v3.7.4) (2023-11-29) + +### Bug Fixes +**Header Footer Builder Layout Fix:** We updated the builder to work with the latest version of WordPress 6.4. +**Related posts excerpt:** The excerpt from the related post will now correctly show the proper post excerpt. +**Infinite scroll:** Properly load custom post-type posts on the archive page. +**Infinite scroll post order:** The order is now preserved when loading posts for the infinite scroll. +**Improved Gutenberg support:** More default Guttenberg block settings are now supported. +**Blog list alignment:** The alignment now behaves correctly when the thumbnail is missing. + +### Improvements +**Update Google Fonts:** Get the newest Google fonts from the public font library. +**E2E testing:** Improved end-to-end testing. +**SDK update:** The latest SDK is now available. + ##### [Version 3.7.3](https://github.com/Codeinwp/neve/compare/v3.7.2...v3.7.3) (2023-10-23) ### New Features diff --git a/functions.php b/functions.php index ac24f335ec..9fe79d3879 100644 --- a/functions.php +++ b/functions.php @@ -8,7 +8,7 @@ * @package Neve */ -define( 'NEVE_VERSION', '3.7.3' ); +define( 'NEVE_VERSION', '3.7.4' ); 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() . '/' ); diff --git a/package.json b/package.json index 98f6525cd2..9e6cef64d0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "neve", "nicename": "Neve", - "version": "3.7.3", + "version": "3.7.4", "description": "Neve theme by ThemeIsle", "category": "themes", "author": "ThemeIsle ", diff --git a/readme.md b/readme.md index 73c3723b46..ac786ee051 100644 --- a/readme.md +++ b/readme.md @@ -19,6 +19,24 @@ Neve is distributed under the terms of the GNU GPLv2 or later ## Changelog ## +##### [Version 3.7.4](https://github.com/Codeinwp/neve/compare/v3.7.3...v3.7.4) (2023-11-29) + +### Bug Fixes +**Header Footer Builder Layout Fix:** We updated the builder to work with the latest version of WordPress 6.4. +**Related posts excerpt:** The excerpt from the related post will now correctly show the proper post excerpt. +**Infinite scroll:** Properly load custom post-type posts on the archive page. +**Infinite scroll post order:** The order is now preserved when loading posts for the infinite scroll. +**Improved Gutenberg support:** More default Guttenberg block settings are now supported. +**Blog list alignment:** The alignment now behaves correctly when the thumbnail is missing. + +### Improvements +**Update Google Fonts:** Get the newest Google fonts from the public font library. +**E2E testing:** Improved end-to-end testing. +**SDK update:** The latest SDK is now available. + + + + ##### [Version 3.7.3](https://github.com/Codeinwp/neve/compare/v3.7.2...v3.7.3) (2023-10-23) ### New Features diff --git a/readme.txt b/readme.txt index 3dfa03abaa..8167a9edee 100644 --- a/readme.txt +++ b/readme.txt @@ -19,6 +19,24 @@ Neve is distributed under the terms of the GNU GPLv2 or later == Changelog == +##### [Version 3.7.4](https://github.com/Codeinwp/neve/compare/v3.7.3...v3.7.4) (2023-11-29) + +### Bug Fixes +**Header Footer Builder Layout Fix:** We updated the builder to work with the latest version of WordPress 6.4. +**Related posts excerpt:** The excerpt from the related post will now correctly show the proper post excerpt. +**Infinite scroll:** Properly load custom post-type posts on the archive page. +**Infinite scroll post order:** The order is now preserved when loading posts for the infinite scroll. +**Improved Gutenberg support:** More default Guttenberg block settings are now supported. +**Blog list alignment:** The alignment now behaves correctly when the thumbnail is missing. + +### Improvements +**Update Google Fonts:** Get the newest Google fonts from the public font library. +**E2E testing:** Improved end-to-end testing. +**SDK update:** The latest SDK is now available. + + + + ##### [Version 3.7.3](https://github.com/Codeinwp/neve/compare/v3.7.2...v3.7.3) (2023-10-23) ### New Features diff --git a/style.css b/style.css index 281cfe0e81..9804f2781e 100644 --- a/style.css +++ b/style.css @@ -7,7 +7,7 @@ Tested up to: 6.2 Requires PHP: 7.0 Requires at least: 5.5 Description: Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you! -Version: 3.7.3 +Version: 3.7.4 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: neve