quill icon indicating copy to clipboard operation
quill copied to clipboard

Don't generate post slugs for Ghost >= 0.8.0

Open vickychijwani opened this issue 8 years ago • 0 comments

Starting with Ghost 0.8.0, the Ghost backend automatically updates the post slug to match the title, unless it's been changed manually or the post has been published at least once. This pretty much eliminates the need for our own slug generation logic.

So, this code should not be executed for >= 0.8.0 and removed once we stop supporting prior versions altogether.

vickychijwani avatar May 15 '16 14:05 vickychijwani