All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- New custom event for detecting entry status changes
- New event listener for custom event for triggering revalidates
- New command for running check to look for entries that have changed their status
- Changed Craft::info() to Craft::warning() so it gets picked up in non-devMode
- Removed
castiron
from namespace, removed authorship comments, etc.
- Deprecated class swap now works correctly by traversing the event target object with the underlying element and in the case of it being a NeoBlock, it's owner (parent)
- When a page is updated (enabled, disabled, deleted) the appropriate query param is sent to revalidate the navigation menu in the client
- Revalidate request is now firing after entry-save event trigger completes DB update
- Condition for only revalidated on save when the post is enabled
- Initial release