This release contains a new feature that logs when scheduled blog posts or site pages automatically publish themselves at any time in the future.
It also contains the regular bug fixes and improvements.
Full changelog
Added
Log when post status changes from future to publish, i.e. when scheduled blog posts or site pages automatically publish themselves at any time in the future. #343
Fixed
- Log theme file edits and plugin file edits again. #437
- Show previous featured image when removing a featured image from a post. Before this change the fields was empty. So confusing.
- Cleanup the edited post event output by remove context keys
post_author/user_login
,post_author/user_email
,post_author/display_name
from post edited events, because author change is already shown as plain text. The context keys are still available to see in the context data table.
Updated
- Update WordPress Coding Standards to latest version. #436