Skip to content

Commit 1add3b9

Browse files
committed
Add release note
1 parent 60a3020 commit 1add3b9

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

.github/workflows/code-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: 'PHPStan'
1818
run: composer phpstan
1919
- name: 'Coding Standards'
20-
run: composer fix-cs
20+
run: composer check-cs
2121
name: ${{ matrix.actions.name }}
2222
runs-on: ubuntu-latest
2323
steps:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release Notes for Blitz Cloud Adapter
22

3+
## 2.1.0 - 2026-03-24
4+
5+
### Added
6+
7+
- Added compatibility with Craft Cloud 3.
8+
39
## 2.0.0 - 2024-04-08
410

511
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "putyourlightson/craft-blitz-cloud",
33
"description": "Craft Cloud adapter for the Blitz plugin.",
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"type": "craft-plugin",
66
"homepage": "https://putyourlightson.com/plugins/blitz",
77
"license": "proprietary",

tests/pest/phpunit.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/|version|/phpunit.xsd"
3+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
44
bootstrap="/var/www/html/vendor/autoload.php"
55
colors="true"
66
>
77
<testsuites>
88
<testsuite name="Test Suite">
9-
<directory suffix="Test.php">.</directory>
9+
<directory>.</directory>
1010
</testsuite>
1111
</testsuites>
1212
</phpunit>

0 commit comments

Comments
 (0)