Skip to content

Commit

Permalink
Mark 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody Fauser committed Nov 25, 2008
1 parent 6cb01fb commit ea69a65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
= ActiveMerchant CHANGELOG

== Version 1.4.0 (November 25, 2008)

* Make ActionViewHelper compatible with changes to concat method in ActionPack [cody]
* Remove PayPal and Payflow Name-Value gateways. PayPal is no longer terminating the Payflow XML API. [cody]
* Don't directly use the inflector in the action view helper [cody]
Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require File.dirname(__FILE__) + '/lib/tasks/cia'
require File.dirname(__FILE__) + '/lib/support/gateway_support'


PKG_VERSION = "1.3.3"
PKG_VERSION = "1.4.0"
PKG_NAME = "activemerchant"
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"

Expand Down Expand Up @@ -157,4 +157,4 @@ namespace :gateways do
end




0 comments on commit ea69a65

Please sign in to comment.