- Fixed bug introduced in phpBB 3.3.9 due to the new version of the TWIG library that keeps the User Control Panel interface from showing errors
- Places an entry in the admin log if all digests for an hour are successfully processed only if digests logging is enabled
- If there are no bookmarked topics for a user, this is noted in the admin log only if digests logging is enabled
- If a folder cannot be created to store digests for analysis in the /store folder, the error is noted in the phpBB error log rather than the admin log
- When emailing digests, the board contact name now uses the board_contact_name configuration value or one specified in the digest settings.
- Previously, the board_contact value was used, which is an email address, not a textual name. Also a test is made to ensure if there is no from email address specified, that outgoing emails do not show a board_contact_name configuration value.
- Hid the Submit button on the mailing report page in ACP as no database changes are made
- When fetching configuration values, $config->offsetGet() is used rather than specifying an element of the $config array
- No language file changes
To download from GitHub, go to the 3.3.18 branch, click on the green Code button and select Download Zip. Extract the files in the archive. Disable the extension then remove the files. Create a
/ext/phpbbservices/digests
folder if needed and move the files in the archive into this folder. Then enable the extension.