@@ -5,21 +5,27 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
...
@@ -5,21 +5,27 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
## [Unreleased]
## [Unreleased]
### Added
### Added
- Helper for sending `InputMedia` objects using `Request::sendMediaGroup()` and `Request::editMediaMessage()` methods.
- Allow passing absolute file path for InputFile fields, instead of `Request::encodeFile($path)`.
### Changed
### Changed
- All Message field types dynamically search for an existing Command class that can handle them.
- Upgrade dependencies.
### Deprecated
### Deprecated
- Botan.io service has been discontinued.
- Most built-in System Commands will be handled by GenericmessageCommand by default in a future release and will require a custom implementation.
### Removed
### Removed
### Fixed
### Fixed
- Constraint errors in `/cleanup` command.
- Return correct objects for requests.
- PHPCS: static before visibility declaration.
### Security
### Security
## [0.56.0] - 2019-04-15
### Added
- Helper for sending `InputMedia` objects using `Request::sendMediaGroup()` and `Request::editMediaMessage()` methods. (#934)
- Allow passing absolute file path for InputFile fields, instead of `Request::encodeFile($path)`. (#934)
### Changed
- All Message field types dynamically search for an existing Command class that can handle them. (#940)
- Upgrade dependencies. (#945)
### Deprecated
- Botan.io service has been discontinued. (#925)
- Most built-in System Commands will be handled by GenericmessageCommand by default in a future release and will require a custom implementation. (#940)
### Fixed
- Constraint errors in `/cleanup` command. (#930)
- Return correct objects for requests. (#934)
- PHPCS: static before visibility declaration. (#945)
## [0.55.1] - 2019-01-06
## [0.55.1] - 2019-01-06
### Added
### Added
- Add missing `Request::editMessageMedia()` and `CallbackQuery::getChatInstance()` methods.
- Add missing `Request::editMessageMedia()` and `CallbackQuery::getChatInstance()` methods.
...
@@ -261,6 +267,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
...
@@ -261,6 +267,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c