Skip to content

Latest commit

 

History

History
64 lines (47 loc) · 3.91 KB

CHANGELOG.md

File metadata and controls

64 lines (47 loc) · 3.91 KB

Fixed

  • Fixed column annotation bugs on model creation 1425

Changed

  • Migrated phalcon-migrations dependency up to v2 1464

Added

  • Added docker environment for devtools isolated development

Fixed

  • Fixed not found error on webtools #1500

4.0.6 (2021-03-22)

Fixed

  • Fixed model findFirst return type error #1478
  • Added trailing semicolon to scaffolding crud views getters #1477
  • Fixed optional options (namespace, abstract) checks on model create #1491
  • Fixed wrong request filtering #1468
  • Fixed empty namespace generation #1467
  • Removed model->getSource() method generation due to its becoming final in Phalcon\Mvc\Model #1297
  • Fixed model --force creation bugs #1317
  • Fixed mapping of PascalCase table fields #1463

4.0.5 (2021-03-14)

Fixed

  • Fixed model creation failure in webtools due to wrong variable mutation #1415
  • Fixed config path detection to platform independent #1426

4.0.4 (2021-03-11)

Added

  • Added support for PHP 7.4 #1482

Fixed

Changed

  • Upgraded lucas/phpdotenv #1460
  • Updated README.md #1458
  • Moved phar generation during release from Travis CI to Github Actions #1483

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