From d90c4f6e2a289164e2bfc0057cd89fdd5c9f68e1 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 27 Feb 2016 18:53:29 +0000 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 eebea93..c869432 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for Perl extension App::Web::Oof. +0.000_003 2016-02-27T18:52+00:00 + - Only add footer to successful requests + - Add site name to page titles + - Credit www.uk.to in website footer + - Add note about postcode when paying by card + 0.000_002 2016-02-20T19:11+00:00 - Add pictures - Add card payments via Stripe diff --git a/README b/README index d7e690a..b31e6ad 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -App-Web-Oof version 0.000_001 +App-Web-Oof version 0.000_003 ============================= 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 61c4ecf..90cf972 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_002'; +our $VERSION = '0.000_003'; use DBIx::Simple; use File::Slurp; -- 2.30.2