Skip to content

Releases: lassik/phpbb-ext-telegramnotifications

0.6.0

03 Feb 14:25
Compare
Choose a tag to compare
  • Add Brazilian Portuguese translation (by eunaumtenhoid)
  • Add German translation (by jan_2017)

0.5.0

30 Jan 20:48
Compare
Choose a tag to compare

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

30 Jan 01:27
Compare
Choose a tag to compare
  • 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.

0.3.0

15 Aug 10:58
Compare
Choose a tag to compare
  • Show more detailed 'Last error' messages by parsing Telegram API responses.

0.2.0

15 Aug 09:40
Compare
Choose a tag to compare
  • Added Last error display to the extension's ACP panel to help diagnose why the exension doesn't work for some users.
  • Minor code cleanup.