Skip to content

Commit e5b6047

Browse files
committed
Version 1.2.2
1 parent 9493b0b commit e5b6047

File tree

5 files changed

+121
-123
lines changed

5 files changed

+121
-123
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
1111
### Fixed
1212
### Security
1313

14+
## [1.2.2] - 2017-08-26
15+
### Added
16+
- Linked version numbers in changelog for easy verification of code changes.
17+
### Changed
18+
- Bumped to core version 0.48.0
19+
- Bumped dependencies.
20+
1421
## [1.2.1] - 2017-07-12
1522
### Fixed
1623
- Secret should not be required when using CLI for getUpdates.
@@ -108,3 +115,21 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
108115

109116
[1.0.0-bc-move]: https://github.com/php-telegram-bot/telegram-bot-manager/wiki/Breaking-backwards-compatibility#namespace-and-package-name-changed "Namespace and package name changed"
110117
[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"
118+
119+
[Unreleased]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/master...develop
120+
[1.2.2]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/1.2.1...1.2.2
121+
[1.2.1]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/1.2.0...1.2.1
122+
[1.2.0]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/1.1.0...1.2.0
123+
[1.1.0]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/1.0.1...1.1.0
124+
[1.0.1]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/1.0.0...1.0.1
125+
[1.0.0]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/0.44.0...1.0.0
126+
[0.44.0]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/0.43.0...0.44.0
127+
[0.43.0]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/0.42.0.1...0.43.0
128+
[0.42.0.1]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/0.42.0...0.42.0.1
129+
[0.42.0]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/0.4.0...0.42.0
130+
[0.4.0]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/0.3.1...0.4.0
131+
[0.3.1]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/0.3.0...0.3.1
132+
[0.3.0]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/0.2.1...0.3.0
133+
[0.2.1]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/0.2...0.2.1
134+
[0.2]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/0.1.1...0.2
135+
[0.1.1]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/0.1...0.1.1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ It is possible however, to override the core version that this library requires:
4343
```yaml
4444
"require": {
4545
"php-telegram-bot/telegram-bot-manager": "^1.2",
46-
"longman/telegram-bot": "dev-develop as 0.45"
46+
"longman/telegram-bot": "dev-develop as 0.48"
4747
}
4848
```
4949

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

5252
### Performing actions
5353

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
],
2020
"require": {
2121
"php": "^7.0",
22-
"longman/telegram-bot": "^0.45",
22+
"longman/telegram-bot": "^0.48",
2323
"longman/ip-tools": "^1.2"
2424
},
2525
"require-dev": {
2626
"jakub-onderka/php-parallel-lint": "^0.9.2",
27-
"phpunit/phpunit": "^6.1",
28-
"squizlabs/php_codesniffer": "^2.9"
27+
"phpunit/phpunit": "^6.3",
28+
"squizlabs/php_codesniffer": "^3.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)