Skip to content

Latest commit

 

History

History
80 lines (66 loc) · 2.25 KB

CHANGELOG.md

File metadata and controls

80 lines (66 loc) · 2.25 KB

Changelog

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Exclamation symbols (:exclamation:) note something of importance e.g. breaking changes. Click them to learn more.

[Unreleased]

Added

Changed

Deprecated

Removed

Fixed

Security

[0.44.0] - 2017-05-05

Added

  • Ability to define custom valid IPs to access webhook.
  • Execute commands via cron, using cron action and g parameter.

Changed

  • Remodelled the parameter array to a more flexible structure.
  • bot_username and secret are no longer vital parameters.

Fixed

  • Initialise loggers before anything else, to allow logging of all errors.

Security

  • Enforce non-empty secret when using webhook.

[0.43.0] - 2017-04-17

Added

  • PHP CodeSniffer introduced and cleaned code to pass tests.
  • Custom exceptions for better error handling.
  • Request limiter options.

[0.42.0.1] - 2017-04-11

Added

  • Changelog.

Changed

  • (!) Rename vital parameter botname to bot_username everywhere.

Fixed

  • Some code style issues.

[0.42.0] - 2017-04-10

Changed

  • Move to PHP Telegram Bot organisation.
  • Mirror version with core library.
  • Update repository links.

Fixed

  • Readme formatting.

[0.4.0] - 2017-02-26

Added

  • Latest Telegram Bot limiter functionality.

Fixed

  • Travis tests, using MariaDB instead of MySQL.

[0.3.1] - 2017-01-04

Fixed

  • Make CLI usable again after setting up Telegram API IP address limitations.

[0.3.0] - 2016-12-25

Added

  • Latest changes from PHP Telegram API bot.

Security

  • Request validation to secure the script to allow only Telegram API IPs of executing the webhook handle.

[0.2.1] - 2016-10-16

Added

  • Interval between updates can be set via parameter.

[0.2] - 2016-09-16

Changed

  • Force PHP7.

[0.1.1] - 2016-08-20

Fixed

  • Tiny conditional fix to correct the output.

[0.1] - 2016-08-20

Added

  • First minor version that contains the basic functionality.