Skip to content

Version 1.2.0 - Stable

Choose a tag to compare

@SamBrishes SamBrishes released this 21 Aug 08:45
· 111 commits to master since this release

Version 1.2.0

  • Add: Extend backend_users table with display_name and author_slug fields.
  • Add: Missing URL on the Preview button.
  • Add: Date archive type: 'year', 'month' or 'day'.
  • Add: Formatted date archive string.
  • Add: Dynamic BackendUser method bloghub_display() to receive user name.
  • Add: Dynamic BackendUser method bloghub_slug() to receive author slug or login name.
  • Update: Return 404 when no author is found ([bloghubAuthorArchive] Component).
  • Update: Return 404 when no date is found or date is invalid ([bloghubDateArchive] Component).
  • Update: Return 404 when no tag is found ([bloghubTagArchive] Component).
  • Update: Use author_slug instead of login (when author_slug is not empty).