[Bps-public-commit] jifty-plugin-recordhistory branch, master, updated. 0.06-7-g3260a7c
Thomas Sibley
trs at bestpractical.com
Wed Jun 8 10:35:52 EDT 2011
The branch, master has been updated
via 3260a7cad3299161660b09b4e3ab98ba66998723 (commit)
from 015cb31575c367d24b501419f7ec4aec08b6827a (commit)
Summary of changes:
Changes | 6 ++++--
lib/Jifty/Plugin/RecordHistory.pm | 2 +-
2 files changed, 5 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 3260a7cad3299161660b09b4e3ab98ba66998723
Author: Thomas Sibley <trs at bestpractical.com>
Date: Wed Jun 8 10:35:09 2011 -0400
Update version to 0.08 and update changes accordingly
diff --git a/Changes b/Changes
index 3e4e550..66913bb 100644
--- a/Changes
+++ b/Changes
@@ -1,7 +1,9 @@
-0.07 2011-06-08
- - Support two ways of overriding the collection of Changes displayed (trs)
+0.08 2011-06-08
- Fix the delete_change option to work without a database error (trs)
+0.07 unreleased
+ - Support two ways of overriding the collection of Changes displayed (trs)
+
0.06 2011-02-26
- Refactor change-update template so its components are reusable (Sartak)
- Bump Jifty dependency (Sartak)
diff --git a/lib/Jifty/Plugin/RecordHistory.pm b/lib/Jifty/Plugin/RecordHistory.pm
index 294c8bb..5efa7de 100644
--- a/lib/Jifty/Plugin/RecordHistory.pm
+++ b/lib/Jifty/Plugin/RecordHistory.pm
@@ -3,7 +3,7 @@ use strict;
use warnings;
use base qw/Jifty::Plugin/;
-our $VERSION = '0.07';
+our $VERSION = '0.08';
sub init {
Jifty->web->add_css('record-history.css');
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list