Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza committed Mar 3, 2022
1 parent 44800f1 commit 77902be
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
43 changes: 43 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
This file holds the older changelog history for the plugin

= 2.4.0 =

Release post: [https://webberzone.com/blog/followed-posts-v2-4-0/](https://webberzone.com/blog/followed-posts-v2-4-0/)

* Features:
* New caching system. The full HTML output is saved in the meta key which should massively speed up the loading of your posts. Clear the cache by saving the settings page or using the button at the bottom
* Custom styles under the Styles tab now supports autocomplete and highlighting using CodeMirror

* Bug fixes:
* Tracker would not trigger in some cases - also now use a minimised version of the file

= 2.3.0 =

Release post: [https://webberzone.com/blog/followed-posts-v2-3-0/](https://webberzone.com/blog/followed-posts-v2-3-0/)

* Features:
* New styles option including a grid style to make your followed posts look more presentable

* Enhancements:
* Optimized version of default.png

* Fixed:
* Migrate `custom_CSS` to `custom_css` - this only happens if `custom_css` doesn't already have a value
* Duplicate entries in "Exclude Categories" settings are removed on saving options
* PHP notices for `show_author` and `show_date`
* `crp_update_option` only deletes options when the value passed is null
* Delete any deprecated settings on save should work properly

= 2.2.0 =

Release post: [https://webberzone.com/blog/webberzone-followed-posts-v2-2-0/](https://webberzone.com/blog/webberzone-followed-posts-v2-2-0/)

Where did they go from here has now been renamed to WebberZone Followed Posts

* Features:
* New options to show author and date in the list. Find it under *Output* tab
* New options in widget to show author, excerpt, date and post types
* New function `wherego_get_referer()` alongwith its corresponding filter

* Fixed:
* Fixed error message that was generated on activation
* Errors in tracker under PHP 7.2

= 2.1.0 =
* Features:
* Updated admin page based on the Settings API
Expand Down
43 changes: 0 additions & 43 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,49 +111,6 @@ You can also use this function to display posts on any type of page generated by
* Upgraded settings to new Settings_API class
* Grid thumbnail style has been redone to use CSS grid and flexbox. Please pick the correct thumbnail size in the Thumbnail settings

= 2.4.0 =

Release post: [https://webberzone.com/blog/followed-posts-v2-4-0/](https://webberzone.com/blog/followed-posts-v2-4-0/)

* Features:
* New caching system. The full HTML output is saved in the meta key which should massively speed up the loading of your posts. Clear the cache by saving the settings page or using the button at the bottom
* Custom styles under the Styles tab now supports autocomplete and highlighting using CodeMirror

* Bug fixes:
* Tracker would not trigger in some cases - also now use a minimised version of the file

= 2.3.0 =

Release post: [https://webberzone.com/blog/followed-posts-v2-3-0/](https://webberzone.com/blog/followed-posts-v2-3-0/)

* Features:
* New styles option including a grid style to make your followed posts look more presentable

* Enhancements:
* Optimized version of default.png

* Fixed:
* Migrate `custom_CSS` to `custom_css` - this only happens if `custom_css` doesn't already have a value
* Duplicate entries in "Exclude Categories" settings are removed on saving options
* PHP notices for `show_author` and `show_date`
* `crp_update_option` only deletes options when the value passed is null
* Delete any deprecated settings on save should work properly

= 2.2.0 =

Release post: [https://webberzone.com/blog/webberzone-followed-posts-v2-2-0/](https://webberzone.com/blog/webberzone-followed-posts-v2-2-0/)

Where did they go from here has now been renamed to WebberZone Followed Posts

* Features:
* New options to show author and date in the list. Find it under *Output* tab
* New options in widget to show author, excerpt, date and post types
* New function `wherego_get_referer()` alongwith its corresponding filter

* Fixed:
* Fixed error message that was generated on activation
* Errors in tracker under PHP 7.2

For previous changelog entries check out the changelog.txt file included with the plugin or [view the releases on Github](https://github.com/WebberZone/where-did-they-go-from-here/releases).

== Upgrade Notice ==
Expand Down

0 comments on commit 77902be

Please sign in to comment.