Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Apr 8, 2024
1 parent b471bef commit 5782523
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/code-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
branches:
- develop
- v3
workflow_dispatch:
permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Release Notes for Blitz Shell Deployer

## 3.0.0-beta.1 - 2024-02-19
## 3.0.0 - 2024-04-08

### Added

- Added compatibility with Craft 5.0.0.
- Added compatibility with Craft 5.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "putyourlightson/craft-blitz-shell",
"description": "Shell deployer for the Blitz plugin for Craft CMS.",
"version": "3.0.0-beta.1",
"version": "3.0.0",
"type": "blitz-deployer",
"license": "proprietary",
"keywords": [
Expand All @@ -13,9 +13,9 @@
],
"require": {
"php": "^8.2",
"craftcms/cms": "^5.0.0-beta.1",
"putyourlightson/craft-blitz": "^5.0.0-beta.1",
"symfony/process": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
"craftcms/cms": "^5.0",
"putyourlightson/craft-blitz": "^5.0",
"symfony/process": "^4.2 || ^5.0 || ^6.0 || ^7.0"
},
"require-dev": {
"craftcms/ecs": "dev-main",
Expand Down Expand Up @@ -52,6 +52,6 @@
"developer": "PutYourLightsOn",
"developerUrl": "https://putyourlightson.com/",
"documentationUrl": "https://putyourlightson.com/plugins/blitz",
"changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-blitz-shell/v2/CHANGELOG.md"
"changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-blitz-shell/develop/CHANGELOG.md"
}
}

0 comments on commit 5782523

Please sign in to comment.