Change: Require Standard Library to make the add-on work on older version of XF (#102)
Change: Increase PHP version requirement to 7.1 to match that of Standard Library add-on (#102)
Change: Increase XF version requirement to 2.2 to match that of Standard Library add-on (#102)
Fix: Template modification for thread_edit template fails to apply on XF 2.3 (#103)
Fix: Time input width still not wide enough to show AM/PM (#104)
- Fix: Error rendering template: variable @_input-dateInputWidth is undefined (#100)
Thanks @duderuud for testing out the queries for me.
- Fix: Slow upgrade query causes timeouts on large boards (#92)
On upgrade: Will attempt to rebuild last post info for both thread and forum, first and last profile post comment date with the latest comment ids for profile posts and last comment date for media items and albums.
- Fix: Time interval does not apply correctly (#75)
- Fix: Changing post date does not rebuild last post info on thread/forum (#84)
- Fix: Changing profile post comment date does not rebuild first comment, last comment infos and latest comment ids on profile post (#85)
- Fix: Changing thread date does not rebuild last post info on forum (#86)
- Fix: Changing media/album comment does not rebuild last comment info on media/album (#87)