Skip to content

Commit 6afdb0b

Browse files
committed
Version 1.4.0
1 parent d4b624e commit 6afdb0b

File tree

4 files changed

+38
-32
lines changed

4 files changed

+38
-32
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,19 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
55

66
## [Unreleased]
77
### Added
8-
- Test up to PHP 7.3 in Travis-CI.
98
### Changed
10-
- Use the new Telegram API webhook IP ranges.
11-
- Upgraded dependencies and bumped core to version 0.56.0.
129
### Deprecated
1310
### Removed
1411
### Fixed
1512
### Security
13+
14+
## [1.4.0] - 2019-06-01
15+
### Added
16+
- Test up to PHP 7.3 in Travis-CI.
17+
### Changed
18+
- Use the new Telegram API webhook IP ranges.
19+
- Upgraded dependencies and bumped core to version 0.57.0.
20+
### Security
1621
- Minimum PHP version is now 7.1.
1722

1823
## [1.3.0] - 2018-07-21
@@ -129,6 +134,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
129134
[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"
130135

131136
[Unreleased]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/master...develop
137+
[1.4.0]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/1.3.0...1.4.0
132138
[1.3.0]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/1.2.2...1.3.0
133139
[1.2.2]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/1.2.1...1.2.2
134140
[1.2.1]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/1.2.0...1.2.1

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Installation and usage is pretty straight forward:
2020
Either run this command in your command line:
2121

2222
```bash
23-
composer require php-telegram-bot/telegram-bot-manager:^1.3
23+
composer require php-telegram-bot/telegram-bot-manager:^1.4
2424
```
2525

2626
**or**
@@ -29,7 +29,7 @@ For existing Composer projects, edit your project's `composer.json` file to requ
2929

3030
```yaml
3131
"require": {
32-
"php-telegram-bot/telegram-bot-manager": "^1.3"
32+
"php-telegram-bot/telegram-bot-manager": "^1.4"
3333
}
3434
```
3535
and then run `composer update`
@@ -42,12 +42,12 @@ It is possible however, to override the core version that this library requires:
4242

4343
```yaml
4444
"require": {
45-
"php-telegram-bot/telegram-bot-manager": "^1.3",
46-
"longman/telegram-bot": "dev-develop as 0.54"
45+
"php-telegram-bot/telegram-bot-manager": "^1.4",
46+
"longman/telegram-bot": "dev-develop as 0.57"
4747
}
4848
```
4949

50-
This example will pull the develop version of the core library, making it appear to be version 0.54, which then satisfies the requirement.
50+
This example will pull the develop version of the core library, making it appear to be version 0.57, which then satisfies the requirement.
5151

5252
### Performing actions
5353

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": "^7.1",
22-
"longman/telegram-bot": "^0.56",
22+
"longman/telegram-bot": "^0.57",
2323
"longman/ip-tools": "^1.2"
2424
},
2525
"require-dev": {

composer.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)