tabs->spaces in PayPal i18n file (was inconsistant) and a couple of doc changes per colin's suggestions.

This commit is contained in:
Paul Driver 2009-07-13 22:34:38 +00:00
parent 2adb08c79c
commit fa23a75c39
4 changed files with 106 additions and 91 deletions

View file

@ -3,7 +3,8 @@
- fixed #10626: Carriage returns stripped from Wiki comments
- fixed #10572: CDN / CloudFront breaks 7.7.11 upgrade
- fixed #10630: If macro says that 0 is true
- PayDriver::PayPal replaced. The old one fought the Shop API and
- WebGUI::Shop::PayDriver::PayPal::PayPalStd replaced by
WebGUI::Shop::PayDriver::PayPal. PayPalStd fought the Shop API and
didn't work.
7.7.14

View file

@ -9,10 +9,12 @@ save you many hours of grief.
7.7.15
--------------------------------------------------------------------
* PayDriver::PayPal has been replaced with an entirely different
module. If you had the old one working, the new one very likely
will not work (the old one did some very un-Shop things, which
is why it was replaced). Please test the new one with your setup.
* WebGUI::Shop::PayDriver::PayPal::PayPalStd has been replaced by
WebGUI::Shop::PayDriver::PayPal. The old module by that name (a base
class for PayPalStd) has been removed. If you had the PayPalStd working,
the new module very likely will not work (the old one did some very
un-Shop things, which is why it was replaced). Please test the new one
with your setup.
7.7.13
--------------------------------------------------------------------