Skip to content

Commit

Permalink
Release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Jan 7, 2022
1 parent 9423cc2 commit daac8ff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [6.0.0] - 2022-01-07

This is a release with breaking changes. Please review the following changes and adapt your application where needed.

The supported way to interact with the SDK is to instantiate Components with the `Kreait\Firebase\Factory::create*`
Expand Down Expand Up @@ -87,4 +89,5 @@ methods.
* `Kreait\Firebase\Value\Uid`
* `Kreait\Firebase\Value\Url`

[Unreleased]: https://github.com/kreait/firebase-php/compare/5.x...6.x
[Unreleased]: https://github.com/kreait/firebase-php/compare/6.0.0...6.x
[6.0.0]: https://github.com/kreait/firebase-php/compare/5.x...6.0.0
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = u'Firebase Admin SDK for PHP'
author = u'Jérôme Gamez'
copyright = u'Jérôme Gamez'
version = u'5.x'
version = u'6.x'
html_title = u'Firebase Admin SDK for PHP Documentation'
html_short_title = u'Firebase Admin SDK for PHP'

Expand Down Expand Up @@ -41,7 +41,7 @@
"display_github": True,
"github_user": "kreait",
"github_repo": "firebase-php",
"github_version": "master",
"github_version": "6.x",
"conf_py_path": "/docs/",
"source_suffix": ".rst",
}
2 changes: 1 addition & 1 deletion src/Firebase/Exception/Database/DatabaseNotFound.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static function fromUri(UriInterface $uri): self
suffix.
For instructions on how to set the name of the used Realtime Database, please
see https://firebase-php.readthedocs.io/en/5.x/#quick-start
see https://firebase-php.readthedocs.io/en/6.x/#quick-start
MESSAGE;
Expand Down

0 comments on commit daac8ff

Please sign in to comment.