Skip to content

Version 2.5.0

Compare
Choose a tag to compare
@ajaydsouza ajaydsouza released this 18 Nov 14:06
· 513 commits to master since this release
  • 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 and crp_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
  • 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