Hi.
When you have time and resources to test, please do.
Changelog 1.4.4-beta3:
- All PHP files on
web/
exceptindex.php
init.php
andconfig.php
moved tostorage/application/
- inc dir
web/inc/
moved and renamed tostorage/application/app/
- lib dir
web/lib/
moved and renamed tostorage/application/libs/
- plugin dir
web/plugin/
moved tostorage/application/plugin/
- Directory for customized templates is in
storage/custom/application/templates/
- Directory for overriding configs is in
storage/custom/application/configs/
- JS and CSS files of themes stays in
web/plugin/themes/
but removed from plugin dir - Update
web/init.php
to reflect changes on structure, also adds new defines -
web/config.php
holds paths info for log, bin, storage, base dir, and web URL - The rest of config.php content are in
storage/custom/application/configs/config.php
-
_HTTP_PATH_BASE_
now must be defined explicitly fromweb/config.php
- Adds Application ID for future use
- Updates tpl load priority on
tpl_apply()
- Direct access to
plugin/gateway/gateway-name-here/callback.php
renamed to/index.php?app=call&cat=gateway&plugin=gateway-name-here&access=callback
since theres no plugin’s PHP files directly accessible from web anymore
Changelog 1.4.4-beta2:
- Fix enable register not checked
- Update all themes to use Bootstrap 4
- Change login, register, forgot, block template and logging tags
Changelog 1.4.4-beta1:
- Fix session fixation security vulnerabilty
- Bugfixes here and there
- Move storage outside web root
- Use password_hash() to store passwords
- Captcha on login, forgot and register page
- Remove relation to tblSMSOutgoing to lookup Billing data
- Add support for Bootstrap 4
- Update jQuery, select2 and datetimepicker
- Remove Bootstrap Dialog, replaced with BS Modal
- Previous default themes renamed to themes
materia
- New default themes is using Bootstrap 4
- AdminLTE3 can now be used too if you need to
Download playSMS-1.4.4-beta3:
Or git clone/pull and checkout tag 1.4.4-beta3
.
anton