Skip to content

Version 1.3.0 - Stable

Compare
Choose a tag to compare
@SamBrishes SamBrishes released this 30 Aug 19:31
· 52 commits to master since this release

Version 1.3.0 - Stable

  • Add: Blog Comments table, model and functions.
  • Add: Blog Comments columns on rainlab_blog_posts.
  • Add: New comment and tag related backend permissions.
  • Add: A new settings menu to configure the BlogHub configuration.
  • Add: New dashboard widget 'Comments List'.
  • Add: New dashboard widget 'Posts List'.
  • Add: New dashboard widget 'Posts Statistics'.
  • Add: Comments count sorting option to Post Model.
  • Add: Move Backend user Extension to the BlogHubBackendUserModel behaviour.
  • Add: Custom BlogHubPost model, which is implemented in RainLabs Post model.
  • Add: Custom BlogHubBackendUser model, which is implemented in Octobers User model.
  • Add: New [bloghubBase] component to configure the base options on the layout level.
  • Add: New [bloghubCommentList] component to show comment list outside of post page.
  • Add: New [bloghubCommentSection] component to show comment list with form on post page.
  • Add: New [bloghubPostsByAuthor] component for author archive pages.
  • Add: New [bloghubPostsByCommentCount] component to list posts by their comments count.
  • Add: New [bloghubPostsByDate] component for date archive pages.
  • Add: New [bloghubPostsByTag] component for tag archive pages.
  • Add: New vendor Gregwar/Captcha for the new comment system.
  • Update: Add missing translation strings (for both english and german).
  • Update: Set RatMD.BlogHub as owner on side menu items.
  • Update: The new date archive component supports now week archives as well.
  • Update: Support multiple-tags query combinations using + (all) and , (either).
  • Update: The visitors table to collect likes and dislikes for the new comment system.
  • Update: Rename ratmd_bloghub_settings settings model to ratmd_bloghub_meta_settings.
  • Update: The new BlogHubPostModel behaviour has been finished.
  • Update: Estimated reading time is now part of the new BlogHubPostModel behaviour
  • Update: Published * ago date/time view is now part of the new BlogHubPostModel behaviour.
  • Update: Backend Users are now Visitors as well (but do NOT increase the views / unique_views counter).
  • Update: New default Bootstrap 5 partials for all components.
  • Deprecated: [bloghubAuthorArchive] has been marked as deprecated, please use [bloghubPostsByAuthor] instead.
  • Deprecated: [bloghubDateArchive] has been marked as deprecated, please use [bloghubPostsByDate] instead.
  • Deprecated: [bloghubTagArchive] has been marked as deprecated, please use [bloghubPostsByTag] instead.
  • Bugfix: Replace missing default component partials with working ones.
  • Bugfix: Down Migration did not work on OctoberCMS v2 (dropColumns method does not exist).
  • Bugfix: PHP typings.
  • Bugfix: Smaller bugfixes & code cleanup tasks.