Skip to content

Commit bbe0f48

Browse files
committed
chore(release): 1.1.2
##### [Version 1.1.2](v1.1.1...v1.1.2) (2024-02-14) ### Improvements - **Theme Setup Improvements**: Improvements to the design of Theme Setup Wizard.
1 parent 7b229dc commit bbe0f48

6 files changed

Lines changed: 27 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
##### [Version 1.1.2](https://github.com/Codeinwp/raft/compare/v1.1.1...v1.1.2) (2024-02-14)
2+
3+
### Improvements
4+
5+
- **Theme Setup Improvements**: Improvements to the design of Theme Setup Wizard.
6+
17
##### [Version 1.1.1](https://github.com/Codeinwp/raft/compare/v1.1.0...v1.1.1) (2023-12-19)
28

39
### Bug Fixes

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( 'RAFT_VERSION', '1.1.1' );
70+
define( 'RAFT_VERSION', '1.1.2' );
7171
define( 'RAFT_DEBUG', defined( 'WP_DEBUG' ) && WP_DEBUG === true );
7272
define( 'RAFT_DIR', trailingslashit( get_template_directory() ) );
7373
define( 'RAFT_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": "raft",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "A lightweight theme for the full site editing WordPress experience.",
55
"author": "Themeisle <friends@themeisle.com>",
66
"license": "GPL-2.0-or-later",

readme.md

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

1818
## Changelog ##
1919

20+
##### [Version 1.1.2](https://github.com/Codeinwp/raft/compare/v1.1.1...v1.1.2) (2024-02-14)
21+
22+
### Improvements
23+
24+
- **Theme Setup Improvements**: Improvements to the design of Theme Setup Wizard.
25+
26+
27+
28+
2029
##### [Version 1.1.1](https://github.com/Codeinwp/raft/compare/v1.1.0...v1.1.1) (2023-12-19)
2130

2231
### Bug Fixes

readme.txt

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

1818
== Changelog ==
1919

20+
##### [Version 1.1.2](https://github.com/Codeinwp/raft/compare/v1.1.1...v1.1.2) (2024-02-14)
21+
22+
### Improvements
23+
24+
- **Theme Setup Improvements**: Improvements to the design of Theme Setup Wizard.
25+
26+
27+
28+
2029
##### [Version 1.1.1](https://github.com/Codeinwp/raft/compare/v1.1.0...v1.1.1) (2023-12-19)
2130

2231
### Bug Fixes

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Tested up to: 6.0.1
77
Requires PHP: 7.0
88
Requires at least: 5.5
99
Description: Raft is a lightweight, full-site-editing compatible (FSE) theme ready for your next website. Raft is a super fast, easily customizable, simple 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. Raft works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder or the Block Editor). Raft is also WooCommerce ready, responsive, RTL & translation ready. Learn more at https://themeisle.com/themes/raft/.
10-
Version: 1.1.1
10+
Version: 1.1.2
1111
License: GNU General Public License v2 or later
1212
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1313
Text Domain: raft

0 commit comments

Comments
 (0)