From 6348c4094034a87f83ae2cb43e1a5376042be8cc Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 7 May 2016 18:45:24 +0100 Subject: [PATCH] Bump version and update Changes --- Changes | 4 ++++ README | 2 +- lib/App/Web/Oof.pm | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 95a187e..44be2eb 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension App::Web::Oof. +0.000_006 2016-05-07T18:45+01:00 + - Add Schema.org product markup + - Send email when an order is placed + 0.000_005 2016-04-30T16:47+01:00 - Add product description on details page - Highlight product when coming from details page diff --git a/README b/README index b316bf1..5a4876c 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -App-Web-Oof version 0.000_005 +App-Web-Oof version 0.000_006 ============================= 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 405ffb5..a0a4451 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_005'; +our $VERSION = '0.000_006'; use DBIx::Simple; use Email::Sender::Simple 'sendmail'; -- 2.30.2