Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
3ac86eb
feature: scaffold initial harbor integration
jonwaldstein Apr 2, 2026
e8cb188
feature: add harbor check and update existing conditional
jonwaldstein Apr 2, 2026
286babd
feature: add uplink filter based notices
jonwaldstein Apr 2, 2026
f50bfcd
feature: add known kadence plugins using uplink
jonwaldstein Apr 2, 2026
893cc10
feature: make disabled message dynamic
jonwaldstein Apr 3, 2026
6cfe51d
refactor: use filters for disabled bool and message
jonwaldstein Apr 3, 2026
897fda1
refactor: add check for legacy license in disabled message
jonwaldstein Apr 3, 2026
c4a5311
chore: remove unused imports
jonwaldstein Apr 6, 2026
7719926
feature: report all known legacy licenses and supress inactive notice…
jonwaldstein Apr 6, 2026
a6c5614
fix: update legacy license auth check to be dynamic based on slug
jonwaldstein Apr 6, 2026
f12eb8b
refactor: update default legacy admin page
jonwaldstein Apr 6, 2026
ff26aec
refactor: move logic into dedicated actions
jonwaldstein Apr 6, 2026
47e40a9
Merge branch 'master' into bucket/consolidation-program
jonwaldstein Apr 7, 2026
3cb8d06
feature: add isAIHidden and hide banner
jonwaldstein Apr 8, 2026
ebdd829
feature: add home banner config
jonwaldstein Apr 14, 2026
adcca31
Fix code style issues with ESLint
lint-action Apr 14, 2026
69147d6
fix: link and spacing
jonwaldstein Apr 14, 2026
2c44ae6
Merge branch 'bucket/consolidation-program' of https://github.com/ste…
jonwaldstein Apr 14, 2026
e7d4d20
Merge branch 'master' into bucket/consolidation-program
jonwaldstein Apr 14, 2026
9ceccac
feature: create home content view model with conditional exports
jonwaldstein Apr 14, 2026
42cd7ac
udpate: use is ai disabled for hiding ui pieces
jonwaldstein Apr 14, 2026
a0de77b
chore: fix imoprt
jonwaldstein Apr 14, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"psr/container": "^1.0",
"stellarwp/container-contract": "^1.1",
"stellarwp/db": "^1.1",
"stellarwp/harbor": "dev-main",
"stellarwp/prophecy-image-downloader": "^3.0",
"stellarwp/prophecy-storage": "^3.0",
"stellarwp/schema": "^2.0",
Expand Down Expand Up @@ -83,16 +84,18 @@
"vendor/bin/stellar-uplink domain=kadence-blocks"
],
"strauss-install": [
"test -f ./bin/strauss.phar || curl -o bin/strauss.phar -L -C - https://github.com/BrianHenryIE/strauss/releases/download/0.19.1/strauss.phar"
"test -f ./bin/strauss.phar || curl -o bin/strauss.phar -L -C - https://github.com/BrianHenryIE/strauss/releases/download/0.27.0/strauss.phar"
],
"strauss": [
"@strauss-install",
"@php bin/strauss.phar",
"@php vendor/stellarwp/harbor/bin/stellar-harbor domain=kadence-blocks",
"@composer dump-autoload"
],
"strauss-release": [
"@strauss-install",
"@php bin/strauss.phar --deleteVendorPackages=true",
"@php vendor/stellarwp/harbor/bin/stellar-harbor domain=kadence-blocks",
"@composer dump-autoload"
],
"strauss-clean": [
Expand Down
Loading
Loading