Skip to content

Commit a6b49d2

Browse files
committed
Version 1.0.0
[skip ci]
1 parent 70e1616 commit a6b49d2

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
66
## [Unreleased]
77
### Added
88
### Changed
9-
- Move to `php-telegram-bot/telegram-bot-manager` on packagist.
10-
- Move to `TelegramBot\TelegramBotManager` namespace.
119
### Deprecated
1210
### Removed
1311
### Fixed
1412
### Security
1513

14+
## [1.0.0] - 2017-05-08
15+
### Changed
16+
- [:exclamation:][1.0.0-bc-move] Move to `php-telegram-bot/telegram-bot-manager` on packagist.
17+
- [:exclamation:][1.0.0-bc-move] Move to `TelegramBot\TelegramBotManager` namespace.
18+
1619
## [0.44.0] - 2017-05-05
1720
### Added
1821
- Ability to define custom valid IPs to access webhook.
@@ -79,4 +82,5 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
7982
### Added
8083
- First minor version that contains the basic functionality.
8184

85+
[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"
8286
[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"

README.md

Lines changed: 3 additions & 3 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:^0.44
23+
composer require php-telegram-bot/telegram-bot-manager:^1.0
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": "^0.44"
32+
"php-telegram-bot/telegram-bot-manager": "^1.0"
3333
}
3434
```
3535
and then run `composer update`
@@ -42,7 +42,7 @@ 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": "^0.44",
45+
"php-telegram-bot/telegram-bot-manager": "^1.0",
4646
"longman/telegram-bot": "dev-develop as 0.44"
4747
}
4848
```

0 commit comments

Comments
 (0)