Releases: cabrerahector/recently
Releases · cabrerahector/recently
Recently 3.0.0
This release includes the following changes:
If you're using a caching plugin, flushing its cache after installing/upgrading to this version is highly recommended.
- Code has been refactored to make maintenance easier in the future.
- Widget Themes support!
- Retina displays support!
- New Content Tags added: total_items, item_position, and title_attr.
- Minor usability improvements.
- Improves compatibility with Polylang/WPML.
- Improved CSP compatibility. Note that this may cause issues on some set-ups, please check the Release Notes for more details.
Recently 2.1.0
This release includes the following changes:
- Recently will fetch its ajaxified widgets via the REST API now for faster performance.
- Adds filter hook to customize query args per widget instance:
recently_pre_get_posts
(documentation) - Adds filter hook to parse custom Content Tags:
recently_parse_custom_content_tags
(documentation). - Improves compatibility with Cloudflare's Rocket Loader.
- Drops included language files in favor for language packs downloaded automatically by WordPress.
- Minor bug fixes and improvements.
If you're using a caching plugin, flushing its cache after installing/upgrading to this version is highly recommended.
Recently 2.1.0 Beta 1
This release includes the following changes:
- Adds filter hook to customize query args per widget instance.
Recently 2.0.2
This release includes the following changes:
- Fixes Content Tag
{author}
returning a bad URL. - Data Caching enabled by default (new installs only).
- Minor copy adjustments.
If you're using a caching plugin, flushing its cache after upgrading to this version is highly recommended.
Recently 2.0.1
This release includes the following changes:
- Fixes missing helper method messing up the Customizer.
- Updates default widget stylesheet.
- Other minor fixes and improvements.
Recently 2.0
This release includes the following changes:
If you're using a caching plugin, flushing its cache after upgrading to this version is highly recommended.
- Plugin code refactored!
- Improves PHP7+ compatibility.
- Improves compatibility with WordPress' Customizer.
- Drops jQuery dependency: your site will load a tab bit faster now.
- Adds Relative Date Format.
- Adds ability to select first attached image as thumbnail source.
- New filters:
recently_post_class
&recently_post_exclude_terms
. - Improves compatibility with WP-SpamShield, Polylang and WPML.
- Tons of minor bug fixes and improvements.