Changelog
All notable changes to this package will be documented in this file. The format is based on Keep a Changelog.
\Astrotomic\Stancy\Models\Page::__get()
method to access\Astrotomic\Stancy\Models\PageData
properties
\Astrotomic\Stancy\Contracts\FeedFactory::makeFromSheetCollectionName()
return type changed fromarray
to\Illuminate\Support\Collection
\Astrotomic\Stancy\Traits\PageHasOrder::$order
allowsfloat
now
- spatie/laravel-export:^0.2.2 is now used which fixes the export path of static files with an extension - like
sitemap.xml
\Astrotomic\Stancy\Commands\MakePageCommand
\Astrotomic\Stancy\StancyServiceProvider
is not deferred anymore
\Astrotomic\Stancy\Contracts\ExportFactory
\Astrotomic\Stancy\Facades\ExportFactory
\Astrotomic\Stancy\Factories\ExportFactory
\Astrotomic\Stancy\Models\Page::getUrl()
method which depends on\Astrotomic\Stancy\Contracts\Routable
interface
\Astrotomic\Stancy\Models\Page
uses\Illuminate\Support\Traits\Macroable
to allow extensions
\Astrotomic\Stancy\StancyServiceProvider
is now deferred
- unused package configuration
\Astrotomic\Stancy\Factories\SitemapFactory::makeFromSheetList()
which allows to load multiple collections and/or single sheets
\Astrotomic\Stancy\Factories\SitemapFactory::makeFromSheetCollection()
\Astrotomic\Stancy\Factories\FeedFactory::makeFromSheetCollection()
- First release - until v1.0.0 kind of proof of concept
Last modified 3yr ago