Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
TelegramBot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
TelegramBot
Commits
04de592d
Unverified
Commit
04de592d
authored
Sep 17, 2017
by
Armando Lüscher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 0.49.0
parent
b51917be
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
CHANGELOG.md
CHANGELOG.md
+9
-3
Telegram.php
src/Telegram.php
+1
-1
No files found.
CHANGELOG.md
View file @
04de592d
...
@@ -5,17 +5,22 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
...
@@ -5,17 +5,22 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
## [Unreleased]
## [Unreleased]
### Added
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [0.49.0] - 2017-09-17
### Added
-
Donation section and links in readme.
-
Donation section and links in readme.
-
Missing payment methods in
`Request`
class.
-
Missing payment methods in
`Request`
class.
-
Some helper methods for replying to commands and answering queries.
-
Some helper methods for replying to commands and answering queries.
### Changed
### Changed
-
Updated and optimised all DB classes, removing a lot of bulky code.
-
Updated and optimised all DB classes, removing a lot of bulky code.
### Deprecated
### Removed
### Fixed
### Fixed
-
Ensure named SQL statement parameters are unique.
-
Ensure named SQL statement parameters are unique.
-
Channel selection when using
`DB::selectChats()`
.
-
Channel selection when using
`DB::selectChats()`
.
### Security
## [0.48.0] - 2017-08-26
## [0.48.0] - 2017-08-26
**Note:**
After updating to this version, you will need to execute the
[
SQL migration script
][
0.48.0-sql-migration
]
on your database.
**Note:**
After updating to this version, you will need to execute the
[
SQL migration script
][
0.48.0-sql-migration
]
on your database.
...
@@ -174,6 +179,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
...
@@ -174,6 +179,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
[
example-bot
]:
https://github.com/php-telegram-bot/example-bot
[
example-bot
]:
https://github.com/php-telegram-bot/example-bot
[
Unreleased
]:
https://github.com/php-telegram-bot/core/compare/master...develop
[
Unreleased
]:
https://github.com/php-telegram-bot/core/compare/master...develop
[
0.49.0
]:
https://github.com/php-telegram-bot/core/compare/0.48.0...0.49.0
[
0.48.0
]:
https://github.com/php-telegram-bot/core/compare/0.47.1...0.48.0
[
0.48.0
]:
https://github.com/php-telegram-bot/core/compare/0.47.1...0.48.0
[
0.47.1
]:
https://github.com/php-telegram-bot/core/compare/0.47.0...0.47.1
[
0.47.1
]:
https://github.com/php-telegram-bot/core/compare/0.47.0...0.47.1
[
0.47.0
]:
https://github.com/php-telegram-bot/core/compare/0.46.0...0.47.0
[
0.47.0
]:
https://github.com/php-telegram-bot/core/compare/0.46.0...0.47.0
...
...
src/Telegram.php
View file @
04de592d
...
@@ -30,7 +30,7 @@ class Telegram
...
@@ -30,7 +30,7 @@ class Telegram
*
*
* @var string
* @var string
*/
*/
protected
$version
=
'0.4
8
.0'
;
protected
$version
=
'0.4
9
.0'
;
/**
/**
* Telegram API key
* Telegram API key
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment