Bump version and update Changes master 0.000_008
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 18 Jun 2016 23:35:25 +0000 (00:35 +0100)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 18 Jun 2016 23:35:25 +0000 (00:35 +0100)
Changes
README
lib/App/Web/Oof.pm

diff --git a/Changes b/Changes
index 1f3c2d26fda9d899f04c2d8545be2654ab50d37b..5ef951cf496e9b9e8a8cbf94e14586244a044b28 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for Perl extension App::Web::Oof.
 
+0.000_008 2016-06-19T00:35+01:00
+ - Support Brand and Model schema.org attributes
+ - Add website down / maintenance mode
+ - Display brand, model, stock and price on details page
+ - Add order total in email subject
+
 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
diff --git a/README b/README
index 1246d66b3436146d8d9c5d04dce829dd5ec758bf..71e21efc4d987616cec4466970f39facbf9097e4 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-App-Web-Oof version 0.000_007
+App-Web-Oof version 0.000_008
 =============================
 
 Oof (Oversimplified order form) is a very simple ecommerce website.
index a131c9c5a0ae85c63ed92b50906324bd4a9f84b7..f9f34f312c139d38f3da2f4eb8f9183b22de9533 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use utf8;
 use parent qw/Plack::Component/;
 
-our $VERSION = '0.000_007';
+our $VERSION = '0.000_008';
 
 use DBIx::Simple;
 use Email::Sender::Simple 'sendmail';
This page took 0.012749 seconds and 4 git commands to generate.