You are here

CHANGELOG.txt in Encrypt Submissions 7

Same filename and directory in other branches
  1. 6 CHANGELOG.txt
===================
Changelog for Encrypt Submissions
For Drupal 7.x
===================

3-25-2013
Made small modifications to prevent PHP Notices from showing up
in some versions of PHP.  Issue: https://drupal.org/node/1906742

Moved URL for the settings page to /admin/config/people/encrypt-submissions,
so that it will show up correctly on the configuration page.


--- Previous releases:

2-26-2012
Changes were made to prevent Drupal's caching system from caching
the URL used to acquire keys, as per issue:
http://drupal.org/node/1457358

10-18-2011
Cleaned-up module's javascript code

07-01-2011
 Modified Encrypt Submissions to work with jCryption version 1.2, which
 does not require the user to alter filenames, unlike previous versions
 of jCryption.

02-21-2011
  Fixed a bug to where clean URLs was required.  Also, now supports
  libraries API.

01-19-2011
  Found a bug right off the bat.  When you chose to not have an encrypt
  message, the module broke.

01-19-2011
  Initial commit to Drupal.org.

File

CHANGELOG.txt
View source
  1. ===================
  2. Changelog for Encrypt Submissions
  3. For Drupal 7.x
  4. ===================
  5. 3-25-2013
  6. Made small modifications to prevent PHP Notices from showing up
  7. in some versions of PHP. Issue: https://drupal.org/node/1906742
  8. Moved URL for the settings page to /admin/config/people/encrypt-submissions,
  9. so that it will show up correctly on the configuration page.
  10. --- Previous releases:
  11. 2-26-2012
  12. Changes were made to prevent Drupal's caching system from caching
  13. the URL used to acquire keys, as per issue:
  14. http://drupal.org/node/1457358
  15. 10-18-2011
  16. Cleaned-up module's javascript code
  17. 07-01-2011
  18. Modified Encrypt Submissions to work with jCryption version 1.2, which
  19. does not require the user to alter filenames, unlike previous versions
  20. of jCryption.
  21. 02-21-2011
  22. Fixed a bug to where clean URLs was required. Also, now supports
  23. libraries API.
  24. 01-19-2011
  25. Found a bug right off the bat. When you chose to not have an encrypt
  26. message, the module broke.
  27. 01-19-2011
  28. Initial commit to Drupal.org.