Jump to content

Invision Community 5.0.8 Beta 1

Featured Replies

Posted
  • Administrators
comment_376

This is the latest version of Invision Community 5.0.8.


#4695: Ensure FA forum icons are centered within their box
#4705: Additional checks when using the theme editor
#4711: Multiple fixes to copying and importing themes
#4713: Storage handlers workflow adjustments
#4708: Fix an issue where empty image notes throw an exception
#4709: Fix an issue where empty image dimensions throw an exception
#4712: Fix an issue when viewing reported PMs
#4707: Fix an issue where an invalid license key type can throw an exception
#4710: Fix undefined method error deleting comments
#4703: Fix an issue where tasks run via web.php can throw an exception
#4702: Fix UpdateTaggedItems Task
#4698: Fix ROOT_DIR constant in legacy app uninstallation method
#4694: Improved lightbox UI
#4692: Fix an issue where some templates referenced a deprecated trait
#4691: Added missing language strings for UserPass and FTP custom fields
#4690: Fix an issue where notifications of unapproved content were missing titles
#4689: Fix an issue where some extensions are missing language strings
#4688: Fix an issue where custom badges can show an unnecessary number overlay
#4687: Clear out old theme editor language strings that are no longer in use
#4686: Add permissions extension check in Item::couldEdit
#4685: Fix an issue where deleting a review generates an exception
#4620: Assignment REST API
#4644: Improvements to permissions extensions
#4663: Fixes an issue where viewing reports would cause an error
#4664: Fixes an issue where languages cannot be downloaded
#4662: SAML/OIDC SSO Improvements
#4622: Node Groupings
#4659: Adds logging to detect when a Pages block is added to the core area
#4647: Improved UX of approval queue
#4648: Fixed alignment of "If this was you" message in emails
#4649: Added views to Blog Feed widget
#4651: Removed empty "datetime" expression from Blog Index Page
#4652: The "Mark forum as read" link is now visible below topic lists on tablets and mobiles
#4655: Updated the Image Feed widget so it's more consistent with other feed widgets
#4658: Make sure that we have a proper action when modaction is called
#4643: Fixes an issue where the ‘New Data Layer Handler’ button isn’t showing
#4634: Add PowerShell to default list of editor code block languages
#4635: Fixed size of group badge in mini profiles
#4638: Fixed color of buttons in hovercards
#4621: Add application and node filters to the Tag Usage statistics chart
#4623: Added data-id to mobile navigation links
#4624: Added data-ips-hook="footerWrapper"
#4626: Gallery image notes can be null from old v3/v4 instances
#4627: Fix CustomBadge move step
#4394: Install all IPS applications on cloud
#4614: Fix v5 upgrade step for IPS 4 promoted items
#4609: Improved keyboard and screen reader accessibility
#4611: Update mobile nav breadcrumb when changing gallery images
#3976: Hide club content when clubs are disabled
#4599: v4 PHP Block Clarification
#4601: Fixes an issue where downloading an app phar can fail
#4579: Fixes an issue where attachments cannot be downloaded from a course lesson
#4597: Fixes an issue where ‘Featured Events’ was a hard coded language string
#4590: Added accessible text to Calendar navigation buttons
#4563: Display a login button for guests who want to download a file
#4574: Prevent the "new activity" bar from stretching beyond its container in the Activity Stream
#4575: Fixed sticky editor tag list on tablets
#4584: Accessibility: YesNo form fields now have a matching <label> element
#4586: Date/time inputs on Event Submission page now have an accessible label
#4588: Inputs in Sign In popup menu now have accessible labels
#4592: Improved contrast on Calendar daily/weekly/monthly views

Developer Notes

Improvements to permissions extensions

- New method PermissionsAbstract::nodeIdsToAllow() returns an array of node IDs that will always have PERM_ALLOW

- Similarly, PermissionsAbstract::nodeIdsToDeny() return an array of IDs that will use PERM_DENY

- The above 2 methods are used when building queries to retrieve a list of items or nodes with permission. The previous can() method is still required for individual permission checks.

Guest
Reply to this topic...