Releases: v17development/flarum-blog
Compatibility with Flarum 1.5+
Full Changelog: v0.6.3...v0.6.4
Extensibility improvements
Update 0.6.3 - Extensibility improvements
Hey all! Just a small update to Blog to improve its extensibility.
Changelog:
- feat(extensibility): allow extensions to modify more JS components, and model attributes (#147)
To update, run:
composer update v17development/flarum-blog
If you run into any issues, please make sure to create an issue here: https://github.com/v17development/flarum-blog/issues
Bug fixes
Update 0.6.2 - Bug fixes
Hey again, time for an update 🚀 Thanks to @askvortsov1 for his PR!
Changelog:
- Merged PR ( #138 )
- Fixes permission issue ( #144 )
- Fix
removed tags dont update in blog extension
( #143 ) - Fix not load content or admin controls ( #142 )
- Fix automatically Hides Tags From Homepage ( #139 )
- Fix hard-coded content ( #90 )
To update, run:
composer update v17development/flarum-blog
If you run into any issues, please make sure to create an issue here: https://github.com/v17development/flarum-blog/issues
v0.6.1
Dist prod
Better FoF Upload support, bug fixes, tweaks & more!
Update 0.6.0 - Better FoF Upload support, bug fixes, tweaks & more!
Hey all, it's time for an update! This update was all about tweaking and fixing a lot of bugs and a better overall experience.
Thanks again to @davwheat for some PR's!
Changelog:
- Extract Blog Overview Items into separate component; make extensible (#132)
- Added upload-modal for
fof-upload
to select previous-uploaded images (#133) - Added welcome banner to blog pages (optional, default enabled) (#14)
- Add category class names to posts on blog overview page (#87)
- Fix: added missing import (#122)
- Fix: featured count not visible in Admin dashboard (#125)
- Fix: Revert change to hide comments when there are no comments (#121)
- Fix: Revert change that blocks the URL field when fof-upload is enabled (#120)
- Fix: UI bug with reported blog posts (#128)
- Fix: Mark articles as read in background (#114)
- Fix: Post dropdown controls exceeds boundaries of post (#100)
- Possible fix for 'Blog comments appear only after refresh' (#113)
To update, run:
composer update v17development/flarum-blog
If you run into any issues, please make sure to create an issue here: https://github.com/v17development/flarum-blog/issues
FoF Upload support, features posts settings & bug fixes
Update 0.5.0 - FoF Upload support, features posts settings & bug fixes
For this update we'll have to thank @davwheat & @askvortsov for their awesome contributions! 🔥 The following PRs are merged: #102, #103 & #110
More updates will follow soon :)
Changelog:
- Added setting that allows changing the max number of featured posts
- Fixed issue with textarea
- Makes manage article dropdown extensible
- Export more components (even if the exports are generally done incorrectly)
- Don't auto-select every single possible blog category by default
- Show missing category tags on featured posts
- [Accessibility] Replace
<a>
with<button>
tags where suitable - Hide comments when locked with no comments present
- Fix incorrect redirect
- Correctly namespace imports
- Add thumbnail uploading via FoF Upload
To update, run:
composer update v17development/flarum-blog
If you run into any issues, please make sure to create an issue here: https://github.com/v17development/flarum-blog/issues
Release 0.4.2
- Fix interoperability with discussion language #99
Release 0.4.1
Release 0.4.0
Release v0.3.0
- Makes Blog compatible with Flarum beta-16
- Fixed H3 headings receiving the blog heading size ( #50 )
- Added Flarum Subscriptions button ( #70 )
- Fixed issue with selecting image ( #75 )
- Author display name and avatar now links to profile ( #57 )
- Added collapsible subtags ( #51 )
- Added title and description from tags on the category overview page ( #66 )
- Made the Flarum Lock extension a requirement ( #73 )
- Fixed issue default image not showing when composing an article ( #74 )
- Multiple other bugs