Bump version and update Changes 0.000_002
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 20 Feb 2016 19:11:21 +0000 (19:11 +0000)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 20 Feb 2016 19:11:21 +0000 (19:11 +0000)
Changes
lib/App/Web/Oof.pm

diff --git a/Changes b/Changes
index d83f15c6f5d27efdb6437113133c20eede69d80d..eebea939e2d6e2598a9cf7b90ad009c39545c1d9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,10 @@
 Revision history for Perl extension App::Web::Oof.
 
+0.000_002 2016-02-20T19:11+00:00
+ - Add pictures
+ - Add card payments via Stripe
+ - Add footer with thanks
+ - More error handling
+
 0.000_001 2016-02-13T18:48+00:00
  - Initial release
index 1f937fe182a6c1c4f0d13f569bd603562392df52..429c97f8ec958a7e0391bb01985143aaba9dc833 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use utf8;
 use parent qw/Plack::Component/;
 
-our $VERSION = '0.000_001';
+our $VERSION = '0.000_002';
 
 use DBIx::Simple;
 use File::Slurp;
@@ -258,8 +258,10 @@ App::Web::Oof - Oversimplified order form / ecommerce website
 =head1 DESCRIPTION
 
 Oof (Oversimplified order form) is a very simple ecommerce website.
-As of this moment it is incomplete (although functional), hence the
-version number.
+It is the code behind L<https://ledparts4you.uk.to>.
+
+This version is reasonably functional, yet not very reusable, hence
+the version number.
 
 =head1 AUTHOR
 
This page took 0.012073 seconds and 4 git commands to generate.