Skip to content

Commit e1d2089

Browse files
committed
:tag: v5.7.0
1 parent f93f5dc commit e1d2089

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

blueprints/pages/order.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ tabs:
2424
type: stats
2525
reports:
2626
-
27+
label: bnomei.kart.invoiceNumber
2728
value: '#{{ page.invoiceNumber }}'
2829
info: '{{ page.paidDate.toDate(site.kart.dateformat) }}'
2930
-
31+
label: bnomei.kart.total
3032
value: '{{ page.formattedSubtotal }}'
3133
info: '+ {{ page.formattedTax }}'
3234
-

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bnomei/kirby-kart",
33
"type": "kirby-plugin",
4-
"version": "5.6.9",
4+
"version": "5.7.0",
55
"description": "Streamlined E-Commerce Shopping Cart Solution",
66
"license": "proprietary",
77
"authors": [

tests/.pest/snapshots/OrderPageTest/it_has_a_blueprint_from_PHP.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ tabs:
2424
type: stats
2525
reports:
2626
-
27+
label: bnomei.kart.invoiceNumber
2728
value: '#{{ page.invoiceNumber }}'
2829
info: '{{ page.paidDate.toDate(site.kart.dateformat) }}'
2930
-
31+
label: bnomei.kart.total
3032
value: '{{ page.formattedSubtotal }}'
3133
info: '+ {{ page.formattedTax }}'
3234
-

vendor/composer/installed.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php return array(
22
'root' => array(
33
'name' => 'bnomei/kirby-kart',
4-
'pretty_version' => '5.6.9',
5-
'version' => '5.6.9.0',
4+
'pretty_version' => '5.7.0',
5+
'version' => '5.7.0.0',
66
'reference' => null,
77
'type' => 'kirby-plugin',
88
'install_path' => __DIR__ . '/../../',
@@ -11,8 +11,8 @@
1111
),
1212
'versions' => array(
1313
'bnomei/kirby-kart' => array(
14-
'pretty_version' => '5.6.9',
15-
'version' => '5.6.9.0',
14+
'pretty_version' => '5.7.0',
15+
'version' => '5.7.0.0',
1616
'reference' => null,
1717
'type' => 'kirby-plugin',
1818
'install_path' => __DIR__ . '/../../',

0 commit comments

Comments
 (0)