Skip to content

Commit

Permalink
Add app type
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbushnell committed Apr 10, 2024
1 parent 1906496 commit 93f71c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
]
}
},
"version": "1.0.1",
"version": "1.0.2",
"require": {
"php": "^8.1",
"statamic/cms": "^4.0"
Expand Down
1 change: 1 addition & 0 deletions src/Commands/OrbitSync.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public function handle()

$info = [
'orbit_version' => '1.0.0',
'type' => 'statamic',
'has_cms_update' => Marketplace::statamic()->changelog()->availableUpdatesCount() > 0,
'has_addons_update' => $addons
->filter(fn ($addon) => $addon->latestVersion() && $addon->version() !== $addon->latestVersion())
Expand Down

0 comments on commit 93f71c0

Please sign in to comment.