From: Marius Gavrilescu Date: Sat, 28 May 2016 23:38:04 +0000 (+0100) Subject: Bump version and update Changes X-Git-Tag: 0.000_007^0 X-Git-Url: http://git.ieval.ro/?p=app-web-oof.git;a=commitdiff_plain;h=06dc23e9eec3a128b566725ae146f11a0f729d99 Bump version and update Changes --- diff --git a/Changes b/Changes index 44be2eb..1f3c2d2 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for Perl extension App::Web::Oof. +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 + - Fix summary handling + - Use subtitle instead of summary for schema.org description + 0.000_006 2016-05-07T18:45+01:00 - Add Schema.org product markup - Send email when an order is placed diff --git a/README b/README index 857267c..1246d66 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -App-Web-Oof version 0.000_006 +App-Web-Oof version 0.000_007 ============================= 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 2fba9be..0ecfd1b 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_006'; +our $VERSION = '0.000_007'; use DBIx::Simple; use Email::Sender::Simple 'sendmail';