0.14.0
Breaking Changes
- Require php-64bit to install phinx by @MasterOdin in #2169
- Min PHP 7.3 by @dereuromark in #2167
Fixes
- Fix recreating indices for renamed/removed columns. by @ndm2 in #2134
- Refactor foreign keys switching. by @ndm2 in #2171
- Fix blank line above declare statement, see PSR-12 by @chrisblech in #2175
- Add existing comment to column object for mysql by @alex-jonas in #2174
- Update phinxlog as part of migration transaction by @JRDuncan in #2181
- Fix missing quoting on constraints name for sqlserver by @algorhythm in #2186
- Make check for CURRENT_TIMESTAMP in default value case insensitive by @vuyiswankosi in #2190
- Cache created decorated connection by @MasterOdin in #2191
- Fix grammar in exception message by @cnizzardini in #2203
- Fix PostgresAdapter not returning limit for char and varchar by @roblperry in #2214
- Fix 2193 Postgres GENERATED ALWAYS by @captain-redbeard in #2195
Docs
- Update license copyright to CakePHP Software Foundation by @MasterOdin in #2170
- update phinx link by @Arhell in #2177
- Add note about MyISAM length limitation by @naidim in #2204
- Clarify where feature flags are in configuration file with a YAML example by @SteenSchutt in #2206
New Contributors
- @chrisblech made their first contribution in #2175
- @alex-jonas made their first contribution in #2174
- @algorhythm made their first contribution in #2186
- @vuyiswankosi made their first contribution in #2190
- @naidim made their first contribution in #2204
- @SteenSchutt made their first contribution in #2206
- @roblperry made their first contribution in #2214
- @captain-redbeard made their first contribution in #2195
Full Changelog: 0.13.4...0.14.0