v1.0.8 — Parish Events
First packaged release. Highlights of what's new since the plugin was first deployed to staging:
New
- Event flyer slot. Each event can carry a flyer or bulletin-snippet image (separate from the featured image), picked from the media library and shown below the event details, linked to full size. Like the featured image, imports never touch it and it's editable regardless of override.
- Admin list filters. Filter the events list by event month, group, and upcoming/past, with WordPress's publish-date filter (meaningless for imported events) removed.
- Suppression-rule redirects. When a linked suppression rule later covers an already-imported series, those posts' URLs permanently redirect to the rule's destination instead of showing a removal notice.
- Removed is not cancelled. Events missing from the feed show a neutral "no longer listed" notice; the red cancelled banner and
EventCancelledmarkup now require an explicit checkbox.
Fixed
- The flyer picker button did nothing: the media-library scripts load after the meta box renders, so the availability check now happens at click time.
- Removed-upstream events no longer leak into the admin "All" events list.
- Settings could not be saved on a fresh install (WordPress runs the sanitizer twice when an option is first created).
- List/Month calendar toggles could link to raw REST API responses when rendered inside the block editor.