Bump version and update Changes 0.000_007
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 28 May 2016 23:38:04 +0000 (00:38 +0100)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 28 May 2016 23:38:04 +0000 (00:38 +0100)
Changes
README
lib/App/Web/Oof.pm

diff --git a/Changes b/Changes
index 44be2ebd6525b91bf49b7c5f879c39e42c43aec5..1f3c2d26fda9d899f04c2d8545be2654ab50d37b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for Perl extension App::Web::Oof.
 
+0.000_007 2016-05-29T00:38+01:00
+ - Add a display of the latest orders, with myHermes-compatible CSV for deliveries
+ - Take postage prices from enviroment
+ - Fix summary handling
+ - Use subtitle instead of summary for schema.org description
+
 0.000_006 2016-05-07T18:45+01:00
  - Add Schema.org product markup
  - Send email when an order is placed
diff --git a/README b/README
index 857267c402375aebccc4cf40f82644ee9cdba9f6..1246d66b3436146d8d9c5d04dce829dd5ec758bf 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-App-Web-Oof version 0.000_006
+App-Web-Oof version 0.000_007
 =============================
 
 Oof (Oversimplified order form) is a very simple ecommerce website.
index 2fba9bedaf5730ba0fffe55c0d5caddd7643d1b6..0ecfd1be76bcf9761d07b2bbb9a3ca46ff533484 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use utf8;
 use parent qw/Plack::Component/;
 
-our $VERSION = '0.000_006';
+our $VERSION = '0.000_007';
 
 use DBIx::Simple;
 use Email::Sender::Simple 'sendmail';
This page took 0.016191 seconds and 4 git commands to generate.