From b5ae3dedbf8e7a3d02a577226b65ec4d81f9551c Mon Sep 17 00:00:00 2001 From: Nathaniel Bibler Date: Thu, 11 Dec 2008 19:51:24 -0500 Subject: [PATCH] Added version 0.1.1 history and updated the website. --- History.txt | 5 +++++ website/index.html | 12 +++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/History.txt b/History.txt index 5d34079..4025038 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,8 @@ +== 0.1.1 2008-12-11 + +* Added a NotificationHelper to aid with Amazon IPN validation. +* Updated the Rails helper and added more detailed documentation. + == 0.1.0 2008-12-05 * Initial release diff --git a/website/index.html b/website/index.html index 13e052b..973ff58 100755 --- a/website/index.html +++ b/website/index.html @@ -42,6 +42,16 @@

»   A Ruby Library for Amazon Simple Pay

simplepay is a Ruby gem which provides a programmatic interface to Amazon Simple Pay for dynamic form generation and IPN reception and content validation.

+
+

Released Version 0.1.1

+
+ +
+
+

Version 0.1.1 has been released and is now available. This version adds more detailed documentation and an IPN notification helper to magically verify Amazon IPN posts to your server.

+
sudo gem install simplepay
+
+

Released Version 0.1.0

@@ -58,7 +68,7 @@

Released Version 0.1.0