-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename botname to bot_username, like in core 0.42.0.
Fix coding style. Add changelog.
- Loading branch information
Showing
10 changed files
with
106 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Changelog | ||
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [Unreleased] | ||
### 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters