Releases: lassik/phpbb-ext-telegramnotifications
Releases · lassik/phpbb-ext-telegramnotifications
0.6.0
0.5.0
Change behavior slightly:
- Only notify about edits when 'Reason for editing this post' is filled in.
- Show the edit reason in Telegram notifications about edited posts.
- When moderator edits user's post, show username of moderator instead of user.
- Include text from the beginning of the post (for new posts and replies; optional).
- Notify about new user activations (and re-activations of deactivated users).
Add several new yes/no configuration settings to the Administrator Control Panel:
- Notify about events
- Edited posts (when "reason for editing this post" is given)
- Replies to existing topics
- New topics
- New users (when the user account is activated)
- Notification content
- Verbose notifications
- Include text from the beginning of the post
Notification formats are now:
- Brief:
- [User X] Topic title
- [User X] Re: Topic title
- [User X] Quote: Topic title
- [User X] Edit: Topic title
- Verbose:
- User X posted new topic: Topic title
- User X replied in topic: Topic title
- User X replied with quote in topic: Topic title
- User X edited post in topic: Topic title
0.4.1
- Add a "Find chat ID" page to the ACP. Hopefully finds the Telegram chat ID automatically in most situations, so you don't need to peruse tricky JSON output from your Telegram bot and type it manually.
- This is a bugfix release. It has the same features as the retracted 0.4.0 release, but migrating from 0.3.0 and older should now work without trouble.