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 71e1835 commit 8681e78
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 26 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
7 changes: 0 additions & 7 deletions CHANGELOG-WIP.md

This file was deleted.

16 changes: 2 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
# Release Notes for Plugin Sales

## 3.0.0-beta.2 - 2024-03-15
## 3.0.0 - 2024-04-08

### Added

- Added a progress bar to the refresh console controller action.

### Changed

- Locked ApexCharts to version 3.46, to prevent it breaking multi-axis charts.
- Set a timeout of 60 seconds to Guzzle requests.
- Guard against what appears to be an off-by-one error in Craft Console.

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

### Added

- Added compatibility with Craft 5.0.0.
- Added compatibility with Craft 5.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "putyourlightson/craft-plugin-sales",
"description": "Your Craft CMS plugin sales visualised in the control panel.",
"version": "3.0.0-beta.2",
"version": "3.0.0",
"type": "craft-plugin",
"homepage": "https://putyourlightson.com/plugins/plugin-sales",
"license": "proprietary",
Expand All @@ -16,8 +16,8 @@
"require": {
"php": "^8.2",
"ext-intl": "*",
"craftcms/cms": "^5.0.0-beta.1",
"putyourlightson/craft-sprig-core": "^3.0.0-beta.1"
"craftcms/cms": "^5.0",
"putyourlightson/craft-sprig-core": "^3.0"
},
"require-dev": {
"craftcms/ecs": "dev-main",
Expand Down Expand Up @@ -53,7 +53,7 @@
"developer": "PutYourLightsOn",
"developerUrl": "https://putyourlightson.com/",
"documentationUrl": "https://putyourlightson.com/plugins/plugin-sales",
"changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-plugin-sales/v3/CHANGELOG.md",
"changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-plugin-sales/develop/CHANGELOG.md",
"class": "putyourlightson\\pluginsales\\PluginSales"
}
}

0 comments on commit 8681e78

Please sign in to comment.