EventON Archive 1.8.0
See CHANGELOG.md for the full entry.
Highlights
New options — family (limit to one event family), limit (cap the rows), group=no (flat list), and the [eventon_archive_count] shortcode for putting one figure inline in a sentence. Version 1.7.0 was never released, so this covers everything since 1.6.0.
A rebuild interrupted partway no longer empties the archive. The old order discarded the cache and then rebuilt it, so a rebuild stopped by a PHP timeout left nothing behind and the settings screen reported "never / 0" as though the plugin had broken.
A rebuild that finds no events now says so, instead of showing the same green success notice as a good one.
Editor sidebar strings are translatable and the editor script is versioned. WordPress was registering it with no declared dependencies, which skipped wp_set_script_translations() and left the URL without a version, so browsers kept a stale copy after an update.
New "Shown on" row on the settings screen, listing the published pages that actually render the archive.
Security
The release zip no longer contains the plugin's .git directory. Zips built before this release packed the entire repository, 92 files including full history, which ended up under wp-content/plugins/ on the server and was readable by anyone who guessed the path.
If you installed 1.6.0 or earlier from a zip, check for a readable .git directory in the plugin folder and delete it.
Install by uploading the attached zip through Plugins → Add New → Upload.