Skip to content

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

Version 3.1.0

03 Oct 17:10
Compare
Choose a tag to compare

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

29 Sep 10:28
Compare
Choose a tag to compare
v3.1.0-RC2 Pre-release
Pre-release

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

22 Sep 14:44
Compare
Choose a tag to compare
v3.1.0-RC1 Pre-release
Pre-release

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

06 Mar 12:25
Compare
Choose a tag to compare

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

Version 3.0.0 Beta 1

04 Mar 21:47
Compare
Choose a tag to compare
Version 3.0.0 Beta 1 Pre-release
Pre-release
  • 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

Version 2.4.0

25 May 13:58
Compare
Choose a tag to compare

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

07 Apr 09:27
Compare
Choose a tag to compare

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 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

Version 2.2.0

30 Dec 12:11
Compare
Choose a tag to compare

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

22 Jul 20:45
Compare
Choose a tag to compare
  • 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

05 Jun 22:49
Compare
Choose a tag to compare

Fixed number of posts limit not working