| c99923ae | 01-Jul-2026 |
Andreas Gohr <andi@splitbrain.org> |
Manage Browser.php via Composer, update to v2.0.0
The bundled Browser.php was Chris Schuld's v1.9 from 2010, which cannot detect modern browsers like Edge, Brave, Vivaldi, etc. Replace it with the C
Manage Browser.php via Composer, update to v2.0.0
The bundled Browser.php was Chris Schuld's v1.9 from 2010, which cannot detect modern browsers like Edge, Brave, Vivaldi, etc. Replace it with the Composer package cbschuld/browser.php v2.0.0 (namespaced, PHP 8+).
DokuWiki auto-includes each plugin's vendor/autoload.php, so no manual require is needed; helper/log.php now uses the namespaced cbschuld\Browser. The vendor dir is checked in, with test suites and CI files trimmed via .gitignore following DokuWiki core convention.
show more ...
|