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

Commit

Permalink
Updated changelog + readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasss93 committed Jun 4, 2020
1 parent fbdfac7 commit 5c344c1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,20 @@ 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.9] - 2020-06-05
### Changed
- Updated to Telegram Bot API 4.9

## [1.8] - 2020-04-26
### Added
- Added the ability to get an inexistent property from an object
- Added the ability to get an inexistent property from an object

### Changed
- Updated to Telegram Bot API 4.8

### Fixed
- Fixed `mb_str_split` method warning in PHP 7.4
### Changed
- Updated to Telegram Bot API 4.8

Expand Down
12 changes: 3 additions & 9 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.8%20--%20April%2024%2C%202020-blue.svg)](https://core.telegram.org/bots/api)
[![API](https://img.shields.io/badge/Telegram%20Bot%20API-4.9%20--%20June%204%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,12 +227,6 @@ Changelog
All notable changes to this project will be documented [here](https://github.com/Lukasss93/telegrambot-php/blob/master/CHANGELOG.md).

### Recent changes
## [1.8] - 2020-04-26
### Added
- Added the ability to get an inexistent property from an object

## [1.9] - 2020-06-05
### Changed
- Updated to Telegram Bot API 4.8

### Fixed
- Fixed `mb_str_split` method warning in PHP 7.4
- Updated to Telegram Bot API 4.9

0 comments on commit 5c344c1

Please sign in to comment.