Releases: avatharbe/RecentTopics
Releases · avatharbe/RecentTopics
v3.0.1
v3.0.0
Changelog
-
3.0.0 (31/05/2026) — relaunch under avathar/recenttopics namespace, consolidating everything since the avathar fork of paybas/recenttopics
New features
- [NEW] Display Recent Topics on viewforum (top/bottom) in addition to the index page (#178)
- [NEW] Standalone pages:
/app.php/rt(full) and/app.php/rt/simple(iframe-embeddable), with a dedicated ACP toggle independent of index display (#155) - [NEW] Optional advertisement / HTML block on the index page, with ACP toggle and textarea (#160)
- [NEW] Postlove integration — like counts in the topic list when
avathar/postloveis installed (#162); ACP toggle to enable/disable (#164) - [NEW] ACP toggle to show/hide date in side view (#163)
- [NEW]
modify_ads_codeevent so third-party extensions can inject advertisement content (#175) - [NEW] Backward-compat
paybas.recenttopics.*event aliases — downstream extensions written against the original fork keep working (#169) - [NEW] Forum visibility widened: forums where the user has
f_list_topics("Can see topics") but notf_readnow also appear — exposes titles to entice login while content stays gated (#182) - [NEW] Slovak (sk) and Swedish (sv) translations; grammar / spelling sweep across all locales
- [NEW]
contrib/cleanup_recenttopics.sqlscript for removing legacy installs
Changes
- [CHG] Renamed namespace from the legacy
recenttopicsavtorecenttopics— the "av" suffix from the paybas-era fork is no longer needed since the vendor namespace is alreadyavathar - [CHG] Migration history squashed to a single release migration; canonical version is now
ext::RT_VERSION(class constant), nort_versionrow inphpbb_config - [CHG] Donate link moved from PayPal to Patreon
- [CHG] PHP 8.1 and phpBB 3.3.0 minimum enforced via
is_enableable()with clear error messages (#171) - [CHG] Removed abandoned integrations: paybas/topicprefixes (#166), imkingdavid/prefixed (#167), nickvergessen/newspage
Fixes
- [FIX] PHP 8.0–8.4 compatibility across the codebase (#142, #148)
- [FIX] French language files no longer 500 on unescaped apostrophes
- [FIX] Duplicate ad block render in pbWoW3 — use
DEFINEfor theADSIDEflag so it's detectable across template scopes - [FIX] Standalone page loads
functions_display.phpand resolves the template path (#138, #150) - [FIX] User registration applies ACP default preferences (#124)
- [FIX] "Posted in" star icon (S_USER_POSTED) now shows in the topic listing (#133)
- [FIX] Undefined array key warning in the viewonline listener (#176)
- [FIX] pbWoW3 top/bottom block: collapse support and column alignment (#139)
- [FIX] Duplicate collapse buttons in pbWoW3 style
- [FIX] Empty "Latest version:" line when the version check service is unreachable
- [FIX] Unclosed
<span>in UCP preferences template - [FIX] pbTech side-block heading matches the category-bar style
- [FIX] Default install grants
u_rt_viewto Administrators and Global moderators in addition to REGISTERED/GUESTS — staff accounts whose primary group is not REGISTERED now see Recent Topics by default
-
2.2.15 (05/04/2021) — last release under paybas/recenttopics before the avathar fork
- [FIX] PHP 8.0 compatibility (#142)
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