Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: php-telegram-bot/support-bot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.11.0
Choose a base ref
...
head repository: php-telegram-bot/support-bot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.12.0
Choose a head ref
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Dec 29, 2021

  1. Version 0.12.0, core 0.75.0

    noplanman committed Dec 29, 2021
    Copy the full SHA
    3639eab View commit details
Showing with 420 additions and 339 deletions.
  1. +7 −0 CHANGELOG.md
  2. +1 −1 composer.json
  3. +407 −334 composer.lock
  4. +1 −1 public/manager.php
  5. +4 −3 public/webhooks/github.php
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -11,6 +11,12 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
### Fixed
### Security

## [0.12.0] - 2021-12-29
### Added
- Notify about `php-telegram-bot/inline-keyboard-pagination` releases.
### Changed
- Bumped to core 0.75.

## [0.11.0] - 2021-07-09
### Changed
- Bumped to core 0.74.
@@ -95,6 +101,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
- Extended `.env.example` file.

[Unreleased]: https://github.com/php-telegram-bot/support-bot/compare/master...develop
[0.12.0]: https://github.com/php-telegram-bot/support-bot/compare/0.11.0...0.12.0
[0.11.0]: https://github.com/php-telegram-bot/support-bot/compare/0.10.0...0.11.0
[0.10.0]: https://github.com/php-telegram-bot/support-bot/compare/0.9.0...0.10.0
[0.9.0]: https://github.com/php-telegram-bot/support-bot/compare/0.8.0...0.9.0
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
"ext-json": "*",
"ext-pdo": "*",
"php-telegram-bot/telegram-bot-manager": "^1.7",
"longman/telegram-bot": "0.74.0 as 0.73",
"longman/telegram-bot": "0.75.0 as 0.73",
"noplanman/service-webhook-handler": "^0.2",
"vlucas/phpdotenv": "^5.3",
"elvanto/litemoji": "^4.0",
Loading