Releases: Automattic/ad-code-manager
Releases · Automattic/ad-code-manager
0.2.0
- UI reworked from the ground up to look and work much more like the WordPress admin (using
WP_List_Table
). - Abstracted ad network logic, so users can integrate other ad networks. Pull requests to add support to the plugin are always welcome.
- Added in-plugin contextual help.
- Implemented priority for ad code (allows to workaround ad code conflicts if any).
- Implemented the
[acm-tag]
shortcode. - Implemented ACM Widget.
- Thanks to Justin Sternburg (@jtsternberg) at WebDevStudios for the contribution.
- Initial loading of the ad codes is now cached using object cache.
- Bug fix: Enable using ad codes with empty filters using a filter.
- Bug fix: Setting the logical operator from OR to AND did not seem to result in the expected behaviour for displaying ads.
- Bug fix: Remove logical operator check when a conditional for an ad code is empty.