Skip to content

Commit 0770fae

Browse files
committed
chore(release): 1.1.1
##### [Version 1.1.1](v1.1.0...v1.1.1) (2024-09-04) ### Bug Fixes - **Fix Plugin Activation Error**: This fixes an error that occurs when you try to activate a plugin.
1 parent 5ce7e16 commit 0770fae

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 1.1.1](https://github.com/Codeinwp/neve-fse/compare/v1.1.0...v1.1.1) (2024-09-04)
2+
3+
### Bug Fixes
4+
5+
- **Fix Plugin Activation Error**: This fixes an error that occurs when you try to activate a plugin.
6+
17
#### [Version 1.1.0](https://github.com/Codeinwp/neve-fse/compare/v1.0.10...v1.1.0) (2024-08-28)
28

39
### New Features

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function check_php() {
6767
* @return void
6868
*/
6969
function define_constants() {
70-
define( 'NEVE_FSE_VERSION', '1.1.0' );
70+
define( 'NEVE_FSE_VERSION', '1.1.1' );
7171
define( 'NEVE_FSE_DEBUG', defined( 'WP_DEBUG' ) && WP_DEBUG === true );
7272
define( 'NEVE_FSE_DIR', trailingslashit( get_template_directory() ) );
7373
define( 'NEVE_FSE_URL', trailingslashit( get_template_directory_uri() ) );

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "neve-fse",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A lightweight theme for the full site editing WordPress experience.",
55
"author": "Themeisle <[email protected]>",
66
"license": "GPL-2.0-or-later",

readme.md

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

1717
## Changelog ##
1818

19+
##### [Version 1.1.1](https://github.com/Codeinwp/neve-fse/compare/v1.1.0...v1.1.1) (2024-09-04)
20+
21+
### Bug Fixes
22+
23+
- **Fix Plugin Activation Error**: This fixes an error that occurs when you try to activate a plugin.
24+
25+
26+
27+
1928
#### [Version 1.1.0](https://github.com/Codeinwp/neve-fse/compare/v1.0.10...v1.1.0) (2024-08-28)
2029

2130
### New Features

readme.txt

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

1717
== Changelog ==
1818

19+
##### [Version 1.1.1](https://github.com/Codeinwp/neve-fse/compare/v1.1.0...v1.1.1) (2024-09-04)
20+
21+
### Bug Fixes
22+
23+
- **Fix Plugin Activation Error**: This fixes an error that occurs when you try to activate a plugin.
24+
25+
26+
27+
1928
#### [Version 1.1.0](https://github.com/Codeinwp/neve-fse/compare/v1.0.10...v1.1.0) (2024-08-28)
2029

2130
### New Features

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Tested up to: 6.1
77
Requires PHP: 7.0
88
Requires at least: 5.5
99
Description: Neve FSE is an experimental sister theme of Neve, for the ones that are ready to go full speed on full site editing, without backwards compatibility code.Neve FSE is a modern, minimalistic theme that is fully compatible with full-site-editing, it offers a range of patterns that make it perfect for simple design is suitable for a wide range of purposes, including blogs, small businesses, startups, agencies, firms, e-commerce shops, personal portfolio sites, and more. It also comes with several style variations to suit your unique aesthetic.
10-
Version: 1.1.0
10+
Version: 1.1.1
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-fse

0 commit comments

Comments
 (0)