Resource icon

Standard Library by Xon 1.20.1

No permission to download
This is not an XF2.3 compatible release, the javascript needs updating and some template bits reviewing. But implementing ajax pagination took much longer than expected and kept running into weird edge cases :(
 
PHP 8.4 support? Wow, the first Alpha is not even released :)
I maintain a list of trivial clean-up tasks when I perform when I'm touching an add-on, and this was one of them. It is just updating from function foo(int $bar = null) to function foo(?int $bar = null). Finding those to update is the hard part over the actual change

It might be possible additional php 8.4 changes will be required, but I haven't seen anything in the proposed changes for 8.4 which would be an issue.
 
Top Bottom