Dappur Framework v3.0.3
[3.0.3] - 2018-09-14
Notes
This version includes support for Vagrant initially submitted by dshimkoski. By using vagrant, you have instant access to a set up dev environment including:
- Web Frontend: http://localhost:8181
- PhpmyAdmin: http://localhost:8181/phpmyadmin
- Raw Mysql: localhost:8306
I couldn't get thevagrant pushcommands to work on my setup (Windows 10), but the goal of that would be to migrate and rollback the dev environment. For now, those commands can be passed viavagrant ssh -c "cd /vagrant && phinx migrate"andvagrant ssh -c "cd /vagrant && phinx rollback". I have also changed the Vagrantprovision.shfile so that you can re-run the provision script to migrate the database up.
Changed
- Recaptcha is not configurable as on or off in the global settings. Default is off.
- Changed mail settings for more generic smtp settings
token_secretandrefresh_tokento text()page_configvariable topageConfig
Fixed
- Cloudinary cloud name on seo settings and blog settings