Skip to content

Commit 3100531

Browse files
authored
Sync branch [skip ci]
2 parents cdc1e82 + c5dfc98 commit 3100531

6 files changed

+27
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
##### [Version 1.0.7](https://github.com/Codeinwp/fork/compare/v1.0.6...v1.0.7) (2024-04-29)
2+
3+
### Improvements
4+
5+
- **Banner**: Adds promo banner for FSE Design Pack
6+
17
##### [Version 1.0.6](https://github.com/Codeinwp/fork/compare/v1.0.5...v1.0.6) (2024-03-27)
28

39
### Improvements

functions.php

+1-1
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( 'FORK_VERSION', '1.0.6' );
70+
define( 'FORK_VERSION', '1.0.7' );
7171
define( 'FORK_DEBUG', defined( 'WP_DEBUG' ) && WP_DEBUG === true );
7272
define( 'FORK_DIR', trailingslashit( get_template_directory() ) );
7373
define( 'FORK_URL', trailingslashit( get_template_directory_uri() ) );

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fork",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
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

+9
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ Fork is distributed under the terms of the GNU GPLv2 or later
1616

1717
## Changelog ##
1818

19+
##### [Version 1.0.7](https://github.com/Codeinwp/fork/compare/v1.0.6...v1.0.7) (2024-04-29)
20+
21+
### Improvements
22+
23+
- **Banner**: Adds promo banner for FSE Design Pack
24+
25+
26+
27+
1928
##### [Version 1.0.6](https://github.com/Codeinwp/fork/compare/v1.0.5...v1.0.6) (2024-03-27)
2029

2130
### Improvements

readme.txt

+9
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ Fork is distributed under the terms of the GNU GPLv2 or later
1616

1717
== Changelog ==
1818

19+
##### [Version 1.0.7](https://github.com/Codeinwp/fork/compare/v1.0.6...v1.0.7) (2024-04-29)
20+
21+
### Improvements
22+
23+
- **Banner**: Adds promo banner for FSE Design Pack
24+
25+
26+
27+
1928
##### [Version 1.0.6](https://github.com/Codeinwp/fork/compare/v1.0.5...v1.0.6) (2024-03-27)
2029

2130
### Improvements

style.css

+1-1
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: Fork is a modern, minimalistic theme that is fully compatible with full-site-editing. This powerful theme 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.0.6
10+
Version: 1.0.7
1111
License: GNU General Public License v2 or later
1212
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1313
Text Domain: fork

0 commit comments

Comments
 (0)