blaenk / wp-recaptcha

I gave ownership of this project to Google many years ago
Other
38 stars 16 forks source link

gracefully handle upgrade #12

Closed blaenk closed 14 years ago

blaenk commented 14 years ago

The plugin should automatically check, on activation hook, to see if the recaptcha option set exists already. If so, it should transfer the settings from it to the new recaptcha_options option set and then delete the recaptcha option set. This is to avoid having the user re-enter the options.

Note that option keys will be different, just re-map.

blaenk commented 14 years ago

This has proved to be more complicated than initially thought. Too complex for the little convenience it gives to the user. Abandoning this attempt; user will just have to re-configure the plugin.