Skip to content

Commit 399cf60

Browse files
committed
chore(release): 0.2.10 — pull plugins with SetServiceCategory
All service plugins (apache/caddy/nginx/mysql/mariadb/redis/mailpit/node) now advertise `service-section:*` + `service-row:*:*` surfaces, so the sidebar's "Webový server / Jazyky / Databáze / Cache / Mail" categories populate correctly. Previously only PHP and Hosts showed up because they were the only plugins calling SetServiceCategory on UiSchemaBuilder. stage-plugins picks up: - apache 1.0.9 (web) - caddy 1.0.2 (web) - nginx 1.0.2 (web) - mysql 1.0.6 (db) - mariadb 1.0.5 (db) - redis 1.0.5 (cache) - mailpit 1.0.2 (mail) - node 1.0.2 (lang)
1 parent 4b26f60 commit 399cf60

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/daemon/NKS.WebDevConsole.Daemon/NKS.WebDevConsole.Daemon.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
<!-- F92: single source of truth for daemon version. Keep in sync with
3434
src/frontend/package.json on every bump so /api/status and
3535
/api/system return the real shipped version instead of hardcoded "0.1.0". -->
36-
<Version>0.2.9</Version>
37-
<AssemblyVersion>0.2.9.0</AssemblyVersion>
38-
<FileVersion>0.2.9.0</FileVersion>
39-
<InformationalVersion>0.2.9</InformationalVersion>
36+
<Version>0.2.10</Version>
37+
<AssemblyVersion>0.2.10.0</AssemblyVersion>
38+
<FileVersion>0.2.10.0</FileVersion>
39+
<InformationalVersion>0.2.10</InformationalVersion>
4040
<!-- Default release manifest: requireAdministrator (one UAC at
4141
launch, every child op inherits elevation). CI smoke test
4242
jobs pass -p:CiBuild=true to swap in app.ci.manifest which

src/frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nks-hub/webdev-console",
3-
"version": "0.2.9",
3+
"version": "0.2.10",
44
"description": "Unified local development environment for Windows, macOS, and Linux \u2014 manage Apache/Nginx, PHP versions, MySQL/MariaDB, and SSL from one interface.",
55
"author": {
66
"name": "NKS Hub",

0 commit comments

Comments
 (0)