Invision Community 4.7.15
Released 01/23/2024Core
- Added the embed.php controller to the robots.txt file and added a noindex tag so that search engines don't index the content.
- Added the referring URL to the content of the Contact Form.
- Changed PHP recommendation to 8.1.
- Changed MySQL recommendation to 8.0.13.
- Improved the contact us form UX for guests.
- Improved the queued comments count handling.
- Improved the description for the similar content widget to highlight the different flow when ES is used.
- Improved the thumbImage template to add an alt tag and optimize lazy loading.
- Fixed a design issue on the error page.
- Fixed an issue in the DELETE /core/members/{id}/secgroup/{groupId} REST endpoint, where members could lose a secondary member group.
- Fixed an issue where calling the GraphQL API without a query would throw an EX0 exception.
- Fixed an issue with the x hashtag not being set.
- Fixed an issue where members with a false validation flag would be unable to login.
- Fixed an issue with reliability of logging early in the boot process.
- Fixed an issue with invalid page URL parameters.
- Fixed an issue where profile fields weren't shown on content submissions.
- Fixed a typo in siteSocialLinks template.
- Fixed an issue on the registration form, where one could submit any coppaa/birthday combination.
- Fixed an issue where tags were not showing in alphabetical order (when enabled) for search results.
- Fixed an issue where the webhook payload from Status Posts wasn't properly formatted.
- Fixed Member List Exports not properly formatting Yes / No and Checkbox profile fields.
- Fixed an issue where disabled login handlers would still be accessible in the UCP.
- Fixed an issue where the member webhook payload contained a false value for the allowAdminEmails key.
- Fixed an issue parsing <video> elements with multiple <source> elements when lazy-load is enabled.
- Fixed an issue inthe follower template where we didn't cast the page as integer.
- Fixed an issue where giving cookie consent to the IPS cookies would result in an empty page.
- Fixed an issue where web app icons may be cached by a CDN and show older versions.
- Fixed a regression when copy & pasting files in an editor by reverting a previous fix.
- Deleting a webhook will now also delete the data from core_api_webhook_fires.
- Removed the deprecated twitter_hashtag` setting.
- Removed the profile blocking from the default robots.txt file.
- Fixed an issue where Status Feeds don't update after saving statuses and replies.