Skip to content

Commit 039eec6

Browse files
committed
chore(release): 3.8.12
##### [Version 3.8.12](v3.8.11...v3.8.12) (2024-10-29) - Added a new starter site - Fixed PHP warning in template_parts.php - Fixed compatibility issue with the TranslatePress plugin - Fixed the plugin install issue on a multisite installation - Fixed lightbox issue with alignment control - Added support for a new custom layout magic tag current_single_content [PRO] - Added support for Messenger social media sharing [PRO]
1 parent 3047736 commit 039eec6

6 files changed

+39
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
##### [Version 3.8.12](https://github.com/Codeinwp/neve/compare/v3.8.11...v3.8.12) (2024-10-29)
2+
3+
- Added a new starter site
4+
- Fixed PHP warning in template_parts.php
5+
- Fixed compatibility issue with the TranslatePress plugin
6+
- Fixed the plugin install issue on a multisite installation
7+
- Fixed lightbox issue with alignment control
8+
- Added support for a new custom layout magic tag current_single_content [PRO]
9+
- Added support for Messenger social media sharing [PRO]
10+
111
##### [Version 3.8.11](https://github.com/Codeinwp/neve/compare/v3.8.10...v3.8.11) (2024-08-14)
212

313
- Fixed Breadcrumb NavXT integration

functions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @package Neve
99
*/
1010

11-
define( 'NEVE_VERSION', '3.8.11' );
11+
define( 'NEVE_VERSION', '3.8.12' );
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "neve",
33
"nicename": "Neve",
4-
"version": "3.8.11",
4+
"version": "3.8.12",
55
"description": "Neve theme by ThemeIsle",
66
"category": "themes",
77
"author": "ThemeIsle <[email protected]>",

readme.md

+13
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,19 @@ Neve is distributed under the terms of the GNU GPLv2 or later
1919

2020
## Changelog ##
2121

22+
##### [Version 3.8.12](https://github.com/Codeinwp/neve/compare/v3.8.11...v3.8.12) (2024-10-29)
23+
24+
- Added a new starter site
25+
- Fixed PHP warning in template_parts.php
26+
- Fixed compatibility issue with the TranslatePress plugin
27+
- Fixed the plugin install issue on a multisite installation
28+
- Fixed lightbox issue with alignment control
29+
- Added support for a new custom layout magic tag current_single_content [PRO]
30+
- Added support for Messenger social media sharing [PRO]
31+
32+
33+
34+
2235
##### [Version 3.8.11](https://github.com/Codeinwp/neve/compare/v3.8.10...v3.8.11) (2024-08-14)
2336

2437
- Fixed Breadcrumb NavXT integration

readme.txt

+13
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,19 @@ Neve is distributed under the terms of the GNU GPLv2 or later
1919

2020
== Changelog ==
2121

22+
##### [Version 3.8.12](https://github.com/Codeinwp/neve/compare/v3.8.11...v3.8.12) (2024-10-29)
23+
24+
- Added a new starter site
25+
- Fixed PHP warning in template_parts.php
26+
- Fixed compatibility issue with the TranslatePress plugin
27+
- Fixed the plugin install issue on a multisite installation
28+
- Fixed lightbox issue with alignment control
29+
- Added support for a new custom layout magic tag current_single_content [PRO]
30+
- Added support for Messenger social media sharing [PRO]
31+
32+
33+
34+
2235
##### [Version 3.8.11](https://github.com/Codeinwp/neve/compare/v3.8.10...v3.8.11) (2024-08-14)
2336

2437
- Fixed Breadcrumb NavXT integration

style.css

+1-1
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 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!
10-
Version: 3.8.11
10+
Version: 3.8.12
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)