@@ -7,16 +7,24 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
7
7
### Notes
8
8
- [ :ledger : View file changes] [ Unreleased ] ∙ [ :page_with_curl : DB migration script] [ unreleased-sql-migration ]
9
9
### Added
10
- - Bot API 5.2 (Payments 2.0).
11
10
### Changed
12
- - ` Telegram::runCommands ` returns array of ` ServerResponse ` objects of executed commands.
13
11
### Deprecated
14
12
### Removed
15
13
### Fixed
16
- - Regex for namespace extraction from custom command classes.
17
- - Nested and user-triggered ` Telegram::runCommands ` .
18
14
### Security
19
15
16
+ ## [ 0.73.0] - 2021-06-14
17
+ ### Notes
18
+ - [ :ledger : View file changes] [ 0.73.0 ] ∙ [ :page_with_curl : DB migration script] [ 0.73.0-sql-migration ]
19
+ ### Added
20
+ - Bot API 5.2 (Payments 2.0). (#1216 )
21
+ - Possibility to connect to MySQL DB with unix socket. (#1220 )
22
+ ### Changed
23
+ - ` Telegram::runCommands ` returns array of ` ServerResponse ` objects of executed commands. (#1223 )
24
+ ### Fixed
25
+ - Regex for namespace extraction from custom command classes.
26
+ - Nested and user-triggered ` Telegram::runCommands ` . (#1223 )
27
+
20
28
## [ 0.72.0] - 2021-04-16
21
29
### Notes
22
30
- [ :ledger : View file changes] [ 0.72.0 ] ∙ [ :page_with_curl : DB migration script] [ 0.72.0-sql-migration ]
@@ -517,7 +525,8 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
517
525
### Deprecated
518
526
- Move ` hideKeyboard ` to ` removeKeyboard ` .
519
527
520
- [ unreleased-sql-migration ] : https://github.com/php-telegram-bot/core/tree/develop/utils/db-schema-update/0.72.0-unreleased.sql
528
+ [ unreleased-sql-migration ] : #
529
+ [ 0.73.0-sql-migration ] : https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.72.0-0.73.0.sql
521
530
[ 0.72.0-sql-migration ] : https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.71.0-0.72.0.sql
522
531
[ 0.70.0-sql-migration ] : https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.64.0-0.70.0.sql
523
532
[ 0.70.0-bc-minimum-php-73 ] : https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#minimum-php-73
@@ -551,6 +560,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
551
560
[ Tidelift ] : https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog
552
561
553
562
[ Unreleased ] : https://github.com/php-telegram-bot/core/compare/master...develop
563
+ [ 0.73.0 ] : https://github.com/php-telegram-bot/core/compare/0.72.0...0.73.0
554
564
[ 0.72.0 ] : https://github.com/php-telegram-bot/core/compare/0.71.0...0.72.0
555
565
[ 0.71.0 ] : https://github.com/php-telegram-bot/core/compare/0.70.1...0.71.0
556
566
[ 0.70.1 ] : https://github.com/php-telegram-bot/core/compare/0.70.0...0.70.1
0 commit comments