XenForo Media Gallery / XFMG

XenForo Media Gallery / XFMG 2.3.0 Beta 6

No permission to download
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.
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).
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
Back
Top