Releases: WebberZone/where-did-they-go-from-here
Version 3.1.0
Release post: https://webberzone.com/announcements/followed-posts-v3-1-0/
Complete plugin rewrite to use classes and autoloading.
-
Features
- New block for the block editor. Find it under widgets or using "followed posts" or "where did they go from here"
- New functions
get_wfp()
andthe_wfp()
replaceget_wherego()
andecho_wherego()
. The latter two will throw deprecated notices - New shortcode
[wfp]
replaces[wherego]
. The latter will continue to work but it is recommended that you replace the shortcode - New tools page can be found under Tools > WFP Tools. Import/Export settings and clear the cache from there
-
Enhancements:
- Caching enabled by default - this will apply to new installs and if you reset the settings
-
Bug fix:
- PHP warning if a post was not found
Full Changelog: v3.0.0...v3.1.0
v3.1.0-RC2
Changelog:
Complete plugin rewrite to use classes and autoloading.
-
Features
- New block for the block editor. Find it under widgets or using "followed posts" or "where did they go from here"
- New functions
get_wfp()
andthe_wfp()
replaceget_wherego()
andecho_wherego()
. The latter two will throw deprecated notices - New shortcode
[wfp]
replaces[wherego]
. The latter will continue to work but it is recommended that you replace the shortcode - New tools page can be found under Tools > WFP Tools. Import/Export settings and clear the cache from there
-
Enhancements:
- Caching enabled by default - this will apply to new installs and if you reset the settings
-
Bug fix:
- PHP warning if a post was not found
Installation:
- Download the where-did-they-go-from-here.zip file from this release post
- Visit Plugins in your Admin Area
- Hit the Add New button next to the Plugins heading
- Hit the Upload button next to the Add Plugins heading
- Select the file that you downloaded and hit Install Now
- In the next screen choose Replace current with uploaded
- This should replace the plugin with the latest version. You can verify this by going back to the Plugins page and checking the version number
Full Changelog: v3.1.0-RC1...v3.1.0-RC2
v3.1.0-RC1
Changelog:
Complete plugin rewrite to use classes and autoloading.
-
Features
- New block for the block editor. Find it under widgets or using "followed posts" or "where did they go from here"
- New functions
get_wfp()
andthe_wfp()
replaceget_wherego()
andecho_wherego()
. The latter two will throw deprecated notices - New shortcode
[wfp]
replaces[wherego]
. The latter will continue to work but it is recommended that you replace the shortcode - New tools page can be found under Tools > WFP Tools. Import/Export settings and clear the cache from there
-
Enhancements:
- Caching enabled by default - this will apply to new installs and if you reset the settings
-
Bug fix:
- PHP warning if a post was not found
Full Changelog: v3.0.0...v3.1.0-RC1
Installation:
- Download the where-did-they-go-from-here.zip file from this release post
- Visit Plugins in your Admin Area
- Hit the Add New button next to the Plugins heading
- Hit the Upload button next to the Add Plugins heading
- Select the file that you downloaded and hit Install Now
- In the next screen choose Replace current with uploaded
- This should replace the plugin with the latest version. You can verify this by going back to the Plugins page and checking the version number
Version 3.0.0
Release post: https://webberzone.com/blog/followed-posts-v3-0-0/
-
Features:
- Support for PolyLang and WPML
- New options to stop tracking logged in users, authors, editors or admins
-
Enhancements:
- Improved caching with inbuilt expiry. Use WZP_CACHE_TIME in your wp-config.php to set how long the cache should be set for. Default is one week. Setting it to
false
will disable expiry - Upgraded post thumbnail handling: Select the thumbnail size. The plugin will also check for site icons before the default thumbnail is selected
- 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
- Improved caching with inbuilt expiry. Use WZP_CACHE_TIME in your wp-config.php to set how long the cache should be set for. Default is one week. Setting it to
Version 3.0.0 Beta 1
-
Features:
- Support for PolyLang and WPML
- New options to stop tracking logged in users, authors, editors or admins
-
Enhancements:
- Improved caching with inbuilt expiry. Use WZP_CACHE_TIME in your wp-config.php to set how long the cache should be set for. Default is one week. Setting it to
false
will disable expiry - Upgraded post thumbnail handling: Select the thumbnail size. The plugin will also check for site icons before the default thumbnail is selected
- 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
- Improved caching with inbuilt expiry. Use WZP_CACHE_TIME in your wp-config.php to set how long the cache should be set for. Default is one week. Setting it to
Version 2.4.0
Release post: 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
Version 2.3.0
Release post: 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
tocustom_css
- this only happens ifcustom_css
doesn't already have a value - Duplicate entries in "Exclude Categories" settings are removed on saving options
- PHP notices for
show_author
andshow_date
crp_update_option
only deletes options when the value passed is null- Delete any deprecated settings on save should work properly
- Migrate
Version 2.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
Version 2.1.0
-
Features:
- Updated admin page based on the Settings API
post_types
argument can now be passed in csv format
-
Modifications
- Removed Freemius
-
Fixed:
- Metabox did not save when editing attachments
Version 2.0.1
Fixed number of posts limit not working