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.
1.2.2 - 2017-08-26
- Linked version numbers in changelog for easy verification of code changes.
- Bumped to core version 0.48.0
- Bumped dependencies.
1.2.1 - 2017-07-12
- Secret should not be required when using CLI for getUpdates.
1.2.0 - 2017-07-10
- Custom output callback can be defined for getUpdates method.
- Default output of getUpdates method now shows the message type or query text, not the text message content.
- GetUpdates method would crash if a non-text message was sent.
1.1.0 - 2017-05-23
webhookinfo
action to get result fromgetWebhookInfo
.
- Clean up and refactor some methods.
- Passing an empty array to
webhook.allowed_updates
parameter now correctly resets to defaults.
1.0.1 - 2017-05-09
- Use more stable
longman/ip-tools
for IP matching.
1.0.0 - 2017-05-08
- ❗ Move to
php-telegram-bot/telegram-bot-manager
on packagist. - ❗ Move to
TelegramBot\TelegramBotManager
namespace.
0.44.0 - 2017-05-05
- Ability to define custom valid IPs to access webhook.
- Execute commands via cron, using
cron
action andg
parameter.
- ❗ Remodelled the parameter array to a more flexible structure.
bot_username
andsecret
are no longer vital parameters.
- Initialise loggers before anything else, to allow logging of all errors.
- Enforce non-empty secret when using webhook.
0.43.0 - 2017-04-17
- 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
- Changelog.
- (!) Rename vital parameter
botname
tobot_username
everywhere.
- Some code style issues.
0.42.0 - 2017-04-10
- Move to PHP Telegram Bot organisation.
- Mirror version with core library.
- Update repository links.
- Readme formatting.
0.4.0 - 2017-02-26
- Latest Telegram Bot limiter functionality.
- Travis tests, using MariaDB instead of MySQL.
0.3.1 - 2017-01-04
- Make CLI usable again after setting up Telegram API IP address limitations.
0.3.0 - 2016-12-25
- Latest changes from PHP Telegram API bot.
- Request validation to secure the script to allow only Telegram API IPs of executing the webhook handle.
0.2.1 - 2016-10-16
- Interval between updates can be set via parameter.
0.2 - 2016-09-16
- Force PHP7.
0.1.1 - 2016-08-20
- Tiny conditional fix to correct the output.
- First minor version that contains the basic functionality.