Opensolr Search WordPress Plugin 1.0.19: Facet Mapping Overhaul and Stability Fixes
Opensolr Search WordPress plugin 1.0.19 is live on WordPress.org. It brings a major Facet Mapping overhaul plus every fix from the last two weeks, rolled into one stable release.
01 Facet Mapping saves now persist
A legacy sanitize callback was silently stripping every saved row under the sanitize_option_opensolr_settings filter. Saves looked successful in the admin screen, but the data never reached the database, so the mapping was empty again on the next page load.
Save reported success, the sanitize callback discarded every mapping row, and nothing was written to the database.
The callback understands the new rich mapping shape and writes it through, and auto-promotes any legacy rows on the first save.
02 Updating
Administrators will see the update prompt within fifteen minutes of publication.