Skip to content

Commit 0d21b6e

Browse files
authored
Merge pull request #166 from stellarwp/release-prep-1.4.0
Release Prep v1.4.0
2 parents 23c821b + 4ed9bb4 commit 0d21b6e

7 files changed

Lines changed: 9 additions & 12 deletions

File tree

bun.lock

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

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### [1.4.0] 2026-05-21
2+
3+
* Fix - Type-hint in WP Core's callback was too strict and could cause fatal.
4+
* Feature - Added the `lw_harbor_refresh_catalog()` global function to force a synchronous re-fetch of the product catalog from the Commerce Portal API.
5+
16
### [1.3.0] 2026-05-19
27

38
* Feature - Registered Legacy Licenses can now be utilized for updates if `use_for_updates` is `true`.

changelog/fix-drop-type-hint-from-wp-callback.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/main.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/Harbor/Admin/Feature_Manager_Page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function maybe_register_page(): void {
128128
* the React bundle is loaded only on this specific admin page.
129129
*
130130
* @since 1.0.0
131-
* @since TBD Dropped string type-hint for $hook_suffix.
131+
* @since 1.4.0 Dropped string type-hint for $hook_suffix.
132132
*
133133
* @param string $hook_suffix Current admin page hook suffix.
134134
*

src/Harbor/Harbor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Harbor {
1515
*
1616
* @var string
1717
*/
18-
public const VERSION = '1.3.0';
18+
public const VERSION = '1.4.0';
1919

2020
/**
2121
* Initializes the service provider.

src/Harbor/global-functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ function lw_harbor_get_license_page_url(): string {
252252
* Portal API responds. Returns true on a successful refresh, false on any
253253
* failure (HTTP error, parsing error, or Harbor not being active).
254254
*
255-
* @since TBD
255+
* @since 1.4.0
256256
*
257257
* @return bool Whether the catalog was refreshed successfully.
258258
*/

0 commit comments

Comments
 (0)