XenForo Media Gallery

Releases XenForo Media Gallery 2.3.0 Beta 6

Register & Get access to index
  • Any entity which is configured to be "indexable` via the XF:Indexable entity behavior and is configured to enqueueIndexNow now requires the implementation of the new ViewableInterface. This is to ensure that your entity has an appropriate canView method so that we can determine content is viewable by a guest before submission to IndexNow. Developers will need to implement this interface and add a canView method (if needed) to ensure content can be submitted to IndexNow.
  • Like
Reactions: rojo_salas
The following are minimum requirements:
  • PHP 7.2 or newer
  • MySQL 5.7 and newer
  • All of the add-ons listed here require XenForo 2.3.
  • Enhanced Search requires at least Elasticsearch 7.0
Note: Only the PHP version requirements have changed here. However, even if you're running PHP 7.2 we strongly recommend upgrading to PHP 8.3 at the earliest opportunity for improvements in speed, security and stability. We also recommend MySQL 8.0 (or equivalent).
Thanks @kochevnik
  • Like
Reactions: rojo_salas
Some of the changes in XFMG 2.2.5 include:
  • Fix potential out-of-range error with adjusting media counts when albums are deleted
  • Check moderated and deleted states when determining media comment visibility
  • Fix incorrect variable usage in vBulletin importer
  • Use a more generic icon for the default thumbnail for media embed media items.
  • Do not display comments against ratings in the news feed when the comment can no longer be viewed.
  • Add CLI command to rebuild album thumbnails.
  • Prevent adding media to media items if the main add media permission is not given.
  • Skip extension checking for media items that have been transcoded.
  • Add setIsAutomated and setPerformValidations method to media creator.
  • Adjust embedded media items in posts so the container fits the content better.
  • Avoid layout shift when viewing media items.
  • Avoid error logs if there is a non-existent attachment for a media item.
  • Reset view/add privacy when moving album to/from category.
  • Edit default category description to no longer attempt to link to the admin control panel.
  • Include a user's pending media comments in various places
  • Use validator to verify ffmpeg path in media attachment handler
  • Rebuild album privacy caches when merging users
The following public templates have had changes:
  • news_feed_item_xfmg_rating_insert
  • xfmg_comment
  • xfmg_comment_macros
  • xfmg_gallery_bb_code.less
  • xfmg_media_add_macros
  • xfmg_media_list.less
  • xfmg_media_note.less
  • xfmg_media_view.less
  • xfmg_media_view_macros
Where necessary, the merge system within the "outdated templates" page should be used to integrate these changes.
Back
Top Bottom