Skip to content

v3.82.2

Compare
Choose a tag to compare
@eos87 eos87 released this 06 Oct 13:15
· 163 commits to master since this release

Here is what has changed since the last release:

Added

  • Add theme dropdown selector to blog creation screen
  • Command to sync registries between mongodb and elastic search index based on a given date time
  • Additional and useful information to Sentry (like release version number) so it is easier to trace bugs
  • Implement setting to disable timestamp in pinned posts
  • Additional liveblog logging configuration
  • Change 'Filter Content' to 'Filter' in default theme

Fixed

  • Fix prototype Pollution in lodash
  • Remove eventable which is already contained in SirTrevor
  • Remove ngSirTrevor dependency as Liveblog has a built-in one
  • Fix arbitrary Code Execution in grunt
  • Remove jscs as is deprecated and we use Eslint
  • Fix npm install error because of github changs
  • Upgrade node-sass denial of service warning
  • Upgrade sanitize-html package to fix vulnerability
  • Fix tslint issue in test env
  • Fix uglify build issue because of unexpected token
  • Fix security vulnerability with jinja package
  • Fix load more posts in Simple Theme
  • Fix facebook render issues on Simple theme
  • Fix tag filtering in output channels

Syndication engine improvements

  • Send posts one by celery task instead of whole batch to improve performance and reduce timeout errors
  • Fix syndication bug of posts not being sent to consumer
  • Increase timeout when fetching image posts to reduce the number of timeout issues because of network latency
  • Implemented resource hook to fix entries out of sync
  • Fix error when running index-from-mongo command
  • Fix bug syndicated posts not showing in embed file
  • Fix bug when detaching from syndicated blog

For a more detailed change log, you can check here v3.82.1 - v3.82.2