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 Apr 26, 2021
1 parent b799b56 commit 67ccb49
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 14 deletions.
24 changes: 20 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,25 @@ root = true

[*]
charset = utf-8
end_of_line = crlf
indent_size = 4
end_of_line = lf
insert_final_newline = true
indent_style = space
insert_final_newline = false
indent_size = 4
trim_trailing_whitespace = true
max_line_length = 120
tab_width = 4

[*.md]
trim_trailing_whitespace = false

[*.{yml, yaml}]
indent_size = 2

[*.php]
ij_php_align_key_value_pairs = false
ij_php_comma_after_last_array_element = true
ij_php_keep_indents_on_empty_lines = false
ij_php_else_if_style = combine
ij_php_keep_blank_lines_in_code = 1
ij_php_concat_spaces = false
ij_php_blank_lines_before_return_statement = 1
ij_php_space_before_short_closure_left_parenthesis = true
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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).

## v1.13 - 2021-04-26
### Changed
- Updated to Telegram Bot API 5.2

## v1.12.1 - 2021-03-10
### Fixed
- Fix missing types
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"name": "Luca Patera",
"email": "[email protected]",
"homepage": "http://www.lucapatera.it/"
"homepage": "https://www.lucapatera.it/"
}
],
"require": {
Expand Down
13 changes: 4 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TelegramBot-PHP

[![API](https://img.shields.io/badge/Telegram%20Bot%20API-5.1%09--%20March%204%2C%202021-blue.svg)](https://core.telegram.org/bots/api)
![PHP](https://img.shields.io/badge/php-%3E%3D7.2-8892bf.svg)
[![API](https://img.shields.io/badge/Telegram%20Bot%20API-5.2%09--%20April%2026%2C%202021-blue.svg)](https://core.telegram.org/bots/api)
![PHP](https://img.shields.io/badge/php-≥%207.2-8892bf.svg)
![CURL](https://img.shields.io/badge/cURL-required-green.svg)

[![Latest Stable Version](https://poser.pugx.org/lukasss93/telegrambot-php/v/stable)](https://packagist.org/packages/lukasss93/telegrambot-php)
Expand All @@ -13,7 +13,7 @@
Requirements
---------

* PHP >= 7.2
* PHP 7.2
* Curl for PHP must be enabled.
* Telegram API Key, you can get one simply with [@BotFather](https://core.telegram.org/bots#botfather) with simple commands right after creating your bot.

Expand Down Expand Up @@ -224,9 +224,4 @@ To-Do list

Changelog
------------
All notable changes to this project will be documented [here](https://github.com/Lukasss93/telegrambot-php/blob/master/CHANGELOG.md).

### Recent changes
## v1.12 - 2021-03-10
### Changed
- Updated to Telegram Bot API 5.1
All notable changes to this project will be documented [here](CHANGELOG.md).

0 comments on commit 67ccb49

Please sign in to comment.