This version of Simple History adds support for logging when a user has roles added or removed to them using the WP-CLI. This extends the support for different updated of roles that was added in version 4.11.0.
Also included in this version is support for the WooCommerce Logger Add-On. This new add-on enhances your site’s tracking with comprehensive logs for WooCommerce orders, products, settings, and coupons. Learn more in the release post.
Changelog
- Add support for logging when adding or removing user roles via WP-CLI. WP-CLI 2.10.0 added “Support for adding and removing of multiple user roles” and now Simple History supports logging of these events. #431.
Changelog for version 4.12.0
We forgot to add a blog entry about the changes that was made in version 4.12.0. Here is the changelog:
Added
- Theme activation/switch done via WP CLI (e.g.
wp theme activate twentytwentyone
) is now logged.
Fixed