- Add
/application/config/installer_lib.php
- Update
/application/language/{language_idiom}/application_lang.php
files - Update
/bonfire/core/BF_Router.php
- Update
/bonfire/docs/tut_blog.md
- Update
/bonfire/libraries/Installer_lib.php
- Update
/bonfire/modules/builder/libraries/Modulebuilder.php
- Update
/bonfire/modules/emailer/controllers/Settings.php
- Update
/bonfire/modules/emailer/libraries/Emailer.php
- Update
/bonfire/modules/roles/controllers/Settings.php
- Update
/bonfire/modules/roles/views/settings/role_form.php
- Update
/bonfire/modules/sysinfo/controllers/Developer.php
- Update
/bonfire/modules/sysinfo/language/english/sysinfo_lang.php
- Update
/bonfire/modules/users/libraries/PasswordHash.php
- The following have been deprecated:
0.8.1 0.8.2 `PasswordHash->iteration_count_log2` This property will be protected in a future version. Pass the value to the first argument of the `PasswordHash` constructor. `PasswordHash->itoa64` This property will be protected in a future version. `PasswordHash->portable_hashes` This property will be protected in a future version. Pass the value to the second argument of the `PasswordHash` constructor. `PasswordHash->random_state` This property will be protected in a future version. `PasswordHash->crypt_private()` This method will be protected in a future version. `PasswordHash->encode64()` This method will be protected in a future version. `PasswordHash->gensalt_blowfish()` This method will be protected in a future version. `PasswordHash->gensalt_extended()` This method will be protected in a future version. `PasswordHash->gensalt_private()` This method will be protected in a future version. `PasswordHash->get_random_bytes()` This method will be protected in a future version.
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.