File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments