Skip to content

Commit

Permalink
2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Dec 5, 2023
1 parent acf3cd6 commit 37ed555
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes for Plugin Sales

## 2.8.0 - Unreleased
## 2.8.0 - 2023-12-04

### Added

Expand Down
76 changes: 38 additions & 38 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"name": "putyourlightson/craft-plugin-sales",
"description": "Your Craft CMS plugin sales visualised in the control panel.",
"version": "2.8.0",
"type": "craft-plugin",
"homepage": "https://putyourlightson.com/plugins/plugin-sales",
"license": "proprietary",
"keywords": [
"craft",
"cms",
"craftcms",
"plugin",
"sales",
"reports"
],
"require": {
"php": "^8.0.2",
"ext-intl": "*",
"craftcms/cms": "^4.0.0",
"putyourlightson/craft-sprig-core" : "^2.0"
},
"autoload": {
"psr-4": {
"putyourlightson\\pluginsales\\": "src/"
}
},
"support": {
"docs": "https://putyourlightson.com/plugins/plugin-sales",
"source": "https://github.com/putyourlightson/craft-plugin-sales",
"issues": "https://github.com/putyourlightson/craft-plugin-sales/issues"
},
"extra": {
"name": "Plugin Sales",
"handle": "plugin-sales",
"developer": "PutYourLightsOn",
"developerUrl": "https://putyourlightson.com/",
"documentationUrl": "https://putyourlightson.com/plugins/plugin-sales",
"changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-plugin-sales/v2/CHANGELOG.md",
"class": "putyourlightson\\pluginsales\\PluginSales"
"name": "putyourlightson/craft-plugin-sales",
"description": "Your Craft CMS plugin sales visualised in the control panel.",
"version": "2.8.0",
"type": "craft-plugin",
"homepage": "https://putyourlightson.com/plugins/plugin-sales",
"license": "proprietary",
"keywords": [
"craft",
"cms",
"craftcms",
"plugin",
"sales",
"reports"
],
"require": {
"php": "^8.0.2",
"ext-intl": "*",
"craftcms/cms": "^4.0.0",
"putyourlightson/craft-sprig-core": "^2.6.3"
},
"autoload": {
"psr-4": {
"putyourlightson\\pluginsales\\": "src/"
}
},
"support": {
"docs": "https://putyourlightson.com/plugins/plugin-sales",
"source": "https://github.com/putyourlightson/craft-plugin-sales",
"issues": "https://github.com/putyourlightson/craft-plugin-sales/issues"
},
"extra": {
"name": "Plugin Sales",
"handle": "plugin-sales",
"developer": "PutYourLightsOn",
"developerUrl": "https://putyourlightson.com/",
"documentationUrl": "https://putyourlightson.com/plugins/plugin-sales",
"changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-plugin-sales/v2/CHANGELOG.md",
"class": "putyourlightson\\pluginsales\\PluginSales"
}
}
2 changes: 1 addition & 1 deletion src/templates/index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
end: end,
}) }}

<h2 style="margin-top: 60px;">Customers</h2>
<h2 style="margin-top: 40px;">Customers</h2>
{{ sprig('plugin-sales/_components/customers', {
start: start,
end: end,
Expand Down

0 comments on commit 37ed555

Please sign in to comment.