Improvements
DateTime::lengthOfTime()/relLengthOfTime(): automatic mode now scales units up through weeks, months and years, capped by a newaccuracyoption (default 2), e.g.1 Week, 3 Daysor11 Years, 3 Months.relLengthOfTime()computes the difference calendar-exact viaDateInterval(months/years respect calendar lengths and leap years) and gains afromoption for a custom reference point. Relative unit words are translated with arelativemsgctxt for grammatically correct wording (e.g. German dative:Vor 4 Tagen). Singular output fixed (1 Dayinstead of1 Days), zero units are skipped. Legacy explicit-format engine kept for BC and extended withY/M/W/wcharacters. #338GravatarHelper: add ahashAlgooption (defaultsha256,md5supported) so callers can restore Gravatar's pre-2024 MD5 identifier for legacy accounts. Without it, the SHA-256 switch silently changes the generated default avatar (identicon, monsterid, ...) for every account that has no real Gravatar image. Unknown values fall back tosha256and the option never leaks into the URL or img attributes. #336
Full Changelog: 3.13.1...3.13.2