1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-05 15:47:25 +02:00

Merge notes about 'Base64' class in migration guide

This commit is contained in:
Marco
2017-07-29 18:09:04 +02:00
parent db4c99e729
commit 4eca6bb151

View File

@@ -33,9 +33,7 @@ $ composer update delight-im/auth
ADD COLUMN "roles_mask" INTEGER NOT NULL CHECK ("roles_mask" >= 0) DEFAULT "0";
```
* The outputs produced by the `Base64` class are not compatible with those from previous versions anymore.
* The `Base64` class is now an external module and has been moved from the namespace `Delight\Auth` to the namespace `Delight\Base64`.
* The `Base64` class is now an external module and has been moved from the namespace `Delight\Auth` to the namespace `Delight\Base64`. The interface and the return values are not compatible with those from previous versions anymore.
## From `v4.x.x` to `v5.x.x`