Skip to content

Commit

Permalink
Updates the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cabrerahector committed Mar 13, 2021
1 parent ef85e68 commit a45c2ba
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 11 deletions.
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
Changelog
=========
#### 3.0.0 ####
**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.

See the [Release Notes](https://cabrerahector.com/wordpress/recently-3-0-has-been-released/) for more details.
[Full Changelog](https://github.com/cabrerahector/recently/blob/master/changelog.md).

#### 2.1.0 ####
*If you're using a caching plugin, flushing its cache after installing/upgrading to this version is highly recommended.*

Expand Down
24 changes: 13 additions & 11 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,21 @@ The FAQ section has been moved [here](https://github.com/cabrerahector/recently/

== Changelog ==

= 2.1.0 =
= 3.0.0 =

*If you're using a caching plugin, flushing its cache after installing/upgrading to this version is highly recommended.*
**If you're using a caching plugin, flushing its cache after installing/upgrading to this version is highly recommended.**

* 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](https://github.com/cabrerahector/recently/wiki/1.-Filter-Hooks#recently_pre_get_posts))
* Adds filter hook to parse custom Content Tags: `recently_parse_custom_content_tags` ([documentation](https://github.com/cabrerahector/recently/wiki/1.-Filter-Hooks#recently_parse_custom_content_tags)).
* 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.
* 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.

See the [Release Notes](https://cabrerahector.com/wordpress/recently-2-1-rest-api-support-new-filter-hooks/) for more details.
See the [Release Notes](https://cabrerahector.com/wordpress/recently-3-0-has-been-released/) for more details.
[Full Changelog](https://github.com/cabrerahector/recently/blob/master/changelog.md).

== Upgrade Notice ==
= 2.0.2 =
If you're using a caching plugin, flushing its cache after upgrading to this version is highly recommended.
= 3.0.0 =
If you're using a caching plugin, flushing its cache after installing/upgrading to this version is highly recommended.

0 comments on commit a45c2ba

Please sign in to comment.