This is a little tutorial, not a question.

I just renamed my finished-first-text-to-image-plugin to advanced-text-to-image-plugin, because I wanted to add more features than “finished first” ordering. But I didn’t want to completely break anything that used it or links to the old plugin.

I renamed the plugin.

Then I made a new generator, which has this in the Lists panel:

$output = {import:advanced-text-to-image-plugin}

…which covers importing from the old plugin name (I tested and it seems to work as expected).

For the plugin page itself, I did try using JS to forward the user on, but I couldn’t change the top-level url. Clicking a link works properly but I can’t trigger that with no associated user gesture for browser-security reasons. So I just can’t automatically redirect.

So I added a simple message and link to the new place in the HTML panel.

Then I saved and renamed this new generator to the old name. 👍

I don’t know if this is bad etiquette, but I’m not spamming and using up names or anything like that. I know there’s probably no one using my little plugin anyway, but thought it would be good practise to cover my bases anyway. Hope that’s cool…