Skip to content

Releases: iggyvolz/phpBB-Remote-API

v2.0.2

08 Jun 17:33
Compare
Choose a tag to compare

Don't attempt to delete PMs, as the reference to the API has been removed from inner classes.

v2.0.1

01 Jun 23:42
Compare
Choose a tag to compare

Wrap all DOMNodeLists in iterator_to_array for compatibility

v2.0.0

01 Jun 01:07
Compare
Choose a tag to compare
Remove PHP 7-only feature

v1.7

15 Jun 20:56
Compare
Choose a tag to compare

*Use get_page to get an entire page of posts. Potentially increases performance by up to 96% when getting large numbers of posts - one request per page instead of per post
*Bug fix: bbcode is properly spelled
*Get bbcode only when specifically requested

v1.1: Add composer

04 Aug 16:04
Compare
Choose a tag to compare
Add composer.json

v1.0

04 Aug 16:00
Compare
Choose a tag to compare
Updated API from FMBot