All Versions
2
Latest Version
Avg Release Cycle
36 days
Latest Release
3356 days ago

Changelog History

  • v0.1.1 Changes

    February 16, 2015

    🔒 The password manager component has some security improvements like generating random numbers using OpenSLL if available and using a more secure password hashing algorithm.

    ⚡️ It is recommended to run the following cli tool to update the server key for all password:

    php cli/run\_cli.php --cli=Caco\\Password\\CLI\\ChangeServerKey -f YOUR\_OLD\_KEY -t A\_NEW\_KEY
    

    ⬆️ All icons gets stored in the sqlite database now, for importing the favicon files run the following script when upgrading from a previous version:

    php cli/run\_cli.php --cli=Caco\\Upgrade\\CLI\\From2To3
    
  • v0.1.0 Changes

    January 11, 2015

    The installer works now with relative paths, which allows using the installer in environments where the public/ folder is not the document root.