Skip to content

Commit c962224

Browse files
authored
Merge pull request #29 from happyprime/fix/assert-6.6-compat
Update WP compat to 6.6, minimum 6.3, bump plugin 1.0.4
2 parents 15e8056 + 2439d28 commit c962224

7 files changed

Lines changed: 25 additions & 9 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@ Now, an individual site administrator can make changes to a navigation menu whil
8383

8484
## Changelog
8585

86+
### 1.0.4
87+
88+
* Confirm WordPress 6.6 compatibility.
89+
* Raise minimum supported WordPress to 6.3.
90+
* Update `block.json` API version to 3.
91+
* Improve build tooling, coding standards.
92+
* No functional changes.
93+
8694
### 1.0.3
8795

8896
* Adjust deployment scripting.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "happyprime/network-template-parts",
33
"description": "Render block template parts from the main site of a network.",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"type": "wordpress-plugin",
66
"license": "GPLv2-or-later",
77
"config": {

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "network-template-parts",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Render template parts in a site or network context.",
55
"author": "Happy Prime",
66
"license": "GPL-2.0-or-later",

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Network Template Parts
44
* Description: Render template parts in a site or network context.
5-
* Version: 1.0.3
5+
* Version: 1.0.4
66
* Plugin URI: https://github.com/happyprime/network-template-parts/
77
* Author: Happy Prime
88
* Author URI: https://happyprime.co

readme.txt

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Network Template Parts
22
Contributors: happyprime, jeremyfelt, slocker, philcable
33
Tags: site-editor, templates, multisite
4-
Requires at least: 6.2
5-
Tested up to: 6.2
6-
Stable tag: 1.0.3
4+
Requires at least: 6.3
5+
Tested up to: 6.6
6+
Stable tag: 1.0.4
77
License: GPLv2 or later
88
Requires PHP: 7.4
99

@@ -90,6 +90,14 @@ Now, an individual site administrator can make changes to a navigation menu whil
9090

9191
## Changelog
9292

93+
### 1.0.4
94+
95+
* Confirm WordPress 6.6 compatibility.
96+
* Raise minimum supported WordPress to 6.3.
97+
* Update `block.json` API version to 3.
98+
* Improve build tooling, coding standards.
99+
* No functional changes.
100+
93101
### 1.0.3
94102

95103
* Adjust deployment scripting.

0 commit comments

Comments
 (0)