Create post revision on slug change
If you’re comfortable with PHP, it would be possible to keep track of when the slug is updated. The only way I can think of is a bit complicated: Make sure revisions are enabled, both for your install and for the post type you’re targeting. You’ll have to determine how many revisions you want to … Read more