Skip to content

2.69.0

Compare
Choose a tag to compare
@kylekatarnls kylekatarnls released this 03 Aug 09:10
· 283 commits to master since this release
4308217

Complete commits list: 2.68.1...2.69.0

Summary:

Breaking chances (for edge-case usages):
⚠️ getSetting() now longer return the locale when it's unchanged default, so you can distinguish between explicit 'en' which has Sunday as start of week vs. null which is English but with Monday as start of week. To get the previous behavior you can use:

$settings = array_merge(['locale' => 'en'], $date->getSettings());