Releases: CrossKnowledge/Propel
Releases · CrossKnowledge/Propel
Propel migration - InnoDB engine
What's Changed
- myisam => innodb by @seb-fabre in #23
New Contributors
- @seb-fabre made their first contribution in #23
Full Changelog: 5.0.2...5.0.2.1
PHP 8 Update - second batch
PHP 8 update
Makes the code ready for PHP 8.3
Full Changelog: 5.0.0...5.0.1
Logs more verbose
Logs are more verbose to identify PropelMigration class in case of failure.
Logs added
Merge pull request #10 from ylelievre/fix/60702 [IN:60702] Make PropelMigration preUp failures more explicit
Added stacktrace to propel log
Added stacktrace to propel log
Propel compliant with PHP 7 #2
Merge pull request #14 from CrossKnowledge/fix/60801 [IN:60801] fixed warning with PHP 7: "A non-numeric value encountered…
Propel compliant with PHP 7
Merge pull request #11 from iMRIC/fix/60801 [IN:60801] fixed warning with PHP 7: "A non-numeric value encountered…
PHP 7.2 compliance
One fix integrated to be compliant with PHP 7.2
SQL injection fix
In this release, we fixed the SQL injection vulnerability present in the LIMIT() feature.