Bump version and update Changes 0.000_005
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 30 Apr 2016 15:47:01 +0000 (16:47 +0100)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 30 Apr 2016 15:47:01 +0000 (16:47 +0100)
Changes
README
lib/App/Web/Oof.pm

diff --git a/Changes b/Changes
index 5653530b6172eae9311155ebab3e46609afcb98e..95a187eea7833906d3cab0a6b3837378748042f8 100644 (file)
--- 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 </body>
+ - 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 7fece15f7ee928a11dee9ee26f8b453fde2f8bbc..db4dc6247bff452b6f5ef0d5d894e338bd992276 100644 (file)
--- 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.
index d74eca7b7ba727d3016bc7c67b0c240fb91152e8..dffaaa57136a65d91d55151eb090fc75e2b2c775 100644 (file)
@@ -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;
This page took 0.01286 seconds and 4 git commands to generate.