From: Marius Gavrilescu Date: Sat, 7 May 2016 17:45:24 +0000 (+0100) Subject: Bump version and update Changes X-Git-Tag: 0.000_006^0 X-Git-Url: http://git.ieval.ro/?p=app-web-oof.git;a=commitdiff_plain;h=6348c4094034a87f83ae2cb43e1a5376042be8cc Bump version and update Changes --- 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';