From 37ed555f42a9dabdafcd421a1638ca5714167466 Mon Sep 17 00:00:00 2001 From: bencroker Date: Mon, 4 Dec 2023 19:33:36 -0600 Subject: [PATCH] 2.8.0 --- CHANGELOG.md | 2 +- composer.json | 76 ++++++++++++++++++++-------------------- src/templates/index.twig | 2 +- 3 files changed, 40 insertions(+), 40 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b65860..e34caf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Plugin Sales -## 2.8.0 - Unreleased +## 2.8.0 - 2023-12-04 ### Added diff --git a/composer.json b/composer.json index ab5e0b6..f9b98fc 100644 --- a/composer.json +++ b/composer.json @@ -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" + } } diff --git a/src/templates/index.twig b/src/templates/index.twig index e83c9d5..f471861 100644 --- a/src/templates/index.twig +++ b/src/templates/index.twig @@ -76,7 +76,7 @@ end: end, }) }} -

Customers

+

Customers

{{ sprig('plugin-sales/_components/customers', { start: start, end: end,