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
 
-App-Web-Oof version 0.000_007
+App-Web-Oof version 0.000_008
 =============================
 
 Oof (Oversimplified order form) is a very simple ecommerce website.
 
 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';