@@ -4,22 +4,34 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
44Exclamation symbols (:exclamation : ) note something of importance e.g. breaking changes. Click them to learn more.
55
66## [ Unreleased]
7+ ### Notes
8+ - [ :ledger : View file changes] [ Unreleased ]
79### Added
810### Changed
9- - Upgraded dependencies and bumped core to version 0.59.0. (#48 )
11+ ### Deprecated
12+ ### Removed
13+ ### Fixed
14+ ### Security
15+
16+ ## [ 1.5.0] - 2019-07-29
17+ ### Notes
18+ - [ :ledger : View file changes] [ 1.5.0 ]
19+ ### Changed
20+ - Upgraded dependencies and bumped core to version 0.59.* . (#48 )
1021- Code style is now PSR12. (#48 )
1122- Adopt issue templates and git/GitHub related meta from upstream core. (#49 )
12- - Simplify FQNs, cleanup tests and update changelog.
13- ### Deprecated
23+ - Simplify FQNs, cleanup tests and update changelog. (#51 )
1424### Removed
1525- Botan.io has been removed (see php-telegram-bot/core #924 ). (#50 )
1626### Fixed
17- - Fix and improve getUpdates output.
18- - Don't output deprecation notices if no logging is enabled.
27+ - Fix and improve getUpdates output. ( # 52 )
28+ - Don't output deprecation notices if no logging is enabled. ( # 53 )
1929### Security
2030- Security disclosure managed by [ Tidelift] . (#49 )
2131
2232## [ 1.4.0] - 2019-06-01
33+ ### Notes
34+ - [ :ledger : View file changes] [ 1.4.0 ]
2335### Added
2436- Test up to PHP 7.3 in Travis-CI. (#47 )
2537### Changed
@@ -29,23 +41,31 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
2941- Minimum PHP version is now 7.1. (#47 )
3042
3143## [ 1.3.0] - 2018-07-21
44+ ### Notes
45+ - [ :ledger : View file changes] [ 1.3.0 ]
3246### Added
3347- Allow usage of table prefixes and custom encoding.
3448- Add error message when trying to use getUpdates without database connection. (#41 )
3549### Changed
3650- Upgraded dependencies and bumped core to version 0.54.0.
3751
3852## [ 1.2.2] - 2017-08-26
53+ ### Notes
54+ - [ :ledger : View file changes] [ 1.2.2 ]
3955### Added
4056- Linked version numbers in changelog for easy verification of code changes.
4157### Changed
4258- Upgraded dependencies and bumped core to version 0.48.0.
4359
4460## [ 1.2.1] - 2017-07-12
61+ ### Notes
62+ - [ :ledger : View file changes] [ 1.2.1 ]
4563### Fixed
4664- Secret should not be required when using CLI for getUpdates. (#36 )
4765
4866## [ 1.2.0] - 2017-07-10
67+ ### Notes
68+ - [ :ledger : View file changes] [ 1.2.0 ]
4969### Added
5070- Custom output callback can be defined for getUpdates method. (#34 )
5171### Changed
@@ -54,6 +74,8 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
5474- GetUpdates method would crash if a non-text message was sent. (#34 )
5575
5676## [ 1.1.0] - 2017-05-23
77+ ### Notes
78+ - [ :ledger : View file changes] [ 1.1.0 ]
5779### Added
5880- ` webhookinfo ` action to get result from ` getWebhookInfo ` .
5981### Changed
@@ -62,15 +84,21 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
6284- Passing an empty array to ` webhook.allowed_updates ` parameter now correctly resets to defaults.
6385
6486## [ 1.0.1] - 2017-05-09
87+ ### Notes
88+ - [ :ledger : View file changes] [ 1.0.1 ]
6589### Changed
6690- Use more stable ` longman/ip-tools ` for IP matching.
6791
6892## [ 1.0.0] - 2017-05-08
93+ ### Notes
94+ - [ :ledger : View file changes] [ 1.0.0 ]
6995### Changed
7096- [ :exclamation : ] [ 1.0.0-bc-move ] Move to ` php-telegram-bot/telegram-bot-manager ` on packagist.
7197- [ :exclamation : ] [ 1.0.0-bc-move ] Move to ` TelegramBot\TelegramBotManager ` namespace.
7298
7399## [ 0.44.0] - 2017-05-05
100+ ### Notes
101+ - [ :ledger : View file changes] [ 0.44.0 ]
74102### Added
75103- Ability to define custom valid IPs to access webhook.
76104- Execute commands via cron, using ` cron ` action and ` g ` parameter.
@@ -83,12 +111,16 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
83111- Enforce non-empty secret when using webhook.
84112
85113## [ 0.43.0] - 2017-04-17
114+ ### Notes
115+ - [ :ledger : View file changes] [ 0.43.0 ]
86116### Added
87117- PHP CodeSniffer introduced and cleaned code to pass tests.
88118- Custom exceptions for better error handling.
89119- Request limiter options.
90120
91121## [ 0.42.0.1] - 2017-04-11
122+ ### Notes
123+ - [ :ledger : View file changes] [ 0.42.0.1 ]
92124### Added
93125- Changelog.
94126### Changed
@@ -97,6 +129,8 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
97129- Some code style issues.
98130
99131## [ 0.42.0] - 2017-04-10
132+ ### Notes
133+ - [ :ledger : View file changes] [ 0.42.0 ]
100134### Changed
101135- Move to PHP Telegram Bot organisation.
102136- Mirror version with core library.
@@ -105,34 +139,48 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
105139- Readme formatting.
106140
107141## [ 0.4.0] - 2017-02-26
142+ ### Notes
143+ - [ :ledger : View file changes] [ 0.4.0 ]
108144### Added
109145- Latest Telegram Bot limiter functionality.
110146### Fixed
111147- Travis tests, using MariaDB instead of MySQL.
112148
113149## [ 0.3.1] - 2017-01-04
150+ ### Notes
151+ - [ :ledger : View file changes] [ 0.3.1 ]
114152### Fixed
115153- Make CLI usable again after setting up Telegram API IP address limitations.
116154
117155## [ 0.3.0] - 2016-12-25
156+ ### Notes
157+ - [ :ledger : View file changes] [ 0.3.0 ]
118158### Added
119159- Latest changes from PHP Telegram API bot.
120160### Security
121161- Request validation to secure the script to allow only Telegram API IPs of executing the webhook handle.
122162
123163## [ 0.2.1] - 2016-10-16
164+ ### Notes
165+ - [ :ledger : View file changes] [ 0.2.1 ]
124166### Added
125167- Interval between updates can be set via parameter.
126168
127169## [ 0.2] - 2016-09-16
170+ ### Notes
171+ - [ :ledger : View file changes] [ 0.2 ]
128172### Changed
129173- Force PHP7.
130174
131175## [ 0.1.1] - 2016-08-20
176+ ### Notes
177+ - [ :ledger : View file changes] [ 0.1.1 ]
132178### Fixed
133179- Tiny conditional fix to correct the output.
134180
135181## [ 0.1] - 2016-08-20
182+ ### Notes
183+ - [ :ledger : View file changes] [ 0.1 ]
136184### Added
137185- First minor version that contains the basic functionality.
138186
@@ -142,6 +190,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
142190[ 0.44.0-bc-parameter-structure ] : https://github.com/php-telegram-bot/telegram-bot-manager/wiki/Breaking-backwards-compatibility#parameter-structure-changed " Parameter structure changed "
143191
144192[ Unreleased ] : https://github.com/php-telegram-bot/telegram-bot-manager/compare/master...develop
193+ [ 1.5.0 ] : https://github.com/php-telegram-bot/telegram-bot-manager/compare/1.4.0...1.5.0
145194[ 1.4.0 ] : https://github.com/php-telegram-bot/telegram-bot-manager/compare/1.3.0...1.4.0
146195[ 1.3.0 ] : https://github.com/php-telegram-bot/telegram-bot-manager/compare/1.2.2...1.3.0
147196[ 1.2.2 ] : https://github.com/php-telegram-bot/telegram-bot-manager/compare/1.2.1...1.2.2
0 commit comments