Skip to content

Commit

Permalink
Version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
noplanman committed Aug 26, 2017
1 parent 9493b0b commit e5b6047
Show file tree
Hide file tree
Showing 5 changed files with 121 additions and 123 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
### Fixed
### Security

## [1.2.2] - 2017-08-26
### Added
- Linked version numbers in changelog for easy verification of code changes.
### Changed
- Bumped to core version 0.48.0
- Bumped dependencies.

## [1.2.1] - 2017-07-12
### Fixed
- Secret should not be required when using CLI for getUpdates.
Expand Down Expand Up @@ -108,3 +115,21 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c

[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"
[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"

[Unreleased]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/master...develop
[1.2.2]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/1.2.1...1.2.2
[1.2.1]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/1.0.1...1.1.0
[1.0.1]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/0.44.0...1.0.0
[0.44.0]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/0.43.0...0.44.0
[0.43.0]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/0.42.0.1...0.43.0
[0.42.0.1]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/0.42.0...0.42.0.1
[0.42.0]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/0.4.0...0.42.0
[0.4.0]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/0.3.1...0.4.0
[0.3.1]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/0.2...0.2.1
[0.2]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/0.1.1...0.2
[0.1.1]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/0.1...0.1.1
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ It is possible however, to override the core version that this library requires:
```yaml
"require": {
"php-telegram-bot/telegram-bot-manager": "^1.2",
"longman/telegram-bot": "dev-develop as 0.45"
"longman/telegram-bot": "dev-develop as 0.48"
}
```

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

### Performing actions

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
],
"require": {
"php": "^7.0",
"longman/telegram-bot": "^0.45",
"longman/telegram-bot": "^0.48",
"longman/ip-tools": "^1.2"
},
"require-dev": {
"jakub-onderka/php-parallel-lint": "^0.9.2",
"phpunit/phpunit": "^6.1",
"squizlabs/php_codesniffer": "^2.9"
"phpunit/phpunit": "^6.3",
"squizlabs/php_codesniffer": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit e5b6047

Please sign in to comment.