From: Marius Gavrilescu Date: Sat, 5 Mar 2016 18:25:03 +0000 (+0000) Subject: Bump version and update Changes X-Git-Tag: 0.000_004^0 X-Git-Url: http://git.ieval.ro/?p=app-web-oof.git;a=commitdiff_plain;h=b11f7d46cd706bd6a5d358f92bd7d0ee74a6f10b Bump version and update Changes --- diff --git a/Changes b/Changes index c869432..5653530 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for Perl extension App::Web::Oof. +0.000_004 2016-03-05T18:25+00:00 + - Improve picture list + - Add free postage + - Add a function for cancelling orders + - Show an error if a nonexistent order is viewed + 0.000_003 2016-02-27T18:52+00:00 - Only add footer to successful requests - Add site name to page titles diff --git a/README b/README index b31e6ad..7fece15 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -App-Web-Oof version 0.000_003 +App-Web-Oof version 0.000_004 ============================= 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 93ab4fe..0bd08df 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_003'; +our $VERSION = '0.000_004'; use DBIx::Simple; use File::Slurp;