Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 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
7533027
chore: update banner content
jonwaldstein Apr 16, 2026
7bd53e0
update: hide tabs when ai is disabled
jonwaldstein Apr 16, 2026
6ff5531
Fix code style issues with ESLint
lint-action Apr 16, 2026
490a35a
docs: udpate readme
jonwaldstein Apr 16, 2026
42bfc21
Merge branch 'bucket/consolidation-program' of https://github.com/ste…
jonwaldstein Apr 16, 2026
dcfb78e
fix: default active tab when ai is disabled
jonwaldstein Apr 16, 2026
fbf2e57
chore: bump harbor to v0.1.0
jonwaldstein Apr 16, 2026
127d371
chore: bump harbor to 0.1.1
jonwaldstein Apr 16, 2026
b20de08
chore: bump version to 3.7.0
jonwaldstein Apr 16, 2026
9363ded
chore: bump harbor 0.1.2
jonwaldstein Apr 17, 2026
74aa3ac
chore: bump harbor to 0.1.4
jonwaldstein Apr 20, 2026
da543d0
chore: bump harbor 0.1.5
jonwaldstein Apr 21, 2026
c3b86f4
chore: bump harbor to 0.1.6 and use set_plugin_basename
jonwaldstein Apr 22, 2026
7aa515c
chore: bump harbor to v0.1.7
jonwaldstein Apr 23, 2026
ceff51d
chore: bump harbor 0.1.8
jonwaldstein Apr 24, 2026
2bf9ced
chore: bump harbor to 1.0.0
jonwaldstein Apr 28, 2026
eec50a9
chore: bump harbor 1.0.1
jonwaldstein Apr 29, 2026
93906e2
chore: bump harbor 1.0.2
jonwaldstein May 1, 2026
e9f6a21
fix: wp error, no need to translate product names
jonwaldstein May 1, 2026
be00e8d
chore: remove unused function import
jonwaldstein May 4, 2026
170588a
fix: update legacy license admin urls
jonwaldstein May 4, 2026
799baa6
fix: update logic to report legacy licenses
jonwaldstein May 4, 2026
a1de337
refactor: cache legacy auth response
jonwaldstein May 5, 2026
77695ad
chore: add textdomain
jonwaldstein May 5, 2026
d700398
feature: add simple suppression of uplink inline plugin notice
jonwaldstein May 5, 2026
9e068f4
docs: add since tags
jonwaldstein May 5, 2026
4a2dce0
fix: remove kadence-theme-pro from known plugins
jonwaldstein May 5, 2026
45029ce
fix: report legacy licenses as active without requiring OAuth token
jonwaldstein May 5, 2026
616a70b
Merge pull request #967 from stellarwp/bucket/consolidation-program
jonwaldstein May 7, 2026
cf90f37
docs: update release date
jonwaldstein May 7, 2026
a7e766a
docs: add since tags and docblocks
jonwaldstein May 7, 2026
823555e
chore: use feature prefix
jonwaldstein May 7, 2026
c54bdf0
Fix changelog
d4mation May 11, 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": "^1.0",
"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