Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
Updated to Telegram Bot API 4.7
Browse files Browse the repository at this point in the history
Improved PHPDocs
  • Loading branch information
Lukasss93 committed Mar 31, 2020
1 parent 7d7b668 commit 59d6ede
Show file tree
Hide file tree
Showing 7 changed files with 366 additions and 258 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.7.1] - 2020-03-31
### Changed
- Updated to Telegram Bot API 4.7
- Improved PHPDocs

## [1.7] - 2020-03-18
### Changed
- Added support for **PHP 7.2+**
Expand Down
18 changes: 4 additions & 14 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TelegramBot-PHP

[![API](https://img.shields.io/badge/Telegram%20Bot%20API-4.6%20--%20January%2023%2C%202020-blue.svg)](https://core.telegram.org/bots/api)
[![API](https://img.shields.io/badge/Telegram%20Bot%20API-4.7%20--%20March%2030%2C%202020-blue.svg)](https://core.telegram.org/bots/api)
![PHP](https://img.shields.io/badge/php-%3E%3D7.2-8892bf.svg)
![CURL](https://img.shields.io/badge/cURL-required-green.svg)

Expand Down Expand Up @@ -227,17 +227,7 @@ Changelog
All notable changes to this project will be documented [here](https://github.com/Lukasss93/telegrambot-php/blob/master/CHANGELOG.md).

### Recent changes
## [1.7] - 2020-03-18
## [1.7.1] - 2020-03-31
### Changed
- Added support for **PHP 7.2+**
- Updated to Telegram Bot API 4.5 + 4.6
- Improved PHPDocs
- Updated code indentation to PSR-12 standard
- Updated LICENSE file
- Updated CHANGELOG file using [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Fixed
- Missing fields in some types

### Removed
- Dropped support for **PHP 5.6**
- Updated to Telegram Bot API 4.7
- Improved PHPDocs
Loading

0 comments on commit 59d6ede

Please sign in to comment.