@@ -6,16 +6,21 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
6
6
## [ Unreleased]
7
7
### Notes
8
8
- [ :ledger : View file changes] [ Unreleased ]
9
- - 64 bit PHP installs are required to handle files larger than 2GB!
10
9
### Added
11
- - Bot API 6.1 (@jyxjjj , @OxMohsen , @noplanman ) (#1333 , #1338 , #1339 )
12
- - New Update field helpers for Command class.
13
10
### Changed
14
11
### Deprecated
15
12
### Removed
16
13
### Fixed
17
14
### Security
18
15
16
+ ## [ 0.78.0] - 2022-07-03
17
+ ### Notes
18
+ - [ :ledger : View file changes] [ 0.78.0 ] ∙ [ :page_with_curl : DB migration script] [ 0.78.0-sql-migration ]
19
+ - 64 bit PHP install required to handle files larger than 2GB!
20
+ ### Added
21
+ - Bot API 6.1 (@jyxjjj , @OxMohsen , @noplanman ) (#1333 , #1338 , #1339 )
22
+ - New Update field helpers for Command class.
23
+
19
24
## [ 0.77.1] - 2022-04-24
20
25
### Notes
21
26
- [ :ledger : View file changes] [ 0.77.1 ]
@@ -587,6 +592,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
587
592
### Deprecated
588
593
- Move ` hideKeyboard ` to ` removeKeyboard ` .
589
594
595
+ [ 0.78.0-sql-migration ] : https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.77.1-0.78.0.sql
590
596
[ 0.77.0-sql-migration ] : https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.76.1-0.77.0.sql
591
597
[ 0.75.0-sql-migration ] : https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.74.0-0.75.0.sql
592
598
[ 0.75.0-bc-removed-chatactions ] : https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#removed-deprecated-chatactions
@@ -625,6 +631,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
625
631
[ Tidelift ] : https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog
626
632
627
633
[ Unreleased ] : https://github.com/php-telegram-bot/core/compare/master...develop
634
+ [ 0.78.0 ] : https://github.com/php-telegram-bot/core/compare/0.77.1...0.78.0
628
635
[ 0.77.1 ] : https://github.com/php-telegram-bot/core/compare/0.77.0...0.77.1
629
636
[ 0.77.0 ] : https://github.com/php-telegram-bot/core/compare/0.76.1...0.77.0
630
637
[ 0.76.1 ] : https://github.com/php-telegram-bot/core/compare/0.76.0...0.76.1
0 commit comments