Skip to content

Commit

Permalink
[4.x] Fix v4 addons not appearing in listing (#8611)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga authored Aug 22, 2023
1 parent 600efbc commit 8c20493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Marketplace/AddonsQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function get()
$params = [
'page' => $this->page,
'search' => $this->search,
'filter' => ['statamic' => 3],
'filter' => ['statamic' => '3,4'],
];

if ($this->installed) {
Expand Down

0 comments on commit 8c20493

Please sign in to comment.