Releases: WebberZone/contextual-related-posts
Releases · WebberZone/contextual-related-posts
Version 2.6.3
Release post: https://webberzone.com/blog/contextual-related-posts-v2-6-3/
-
Enhancements:
- Optimized versions of default.png and default2.png
-
Bug fixes:
- Fixed PHP error when viewing feed
- "Exclude categories" setting wouldn't save properly
- Delete any deprecated settings on save should work properly
-
Clearer messages when saving options and a style is activated
Version 2.6.2
Release post: https://webberzone.com/blog/contextual-related-posts-v2-6-1/
- Bug fixes:
- Fixed PHP fatal error "Can’t use function return value in write context"
- Changed default setting for thumbnail width and height to 150
Version 2.6.1
Release post: https://webberzone.com/blog/contextual-related-posts-v2-6-1/
-
Features:
- New options to delete options and/or data on uninstall. This will only work if you visit the Settings page and save the pages.
-
Bug fixes:
- Custom CSS code should now be properly added to the header
- Upgrading settings when "Automatically add related posts to" had no options checked should work properly
Version 2.6.0
Release post: https://webberzone.com/blog/contextual-related-posts-v2-6-0/
-
Features:
- Implemented the Settings API for handling plugin settings
- New Tools page: Recreate the indices, delete the cache and delete old settings
-
Enhancements:
widget_title
filter includes$instance
andid_base
variables
-
Bug fixes:
- Checked for non-zero thumbnail width and height in the widget
- More checks for PHP errors and notices
Version 2.5.1
-
Features:
- New option to disable creation of thumbnails
-
Enhancements:
- Do not delete index on activation
- crp_thumbnail image size will set the default crop option to true if not already set
-
Bug fixes:
- Missing/Unknown PHP errors/warnings in the widget
-
Minor CSS fixes
Version 2.5.0
-
Features:
- New option to disable related posts on mobile devices
- New option to disable related posts on AMP pages
-
Enhancements:
- New filters
crp_thumb_alt
andcrp_thumb_title
to edit the post thumbnail alt and title tags. Use this to remove/replace the tags - New function and filter
crp_permalink
- Saving a post will delete its cache
- New filters
-
Bug fixes:
- Fixed CSS validation errors
- Removed conversion of table schema from/to InnoDB. If you are using a version of mySQL above v5.6, you can alter the table engine to use InnoDB with a FULLTEXT index
- Prevent errors from non-existent post id (virtual post). Contributed by @jnorell
Version 2.4.1
= 2.4.1 =
- Bug fixes:
- Reverted the "Automatically add related posts to" setting introduced in 2.4.0
- Metaboxes will now save when editting attachments
= 2.4.0 =
-
Features:
- New option to randomize the related posts
- New option to limit related posts to the same post type
- "Automatically add related posts to" option applies to widgets
-
Enhancements:
post_types
argument now takes a comma-separated list of post types. Default format when resaving options is also comma-separated
-
Bug fixes:
- Trimming titles should now work with multibyte / non-English characters
-
Deprecated:
crp_max_formatted_content
has been deprecated. Usecrp_trim_char
instead
Version 2.3.1
- Bug fixes:
- Replaced
.crp_title
wrapper fromdiv
tospan
. Empty the cache via the settings page and also your browser cache
- Replaced
Version 2.3.0
- Features:
- Shortcode and the widget now have an added parameter for 'offset'. This is useful if you would like to display different widgets/shortcodes but not always start from the first post
- New option in metabox: "Exclude this post from the related posts list"
- New option: Insert after nth paragraph
- Enhancements:
- The generated HTML code uses a single
a href
tag rather than two separate ones per item which is usually better for SEO. If you're not using the Rounded Thumbnail style and using your own custom style, then you might need to reconfigure this - New constant
CRP_MAX_WORDS
(default 500) limits the post content to be compared. Add this to yourwp-config.php
file to overwrite
- The generated HTML code uses a single
- Bug fixes:
- Language files initialisation had the wrong text domain
- Stop updating the thumb settings if the existing value isn't found. Caused incorrect changes in certain installations
- Force link text to white when using Rounded Thumb style
- The plugin will no longer generate any notices if post author is missing
- Deprecated:
- Removed wick for exclude categories auto-suggest. Plugin now uses jQuery Suggest that is included in WordPress. When you re-save plugin options, the field will convert the slugs to the category name
- Deprecated
$crp_url
. Use the new constantsCRP_PLUGIN_DIR
,CRP_PLUGIN_URL
andCRP_PLUGIN_FILE
Version 2.3.0 Beta 1
- Features:
- Shortcode and the widget now have an added parameter for 'offset'. This is useful if you would like to display different widgets/shortcodes but not always start from the first post
- New option in metabox: "Exclude this post from the related posts list"
- New option: Insert after nth paragraph
- Enhancements:
- The generated HTML code uses a single
a href
tag rather than two separate ones per item which is usually better for SEO. If you're not using the Rounded Thumbnail style and using your own custom style, then you might need to reconfigure this
- The generated HTML code uses a single
- Bug fixes:
- Language files initialisation had the wrong text domain
- Stop updating the thumb settings if the existing value isn't found. Caused incorrect changes in certain installations
- Force link text to white when using Rounded Thumb style
- The plugin will no longer generate any notices if post author is missing
- Deprecated:
- Removed wick for exclude categories auto-suggest. Plugin now uses jQuery Suggest that is included in WordPress. When you re-save plugin options, the field will convert the slugs to the category name