Releases: avandenberghe/RecentTopics
Releases · avandenberghe/RecentTopics
v3.0.0-RC1
Recent Topics for phpBB 3.3 — v3.0.0-RC1
Release candidate for the 3.0.0 release, forked as avathar/recenttopicsav.
Highlights
- Forked as
avathar/recenttopicsavto avoid conflict withpaybas/recenttopics - Updated all namespaces, service names, route names, template paths and event names
- Minimum phpBB version: 3.3.0
New features
- Full-page (
/app.php/rt) and simple-page (/app.php/rt/simple) standalone display modes - Separate toggle for standalone pages, independent from index display
- Standalone page links shown in ACP settings
- Global "Topic link destination" setting (first post / last post / first unread)
- Swedish (sv) translation
- GitHub issue templates (bug report, feature request)
Changes
- Switched ACP Yes/No radio buttons to checkboxes
- Applied code style: short array syntax, public static order,
effectively_installed()on all migrations - Standardized PHP doc headers across all language files
- Added inputbox autowidth class to UCP number input
- Removed
nickvergessen/newspageextension dependency
Bug fixes
- Fixed standalone
/app.php/rtpage: includefunctions_display.php, fix template path - Fixed user registration not applying ACP default preferences
- Fixed pbwow3 top/bottom block: added collapse support, fixed column alignment
- Fixed
rt_schemamigration step counter desync in phpBB migrator - Consolidated
rt_modulepaybas cleanup into single custom callable - Fixed grammar and spelling errors across all translations
Languages supported
English, German, French, Dutch, Spanish, Czech, Russian, Portuguese, Arabic, Ukrainian, Swedish
Installation
- Disable, delete data and remove the extension
paybas/recenttopics. - Download and unzip the release.
- Copy the contents to
/ext/avathar/recenttopicsav/. - Navigate in ACP to
Customise -> Manage extensions. - Find
Recent Topicsunder "Disabled Extensions" and clickEnable.
v2.2.15cdb
cdb version (phpbb.com versioning)
- 2.2.15 (05/04/2021)
- [FIX] #142 Compatible with PHP 8
v2.2.15
v2.2.14
Merge branch 'develop32' into master32
v2.2.13
2.2.11
v2.2.9
Download
https://www.avathar.be/forum/viewtopic.php?f=2&t=4490
Changelog
- 2.2.9 (15/03/2020)
- [CHG] support for style we_clearblue 3.2.9
- [CHG] support for style pbwow 3.2.9
- [CHG] #115 in rightpane view, last author name is also shown
- [FIX] #116 topic link now refers to newest post
- [CHG] add php 7.2 to travis tests
- [FIX] code fixes: use sql_build_array, cast int on request_var, don't use http_exception class
- [CHG] compatible with Collapsible Categories v2
- [CHG] Add 2 phpBB core template events viewforum_body_last_post_author_username_prepend + viewforum_body_last_post_author_username_append
v2.2.8-cdb
Merge branch 'develop32_cdb' into master32_cdb
v2.2.8
Merge branch 'develop32' into master32