Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

15 lines (13 loc) · 1.26 KB

4.0.3 (2020-04-26)

Fixed

  • Fixed notice error during SQLite connection #1451
  • Fixed global autoload #1378
  • Fixed empty vendor/ directory inside phalcon.phar during building #1456

4.0.2 (2020-04-11)

Added

  • Added launcher.bat to run cli with Windows and used DIRECTORY_SEPARATOR to find the file. #1440 @jenovateurs

Fixed

  • Fixed include order of files in created project #1417
  • Fixed Scaffold templates errors and phpstan errors. #1429 @jenovateurs
  • Fixed duplicate camelCase properties #1433
  • Fixed webtools not enabled by default when creating a new project #1410 @jenovateurs