File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 22The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
33
44## [ Unreleased]
5+
6+ ## [ 0.43.0] - 2017-04-17
57### Added
68- Travis CI webhook for Support Bot.
9+ - Interval for request limiter.
10+ - ` isRunCommands() ` method to check if called via ` runCommands() ` .
711- Ensure coding standards for ` tests ` folder with ` phpcs ` .
812### Changed
13+ - Move default commands to ` examples ` folder.
914- All links point to new organisation repo.
10- - Drop PHP 5.5, add PHP 7.1 support.
15+ - Add PHP 7.1 support and update dependencies.
16+ ### Fixed
17+ - Prevent handling the same Telegram updates multiple times, throw exception instead.
1118
1219## [ 0.42.0] - 2017-04-09
1320### Added
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class Telegram
3030 *
3131 * @var string
3232 */
33- protected $ version = '0.42 .0 ' ;
33+ protected $ version = '0.43 .0 ' ;
3434
3535 /**
3636 * Telegram API key
You can’t perform that action at this time.
0 commit comments