Skip to content

1.10.1

Compare
Choose a tag to compare
@dereuromark dereuromark released this 05 Dec 20:34
· 207 commits to master since this release

Improvements

FC Inflector shim

An Inflector backport has been added as an opt-in replacement for the core one.
Its Inflector::pluralize() already uses new 4.x behavior:

  • pluralize(): index => indexes (instead of indices)

You can also configure the core one with custom inflections from your bootstrap, though.