Skip to content

Releases: timjackson/wadf

0.14.0: Add support for PHP-FPM and PHP 8

02 Nov 08:56
Compare
Choose a tag to compare

New features:

  • Support for PHP-FPM
  • Support for PHP 8

Release 0.13.9

05 May 06:10
Compare
Choose a tag to compare

New features:

  • Add dep_pear_force_pear_version option, to force a specific version of the PEAR package to be installed, when creating a standalone PEAR install (e.g. in case of incompatibilities)

Bugs fixed:

  • Failure using system-installed (or user-installed) PEAR when dep_pear_deploy_path is empty
  • App deploy: Tries to deploy database even if user replies "no" to command line prompt deploying

Release 0.13.8

12 Dec 21:29
Compare
Choose a tag to compare

New features:

  • Add support for MySQL 8 (Adam Ladanyi)

Changes/improvements:

  • Workaround for bug #463: .wadf-instance from primary instance leaks macros to
    other instances

Git & PHP 7.3 support

11 Nov 20:38
Compare
Choose a tag to compare

Add Git support
Add support for PHP 7.3 by replacing old mysql calls with mysqli