Bump version and update Changes 0.000_003
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 27 Feb 2016 18:53:29 +0000 (18:53 +0000)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 27 Feb 2016 18:53:29 +0000 (18:53 +0000)
Changes
README
lib/App/Web/Oof.pm

diff --git a/Changes b/Changes
index eebea939e2d6e2598a9cf7b90ad009c39545c1d9..c869432d581ed26e75fab6c0643924df058c8fa4 100644 (file)
--- 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 d7e690a30e1aab78f95b85be5a399d2537885358..b31e6ad423fc2349746668c5e395aea67db5b480 100644 (file)
--- 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.
index 61c4ecf166cb58d391f590b389673139e11e3f65..90cf972664abf33caa93978b80cc81093af40943 100644 (file)
@@ -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;
This page took 0.012644 seconds and 4 git commands to generate.