From f4b12048a1d8d0e67a8e06748b52763efb6f518c Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 19 Jun 2016 00:35:25 +0100 Subject: [PATCH] Bump version and update Changes --- Changes | 6 ++++++ README | 2 +- lib/App/Web/Oof.pm | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 1f3c2d2..5ef951c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for Perl extension App::Web::Oof. +0.000_008 2016-06-19T00:35+01:00 + - Support Brand and Model schema.org attributes + - Add website down / maintenance mode + - Display brand, model, stock and price on details page + - Add order total in email subject + 0.000_007 2016-05-29T00:38+01:00 - Add a display of the latest orders, with myHermes-compatible CSV for deliveries - Take postage prices from enviroment diff --git a/README b/README index 1246d66..71e21ef 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -App-Web-Oof version 0.000_007 +App-Web-Oof version 0.000_008 ============================= Oof (Oversimplified order form) is a very simple ecommerce website. diff --git a/lib/App/Web/Oof.pm b/lib/App/Web/Oof.pm index a131c9c..f9f34f3 100644 --- a/lib/App/Web/Oof.pm +++ b/lib/App/Web/Oof.pm @@ -6,7 +6,7 @@ use warnings; use utf8; use parent qw/Plack::Component/; -our $VERSION = '0.000_007'; +our $VERSION = '0.000_008'; use DBIx::Simple; use Email::Sender::Simple 'sendmail'; -- 2.30.2