Closed jacksleight closed 1 year ago
My Addons CP page is very sad indeed.
I could totally live without this page altogether btw. You need composer anyways to install addons.
@joshuaDclark Can you post the output of this command?
composer show -D | grep peak
@joshuaDclark Can you post the output of this command?
composer show -D | grep peak
@jasonvarga
studio1902/statamic-peak-browser-appearance v3.2 studio1902/statamic-peak-commands v2.3.3 studio1902/statamic-peak-seo v6.0 studio1902/statamic-peak-tools v3.2
@joshuaDclark I've updated something on statamic.com for that. Try clearing your cache then running php please addons:discover
.
@jasonvarga Thanks. I tried this and now I can see what is up to date in CP. However it appears it unlisted some of the PEAK addons. I'm also still seeing a notification flag to the left of the Updates tab in the left hand column within CP indicating that there are 3 updates available.
Screenshot?
Those should be fixed now. It was an issue with some data on the statamic.com side.
(@robdekort The "Minimum Git Version" for those were set to v1.0
- changing to 1
fixed it. We'll improve validation there.)
Thanks Jason, I’ll look into that!
Hey Jason. I see you changed all them for my addons. Thanks. But the initial issue still seems open. They're not listed in the addons tab, and you also can't search for v4+ addons.
The pr hasn't been released yet.
Ahhh sorry! Mistaken :) completely missed that pr
Yup. All good now!
Bug description
I mentioned something related to this in a support ticket but I've had some time to look at it properly now.
The addons page in the CP (both All and Installed tabs) is not listing any addons with a minimum Statamic version of 4.0. However the installed tab at the top does show the correct number of installed addons.
This seems to be because of this line in
AddonsQuery
:Changing that to 4 makes them appear, however then any addons with a minimum version of 3.x (that also support 4.0) disappear instead.
How to reproduce
Logs
No response
Environment
Installation
Fresh statamic/statamic site via CLI
Antlers Parser
None
Additional details
No response