Releases: RatMD/bloghub-plugin
Releases · RatMD/bloghub-plugin
Version 1.4.1 - Stable
- Fix: Missing RainLab.User v3 Support.
Version 1.4.0 - Stable
- Update: composer.json dependencies.
- Fix: Load parent-theme configuration, if available.
- Remove: Official support for OctoberCMS v2 (may still works anyways).
Version 1.3.10 - Stable
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
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
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
Version 1.3.7 - Stable
- Fix: Twig strict variables error on component.
Version 1.3.6 - Stable
Version 1.3.6 - Stable
- Fix: legacy
ratmd_bloghub_meta_data
returned collection instead of mapped array.
Version 1.3.5 - Stable
Version 1.3.5 - Stable
- Fix: strtolower receives null instead of string in Comment model.
Version 1.3.4 - Stable
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 forrender_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
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.