🚀 Simple History 4.3.0 is now available. It’s a minor release fix a mostly a few bug fixes.
Changelog
Added
- Add action
simple_history/rss_feed/secret_updated
that is fired when the secret for the RSS feed is updated. - Add tests for RSS feed.
Fixed
- RSS feed: Use
esc_xml
to escape texts. Fixes support thread XML error with RSS feed, issue #364. - RSS feed: Some texts was double escaped.
- Plugin User Switching: store login and email context of user performing action, so information about a user exists even after user deletion. #376.