Skip to content

2.0.0-alpha9

Compare
Choose a tag to compare
@PhilinTv PhilinTv released this 25 Jun 15:23
· 815 commits to master since this release
e4ee3df

With this small release, we start a series of upgrades and stabilization activities of Propel2,
which aim to end with the following stable 2.0 release. New dependencies will allow us to get
more feedback on compatibility issues and addressing them during the stabilization phase.

General

  • Added compatibility PHP 7.4
  • Added support of PSQL expressions [CURRENT_TIMESTAMP, LOCALTIMESTAMP]
  • Allowed Symfony 5 dependency
  • Removed PHP 5.x compatibility (with EOL 01.2019)

Tests

  • Updated PHPUnit from 4.0/5.0 to 7.0
fce5f55 Keep tests for deprecated class.
d44d035 Use term primary/replica instead, deprecate in BC way.
4c45713 Small fixes for PHP 7.4
c2dbbbc Only generate calls to parent hooks, if the class being generated has a base class
3f4b70c Use stable php74
f6d20df Add Symfony 5 dependency compatibility
603d42c Rearrange implode() arguments where necessary to conform to php7.4
decc437 Dropping dead PHP EOL 5.5
d84c8e3 Update to PHP74 Travis and simplify matrix.