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 2
2
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
3
3
4
4
## [ Unreleased]
5
+
6
+ ## [ 0.43.0] - 2017-04-17
5
7
### Added
6
8
- Travis CI webhook for Support Bot.
9
+ - Interval for request limiter.
10
+ - ` isRunCommands() ` method to check if called via ` runCommands() ` .
7
11
- Ensure coding standards for ` tests ` folder with ` phpcs ` .
8
12
### Changed
13
+ - Move default commands to ` examples ` folder.
9
14
- 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.
11
18
12
19
## [ 0.42.0] - 2017-04-09
13
20
### Added
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class Telegram
30
30
*
31
31
* @var string
32
32
*/
33
- protected $ version = '0.42 .0 ' ;
33
+ protected $ version = '0.43 .0 ' ;
34
34
35
35
/**
36
36
* Telegram API key
You can’t perform that action at this time.
0 commit comments