serialized-editor
serialized-editor copied to clipboard
Enhancement: re-index when removing an array value from beginning of list
I borrowed the active_plugins serialized data for a quick test and removed the first item, but the indexes didn't update themselves. Not sure if this would cause a problem with the first item being $plugins[1], instead of $plugins[0], but worth considering.