- 1.1.1
- Keys are generated automatically every a certain amount of days.
- Users can specify how often the keys are generated.
- Fixed a bug related password autocompletion.
- Menu is correctly shown based on current language.
- 1.1.2
- Fixed small issue related password saving.
- 1.1.3
- Included GPL license text and statements.
- 1.1.4
- Bug fixed to integrate with Alpha Registration Component.
- 1.1.5
- Fixed a bug that came up when bcmath scale parameter was not zero.
- 1.1.6
- Dutch language added.
- Fixed for backward compatibility with mySql 4 and PHP 4.
- 1.1.7
- Fixed for backward compatibility with mySql 4.
- 1.1.8
- Fixed bug that was preventing users from logging in.
- 1.1.10
- Password input control will show '#####' after encryption is made. Although it may not work on floating login modules.
- 1.1.11
- Text "Encrypted" is shown over encrypted controls.
- 1.5.1
- Version more compatible with J1.6 but still for 1.5.
- 1.5.2
- Fixed bug for identical forms on same page.
- 1.5.3
- Fixed bug that caused to set wrong password when edit users on back-end.
- 1.5.4
- Added index.html to all folders.
- 1.5.5
- Compressed and joined javascript files.
- 1.5.6
- Bug fixed.
- 1.5.7
- Fixed for compatibility with Community Builder 1.4
- 1.6.1
- Joomla 1.6 Native.
- 1.6.2
- Fixed bug for identical forms on same page.
- 1.6.3
- Fixed bug that caused to set wrong password when edit users on back-end.
- 1.6.4
- Added index.html to all folders.
- 1.6.5
- Compressed and joined javascript files.
- 1.6.6
- Fixed for compatibility with Community Builder 1.4
- 1.7
- Compatible with Joomla 1.7.
- 1.7.1
- Compatible with Joomla 1.5, 1.6 and 1.7 in one installation package.
- Fixed issue when scripts took too much time to load.
- 1.8
- Fixed incompatibility issue.
- 1.8.1
- Safer random number generation for creating keys. It uses openssl_random_pseudo_bytes function if available (PHP >= 5.3) or else it uses mt_rand.
- 1.8.2
- Fixed bug that installed system plugin with no 'Public' access.
- 2.0.0
- Uses standard PKCS#1 padding for encryption and decryption.
- Remove DES option and on demand keys generation, they however generated automatically.
- Added back-link on bottom of pages. This can be removed in configuration.
- 2.0.1
- Fixed bug with UTF8 encoding.
- 2.0.2
- Added link on back-end login to disable encryption just for one time login. In case the component fails to work and lets you out.
- 2.0.3
- Fixed bug when including encryption library.
- 2.0.8
- Removed "Disable encryption" text from back-end login.
- "Encrypted" text is by default not shown.
- 3.0.0
- Compatible with Joomla 3.0
- 3.0.1
- Fixed bug when importing.
- 3.0.2
- Uses standard PKCS#1 padding for encryption and decryption.
- Remove DES option and on demand keys generation, they however generated automatically.
- Added back-link on bottom of pages. This can be removed in configuration.
- 3.0.3
- Fixed bug with UTF8 encoding.
- 3.0.4
- Added link on back-end login to disable encryption just for one time login. In case the component fails to work and lets you out.
- 3.0.5
- Fixed bug when including encryption library.
- 3.0.6
- Fixed to remove warning message that showed up in Joomla 3.1.1
- 3.0.7
- Fixed bug. Now it uses JInput instead of JRequest. This bug caused that password change to be incorrect.
- 3.0.8
- Fixed incompatibility with php strict standards.
- Show public keys with generation time and allow generation on demand.
- 3.0.9
- Fixed bug in SQL query executed when showing keys.
- 3.1
- XSS vulnerability fix.
- 3.2
- Fix bug when importing encryption controls.
- 3.3
- Fix to remove strict standards warning message.
- 3.4
- Removed bottom site link to ratmilwebsolutions.com.
- 3.5
- Remove "Click here to disable encryption" text from back-end login.
- 3.7
- Fixed warning about constructor with same name as class.