From bf8c3839b1715d687ec4fa9607164c10b225f9e3 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 30 Apr 2016 16:47:01 +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 5653530..95a187e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for Perl extension App::Web::Oof. +0.000_005 2016-04-30T16:47+01:00 + - Add product description on details page + - Highlight product when coming from details page + - Fix invalid HTML by adding footer before + - Fix lack of color: in CSS + 0.000_004 2016-03-05T18:25+00:00 - Improve picture list - Add free postage diff --git a/README b/README index 7fece15..db4dc62 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -App-Web-Oof version 0.000_004 +App-Web-Oof version 0.000_005 ============================= 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 d74eca7..dffaaa5 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_004'; +our $VERSION = '0.000_005'; use DBIx::Simple; use File::Slurp; -- 2.30.2