Skip to content

Releases: WebberZone/where-did-they-go-from-here

v3.3.0

Choose a tag to compare

@ajaydsouza ajaydsouza released this 09 Jul 18:45

Changelog

Full Changelog: v3.2.2...v3.3.0

Version 3.2.2

Choose a tag to compare

@ajaydsouza ajaydsouza released this 23 Mar 10:18

Fixed: Dashboard widget showing the Top Tracked posts.

Full Changelog: v3.2.1...v3.2.2

Version 3.2.1

Choose a tag to compare

@ajaydsouza ajaydsouza released this 23 Mar 07:06

Fixed: Zip missed files which created errors.

Full Changelog: v3.2.0...v3.2.1

v3.2.0

Choose a tag to compare

@ajaydsouza ajaydsouza released this 22 Mar 10:54

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/tracker endpoint for tracking
  • 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

Choose a tag to compare

@ajaydsouza ajaydsouza released this 17 May 09:07

Changelog

  • Bug fix: Check if post is empty before processing.

Full Changelog: v3.1.1...v3.1.2

Version 3.1.1

Choose a tag to compare

@ajaydsouza ajaydsouza released this 04 May 14:05
eb8cc5e

Changelog

  • Bug fix: Sanitize args.

Full Changelog: v3.1.0...v3.1.1

Version 3.1.0

Choose a tag to compare

@ajaydsouza ajaydsouza released this 03 Oct 17:10

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() and the_wfp() replace get_wherego() and echo_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

v3.1.0-RC2 Pre-release
Pre-release

Choose a tag to compare

@ajaydsouza ajaydsouza released this 29 Sep 10:28

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() and the_wfp() replace get_wherego() and echo_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:

  1. Download the where-did-they-go-from-here.zip file from this release post
  2. Visit Plugins in your Admin Area
  3. Hit the Add New button next to the Plugins heading
  4. Hit the Upload button next to the Add Plugins heading
  5. Select the file that you downloaded and hit Install Now
  6. In the next screen choose Replace current with uploaded
  7. 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

v3.1.0-RC1 Pre-release
Pre-release

Choose a tag to compare

@ajaydsouza ajaydsouza released this 22 Sep 14:44

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() and the_wfp() replace get_wherego() and echo_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:

  1. Download the where-did-they-go-from-here.zip file from this release post
  2. Visit Plugins in your Admin Area
  3. Hit the Add New button next to the Plugins heading
  4. Hit the Upload button next to the Add Plugins heading
  5. Select the file that you downloaded and hit Install Now
  6. In the next screen choose Replace current with uploaded
  7. 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

Choose a tag to compare

@ajaydsouza ajaydsouza released this 06 Mar 12:25

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