Hi all,
My plugin Outlook Event Notes (outlook-event-notes) seems to be hitting the same portal release-cache bug reported here:
- Plugin submission portal stuck on "No release matches your manifest version" despite correct releases (resolved by @WhiteNoise clearing the cache server-side)
- Submission portal stuck on "No release matches your manifest version" — release cache not updating
Portal page: Outlook Event Notes - Obsidian Plugin
What I’m seeing:
- Scorecard shows
Current version: 0.3.0andLast 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.1and0.3.2, which also address a few other review-guideline items (removed use of the undocumentedinternalPluginsAPI, removed direct manipulation of an internal Obsidian DOM element, replaced a rawcreateEl('h3')withSetting.setHeading()) manifest.jsonat the HEAD ofmastermatches 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!