Skip to content

Dappur Framework v3.0.3

Choose a tag to compare

@edwardteach42 edwardteach42 released this 15 Sep 04:38
· 203 commits to master since this release
d0c56cf

[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 the vagrant push commands 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 via vagrant ssh -c "cd /vagrant && phinx migrate" and vagrant ssh -c "cd /vagrant && phinx rollback". I have also changed the Vagrant provision.sh file 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_secret and refresh_token to text()
  • page_config variable to pageConfig

Fixed

  • Cloudinary cloud name on seo settings and blog settings