[TaylorJ] Blogs

[TaylorJ] Blogs 1.7.4

No permission to download
Bug fixes:
  • Removed un-used and not needed getStructure call on the extended XF User.php class
Bug fixes:
  • Fixes the un-needed call on getStructure in the User.php entity extension (again)
  • Like
Reactions: Wanji
Bug fixes:
  • Fixes a false install/upgrade requirement introduced in 1.7.1 where the add-on could incorrectly fail if the public package did not include a vendor folder.
Bug fix(es):
  • Fixed error on getStructure call as it was calling : Structure while no other addons are which causes a fatal error.
This is mainly a refactor release of the codebase to bring everything more inline with best practices from the XenForo core when it comes to service files/finders/etc. Mainly only other devs would care about this.

Bug fix:
  • Fixed an error when editing blog posts with and adding attachments on edit where they would not associate with the blog post or appear on re-edit/blog post view.
Bug fixes:
  • Fixed the blog post title setting so it actually works, forgot to change the varchar amount in an upgrade step.
  • Also updated the description for the setting to remind admins there is a minimum of 10 characters needed for blog posts by default... for now... 👀
Bug Fixes:
  • Only visible posts now visible in areas listing blog posts, people can no longer see an authors draft posts in user profile view for instance
  • Un-reported draft posts bug where draft posts were getting lost into the void when being changed to a post now option on editing a draft blog post
Misc updates:
  • Codebase updates to make more use of custom Finders for blogs and blog posts
New Feature:
  • Can now set a blog post maximum title length (max of 300 chars for now until I figure out a better way and not rushing)
Bug fix:
  • Can now upload blog header images again without getting the Gd::requireImage() error
Bug Fixes
  • Fixed error with the similar blog posts cron job firing off server errors when a board doesn't have XFES installed with a new check to make sure the addon is installed and enabled.
New features:
  • Blog header images are now resized and cropped to 500px by 500px
  • That horrid "please keep it within the limits" phrase has been changed to reflect the above.
Back
Top Bottom