- Page
properties
were removed in favor ofoption
which is more appropriate to their function. - Deprecated the concept of page names. You should remove page names to the page 'options' and use findByOption or findOneByOption to keep old functionality. This will be removed in the 0.5.
- ContainerFactory was deprecated and will be removed in 0.5. Use an ArrayProvider to keep the same functionality.
- Configuration key renamed from
spiffynavigation
tospiffy_navigation
to follow the conventions of all my modules. properties
in pages renamed tooptions
to properly denote usage. Usingoptions
is deprecated and will trigger a warning but will still function.