Bump version and update Changes 0.000_006
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 7 May 2016 17:45:24 +0000 (18:45 +0100)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 7 May 2016 17:45:24 +0000 (18:45 +0100)
Changes
README
lib/App/Web/Oof.pm

diff --git a/Changes b/Changes
index 95a187eea7833906d3cab0a6b3837378748042f8..44be2ebd6525b91bf49b7c5f879c39e42c43aec5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension App::Web::Oof.
 
+0.000_006 2016-05-07T18:45+01:00
+ - Add Schema.org product markup
+ - Send email when an order is placed
+
 0.000_005 2016-04-30T16:47+01:00
  - Add product description on details page
  - Highlight product when coming from details page
diff --git a/README b/README
index b316bf114572655189977a0eba34abc00d815c55..5a4876c00957d5ed111a80a093deaeb059465994 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-App-Web-Oof version 0.000_005
+App-Web-Oof version 0.000_006
 =============================
 
 Oof (Oversimplified order form) is a very simple ecommerce website.
index 405ffb52a1cae80c430216fdb7c2bb73f35d1868..a0a4451e8ede4b9081dce3fd499e8ea1525ff862 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use utf8;
 use parent qw/Plack::Component/;
 
-our $VERSION = '0.000_005';
+our $VERSION = '0.000_006';
 
 use DBIx::Simple;
 use Email::Sender::Simple 'sendmail';
This page took 0.012292 seconds and 4 git commands to generate.