forked from YotpoLtd/yotpo-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support in purchase.rb for order_date and currency_iso
increasing version to 0.0.7
- Loading branch information
Showing
3 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
############################################################ | ||
## PLEASE ADD NEW CHANGES AT THE *BOTTOM* !! | ||
## | ||
## Change format: | ||
## | ||
## YYYY-MM-DD Commiter Name | ||
## 1. Change one | ||
## 2. Change two | ||
## | ||
## Please allow single line space line from the last commit | ||
## | ||
############################################################ | ||
|
||
2013-05-26 Omri Cohen | ||
1. Adding support in purchase.rb for order_date and currency_iso | ||
2. increasing version to 0.0.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module Yotpo | ||
VERSION = '0.0.6' | ||
VERSION = '0.0.7' | ||
end |