sketchplugins / plugin-directory

Official Sketch Plugin directory
https://sketch.com/extensions/plugins
3.4k stars 685 forks source link

Old plugins.json items seem to be cached somewhere, still appear on the Toolbox UI #103

Closed jeremychone closed 9 years ago

jeremychone commented 9 years ago

When I did my first plugins.json pull request, I gave the wrong name:

    {
        "description": "Turn your artboards into storyboards.",
        "name": "Storyboard",
        "owner": "BriteSnow"
    }

Once it got merged, I realized I did a mistake on the name, so, I did another pull request that got merged with:

    {
        "description": "Turn your artboards into storyboards.",
        "name": "sketch-storyboard",
        "owner": "BriteSnow"
    }

So, this is perfect, except that at least on my local Toolbox, I still see the first entry (even if it does not exist in the plugins.json anymore).

image

Expected result

It should show only the second item, as it is the one correctly specified in the plugins.json

jeremychone commented 9 years ago

Ok, the good news is that it just seems for me. I asked a friend to check its Toolbox (after the correct "Sketch Storybard" was updated), and it just see the correct item (the second one).

So, it's probably a client caching issue, probably in the Sketch Toolbox.sqlite. No critical one to fix.

bomberstudios commented 9 years ago

Anyway, you should file this issue in https://github.com/buzzfeed/Sketch-Toolbox/issues : )

jeremychone commented 9 years ago

Ho yes, wrong one. Sorry about this.