Skip to content

Update NotionSync to 0.0.2 - #589

Merged
fguillot merged 3 commits into
kanboard:mainfrom
HyperNextPlus:notionsync-plugin
Sep 11, 2026
Merged

fguillot merged 3 commits into
kanboard:mainfrom
HyperNextPlus:notionsync-plugin

Conversation

@Cesar-1e

@Cesar-1e Cesar-1e commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Updates the NotionSync entry to release v0.0.2.

What changed

Field Before After
version 0.0.1 0.0.2
download .../v0.0.1/NotionSync-0.0.1.zip .../v0.0.2/NotionSync-0.0.2.zip
last_updated 2026-08-15 2026-09-02
description — reworded (see below)

No other fields changed: has_hooks, has_overrides, has_schema, is_type and compatible_version are unchanged.

Why the description changed

The previous wording ended with "and a cron command". As of 0.0.2 the sync queue can also be processed over HTTP, following the same pattern as Kanboard's own CronjobController (public route authenticated with the global webhook token), so that hosting providers without CLI access can run it. The new wording reflects both triggers:

Creates a page in a Notion database when a task is created and keeps its title synchronized. Includes per-project property mapping and a queue for pending syncs that can be processed from the command line or from a URL, for hosts without CLI access.

Checks

  • python3 scripts/validate-plugins.py passes — alphabetical order and schema OK
  • plugins.json is still valid JSON, 162 entries, only the NotionSync block touched
  • The archive is hand-made, not the GitHub source archive: its root folder is NotionSync, so Kanboard can load it and remote_install works
  • Archive filename and download URL both state 0.0.2, matching getPluginVersion() in Plugin.php
  • download, homepage and readme URLs all return 200

@fguillot
fguillot merged commit 2545e69 into kanboard:main Sep 11, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants