Skip to content

Releases: RatMD/bloghub-plugin

Version 1.3.10 - Stable

24 Jan 13:39
Compare
Choose a tag to compare

Version 1.3.10 - Stable

  • Fix: Format new lines and paragraphs accordingly in HTML comment content.
  • Fix: XSS vulnerability in comment content (Plain and Markdown), thanks to Prateek Kuber from Astra Security.

Version 1.3.9 - Stable

21 Jan 23:06
Compare
Choose a tag to compare

Version 1.3.9 - Stable

  • Update: Unset blog_meta_temp temporary property (when necessary), thanks to Andrea-Tecnotrade @ #11.
  • Fix: MariaDB Migration on v <= 10.1.48, thanks to alexwenzel @ #12.
  • Fix: SQL Error on bloghubTags component, thanks to alexwenzel @ #13.
  • Fix: Translation key on meta tab, thanks to chrisvidal @ #14.
  • Fix: XSS vulnerability in comment content (Plain and Markdown), thanks to Prateek Kuber from Astra Security.

Version 1.3.8 - Stable

26 Mar 16:21
Compare
Choose a tag to compare

Version 1.3.8 - Stable

  • Update: Change configuration / settings admin page size.
  • Fix: Wrong method-call on bloghub.prev / getPrevious().
  • Fix: Missing underscore on BlogHubBackendUser->getSlug() method / output.
  • Fix: Wrong variable used on PostsByDate component.
  • Fix: Missing page variables on PostsByDate component.

Version 1.3.7 - Stable

23 Mar 21:14
Compare
Choose a tag to compare

Version 1.3.7 - Stable

  • Fix: Twig strict variables error on component.

Version 1.3.6 - Stable

23 Mar 17:41
Compare
Choose a tag to compare

Version 1.3.6 - Stable

  • Fix: legacy ratmd_bloghub_meta_data returned collection instead of mapped array.

Version 1.3.5 - Stable

23 Mar 11:31
Compare
Choose a tag to compare

Version 1.3.5 - Stable

  • Fix: strtolower receives null instead of string in Comment model.

Version 1.3.4 - Stable

26 Feb 12:10
Compare
Choose a tag to compare

Changes

  • Update: Use Laravels [s|g]et[Attribute]Attribute getters and setters on Comment model.
  • Update: Use translation string, instead of hardcoded 'Guest' on Comment :: display_name.
  • Update: Implement comment_content as replacement for render_content.
  • Fix: SQL Error: Unknown column 'slug' in 'order clause', as reported here.
  • Fix: Prepared SQL statement error, as reported here.
  • Fix: View / Visitor counter does not work on October v2 installations, as reported here.

Version 1.3.3 - Stable

28 Nov 11:12
Compare
Choose a tag to compare

Version 1.3.3 - Stable

  • Fix: Issue #4 - Meta values aren't stored on new posts
  • Fix: Issue #5 - 2 comment fields share the same ID when the user is logged in + honeypot
  • Fix: Issue #6 - Wrong columns type on ratmd_bloghub_comments table
  • Fix: Issue #7 - Terms of use not shown due to wrong condition
  • Fix: Issue #8 - Wrong condition on CommectionSection->getFrontendUser method
  • Fix: Meta values aren't shown on OctoberCMS v2.

Version 1.3.2 - Stable

10 Oct 20:26
Compare
Choose a tag to compare

Version 1.3.2 - Stable

  • Fix: Right method used on wrong object in Comment model class.

Version 1.3.1 - Stable

04 Sep 18:25
Compare
Choose a tag to compare

Version 1.3.1 - Stable

  • Fix: Add CallsAynMEthod interface to BlogHubPost and BlogHubBackendUser.