Releases: WebberZone/where-did-they-go-from-here
Releases · WebberZone/where-did-they-go-from-here
Release list
v3.3.0
Changelog
- This is the final release of WebberZone Followed Posts. The plugin will continue to work but will no longer receive updates or support.
- For related content recommendations, see Contextual Related Posts: https://wordpress.org/plugins/contextual-related-posts/
- For popularity-based recommendations, see Top 10: https://wordpress.org/plugins/top-10/
- Modified: Compatibility bump for the latest versions of WordPress and PHP.
Full Changelog: v3.2.2...v3.3.0
Version 3.2.2
Fixed: Dashboard widget showing the Top Tracked posts.
Full Changelog: v3.2.1...v3.2.2
Version 3.2.1
Fixed: Zip missed files which created errors.
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's New
- REST API support for getting followed posts
- Added
GET /wp-json/wfp/v1/followed-posts/{id}endpoint - Added
POST /wp-json/wfp/v1/trackerendpoint for tracking
- Added
- Modern admin interface matching other WebberZone plugins
- Updated sidebar with improved organization and navigation
- New admin banner with sections-based navigation
- CRP Integration — Feed followed posts to Contextual Related Posts plugin for enhanced related posts display
- Vanilla JavaScript tracker — Complete rewrite with no jQuery dependency
- New display styles — Added 'Left thumbnails' and 'Text only' layouts
- Dashboard widget — Quick overview of posts with the most followed links
- Hook Registry system — Centralized hook management for better code organization
Improvements
- Enhanced PHP and WordPress compatibility testing
- Better dependency management and build processes
- JavaScript tracker now auto-detects REST API vs AJAX mode
- Added pagination support to REST API endpoint
- Improved cache management with AJAX handler for clearing cache
- Tools page UI redesigned with postbox styling for better WordPress consistency
- Settings API refactored to use static methods for better performance
- Media Handler now supports the FIFU WordPress plugin for featured image detection
Bug Fixes
- Resolved PHP warnings when accessing null post properties
- Fixed WordPress compatibility issues with latest versions
v3.1.2
Version 3.1.1
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
falsewill 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