Skip to content

Commit

Permalink
5.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Aug 15, 2024
1 parent 91a79aa commit b4a646e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes for Blitz

## 5.6.3 - 2024-08-15
## 5.6.4 - 2024-08-15

> [!NOTE]
> The cache should be cleared or refreshed after this update completes.
Expand All @@ -9,6 +9,8 @@

- Recreated some database tables to ensure that composite primary keys are correctly created.

## 5.6.3 - 2024-08-15

### Fixed

- Fixed an exception that could be thrown during database migrations when using MariaDB ([#693](https://github.com/putyourlightson/craft-blitz/issues/693)).
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "putyourlightson/craft-blitz",
"description": "Intelligent static page caching for creating lightning-fast sites.",
"version": "5.6.3",
"version": "5.6.4",
"type": "craft-plugin",
"homepage": "https://putyourlightson.com/plugins/blitz",
"license": "proprietary",
Expand Down
2 changes: 1 addition & 1 deletion src/Blitz.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public static function config(): array
/**
* @inheritdoc
*/
public string $schemaVersion = '5.6.3';
public string $schemaVersion = '5.6.4';

/**
* @inheritdoc
Expand Down

0 comments on commit b4a646e

Please sign in to comment.