Bump version and update Changes 0.000_004
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 5 Mar 2016 18:25:03 +0000 (18:25 +0000)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 5 Mar 2016 18:25:03 +0000 (18:25 +0000)
Changes
README
lib/App/Web/Oof.pm

diff --git a/Changes b/Changes
index c869432d581ed26e75fab6c0643924df058c8fa4..5653530b6172eae9311155ebab3e46609afcb98e 100644 (file)
--- 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 b31e6ad423fc2349746668c5e395aea67db5b480..7fece15f7ee928a11dee9ee26f8b453fde2f8bbc 100644 (file)
--- 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.
index 93ab4fe40d62e3096a8d9dae9cef2b947897a581..0bd08dfc84eecbc60c99aefd8afd4e50c4090dcf 100644 (file)
@@ -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;
This page took 0.012108 seconds and 4 git commands to generate.