From 094b648e2f255581d2a9f1a9d7068cd4307ab494 Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Thu, 7 Jun 2012 10:55:48 -0400 Subject: [PATCH] Versionfile updates --- README.textile | 2 ++ Versionfile | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.textile b/README.textile index 9fe62d0..a6e7dfa 100644 --- a/README.textile +++ b/README.textile @@ -4,6 +4,8 @@ This is a spree extension to enable downloadable products. The design goal is to NOTE: This is still under development, but since things were falling into place, I thought I'd publish it. +The master branch may work with spree 1.0, but the latest confirmed working version if referenced in the Versionfile. + The idea is simple. You attach a file to a Product (or a Variant of this Product) and when people buy it, they will receive a link via email where they can download it once. There are a few assumptions that spree_digital (currently) makes and it's important to be aware of them. These might change, but since I programmed digital_spree over night, this is what you get ;) * The table structure of spree_core is not touched. Spree_digital lives parallel to spree_core and does not do any changes to your existing database, except adding two new tables. diff --git a/Versionfile b/Versionfile index 42e13a1..595dd62 100644 --- a/Versionfile +++ b/Versionfile @@ -1,2 +1,3 @@ "0.7.x" => { :ref => "eddaea63959586d123007cbca3be5bf9c5edb1a7" } -"1.0.x" => { :branch => "master" } +"1.0.x" => { :ref => "a8c27750ef1cf9d0ad1a2a6ebe33307da900a5c1" } +"1.1.x" => { :branch => "master" }