Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Public Beta 13

Compare
Choose a tag to compare
@jasonvarga jasonvarga released this 27 Jan 19:36
· 30 commits to master since this release

Do not upgrade to Beta 13. Go directly to Beta 14. We broke a thing.

  • [new] Automatic taxonomy discovery. It's a lot better than automatic tax deliveries.
  • [new] Added a Fieldset picker when you create a new page.
  • [new] Added a Time fieldtype and the date field uses it.
  • [new] Template tags beginning with @ are ignored, Blade style.
  • [new] We now support Blade templates (.blade.php)
  • [new] Blade templates can use Statamic modifers like so: modify($var)->slugify()
  • [new] Globals can now be environment based.
  • [new] The title on the Collection dashboard widget is customizable. Apologies if you thought that was a finished Widget.
  • [new] Timezone modifier to apply a timezone to a Carbon instance.
  • [new] Added Path::makeFull() that makes a relative path absolute.
  • [new] Command+enter will submit the publish form.
  • [fix] Fixed that pesky getRememberToken error before it got upgraded to frisky.
  • [fix] Using content_type: atom will enforce utf-8 encoding.
  • [fix] Prevent collection tags from breaking when using two-word collections.
  • [fix] date is now a Carbon instance. Fixes incorrect relative time when using {{ date | relative }}.
  • [fix] Fix event URLs not being relative.
  • [fix] Fix padding on 'outside' views (login, etc). That was a late night.
  • [fix] Tighten up how content types will retrieve their templates.
  • [fix] You can deep-set data using $data->set('foo.bar', $val)
  • [fix] Add some cache busting to static Control Panel assets.
  • [fix] Use protocol relative font URLs
  • [break] Removed date_instance from content data.