Skip to content

Commit 07d81d1

Browse files
authored
chore: update UPGRADING.md (#1553)
1 parent ccfe0f5 commit 07d81d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Finally, carefully review and test your project, and make sure to read through t
3232
- **`Tempest\CommandBus\AsyncCommand` is now called `Tempest\CommandBus\Async`** (https://github.com/tempestphp/tempest-framework/pull/1507)
3333
- **You cannot longer declare view components via the `<x-component name="x-my-component">` tag. All files using this syntax must remove the wrapping `<x-component` tag and instead rename the filename to `x-my-component.view.php` (https://github.com/tempestphp/tempest-framework/pull/1439)**
3434
- **Validation rule names were updated** (https://github.com/tempestphp/tempest-framework/pull/1444)
35-
- **Migration interface** was split into two** (https://github.com/tempestphp/tempest-framework/pull/1513)
35+
- **The `DatabaseMigration` interface was split into two** (https://github.com/tempestphp/tempest-framework/pull/1513)
3636
- **`\Tempest\uri` and `\Tempest\is_current_uri` are both moved to the `\Tempest\Router` namespace**
3737
- Cookies are now encrypted by default (https://github.com/tempestphp/tempest-framework/pull/1447) and developers must run `tempest key:generate` once per environment
3838
- Changes in view component variable scoping rules might affect view files (https://github.com/tempestphp/tempest-framework/pull/1435)

0 commit comments

Comments
 (0)