You are here

CHANGELOG.txt in Paypal Donation 7

Same filename and directory in other branches
  1. 6 CHANGELOG.txt
==== Paypal Donate Changelog.txt ($Id$) ==

Version 1.4
-----------
  * Fixed code styles meaning paypal_donate went trough the coder module
  * Fixed index not found errors in the template file.
  * Email field is now required.
  * Currency Code list text field added.
  * Placeholder added to form file for currency code.
  * Formatted source code in .install, .module, .tpl.php
  * Updated README.txt

Version 1.3
-----------
  * Skipped


Version 1.2
-----------
  * Added support for the drupal


Version 1.1
-----------
  * Skipped
  
  
Version 1.0 Drupal 7
-----------
  * fixed paypal_module.info for drupal 7
  * removed hook_nodeapi and replaced it with hook_node_view
  * Stepped away from variable_get and introduced database management of paypal data.
  * Cleaned up the code.
  * Added comments to all the functions 
  * Removed the hook_perm routine
  * Added the hook_delete hook for deleting data from the database.
  * Added README.txt
  * Added CHANGELOG.txt

File

CHANGELOG.txt
View source
  1. ==== Paypal Donate Changelog.txt ($Id$) ==
  2. Version 1.4
  3. -----------
  4. * Fixed code styles meaning paypal_donate went trough the coder module
  5. * Fixed index not found errors in the template file.
  6. * Email field is now required.
  7. * Currency Code list text field added.
  8. * Placeholder added to form file for currency code.
  9. * Formatted source code in .install, .module, .tpl.php
  10. * Updated README.txt
  11. Version 1.3
  12. -----------
  13. * Skipped
  14. Version 1.2
  15. -----------
  16. * Added support for the drupal
  17. Version 1.1
  18. -----------
  19. * Skipped
  20. Version 1.0 Drupal 7
  21. -----------
  22. * fixed paypal_module.info for drupal 7
  23. * removed hook_nodeapi and replaced it with hook_node_view
  24. * Stepped away from variable_get and introduced database management of paypal data.
  25. * Cleaned up the code.
  26. * Added comments to all the functions
  27. * Removed the hook_perm routine
  28. * Added the hook_delete hook for deleting data from the database.
  29. * Added README.txt
  30. * Added CHANGELOG.txt