Scorecard/portal stuck on old version (0.3.0) despite 2 newer releases — same release-cache bug as posts #114686 / #115948

Hi all,

My plugin Outlook Event Notes (outlook-event-notes) seems to be hitting the same portal release-cache bug reported here:

Portal page: Outlook Event Notes - Obsidian Plugin

What I’m seeing:

  • Scorecard shows Current version: 0.3.0 and Last updated: 2 months ago
  • Review status: Caution, citing two issues:
    • “Plugin description cannot include the word ‘Obsidian’”
    • “authorUrl must not point to the plugin’s own repository”

What’s actually in the repo:

  • Both flagged issues were already fixed and published in earlier releases
  • I’ve since published 0.3.1 and 0.3.2, which also address a few other review-guideline items (removed use of the undocumented internalPlugins API, removed direct manipulation of an internal Obsidian DOM element, replaced a raw createEl('h3') with Setting.setHeading())
  • manifest.json at the HEAD of master matches the latest GitHub release exactly: Release 0.3.2 · nathanstorm689/outlook-event-notes · GitHub

Like the two threads above, the “Last updated” timestamp lines up almost exactly with my original 0.3.0 release date (~2 months ago), suggesting the portal’s release cache hasn’t refreshed since the initial submission despite two newer releases going out.

Could someone from the team take a look and clear the cache for this plugin, same as was done for VaultDex? Happy to provide any more details needed.

Thanks!

There is no cache side to clear. You likely just need to wait for your new releases to be scanned.

Thanks! Any rough sense of typical wait time, or should I just check back periodically?

this looks solved now.