Version 0.8.0-alpha
Pre-release
Pre-release
0.8
- Update API documentation
- Add
composer serve
command to serve Parvula with the php build-in server - Add
app
andurl
helper - Add
Parvula::getContainer
- Change the structure of the project
- Add
public/
folder - Move
files/
,plugins/
andthemes/
inpublic/
- Add
- Add optional url config
urlBase
to hardcode a given full urlurlPrefix
to prefix all urls
Plugins
- Remove
onBootstrap
call (useonBoot
) - Remove
onLoad
call (useonBoot
)
Others
- Add PhpCodeSniffer (
phpcs
) in the test process - Create
Console
folder - Rename
Router
toHttp
- Remove old
Component
class and.bowerc
- Update packages version
- Create
constants.php
to do multisite with ease - Update galaxy theme to bootstrap alpha 6
- Add more API unit tests
Parvula Core
- New
repositories
folder - Remove
Page::pageFactory
andSection::sectionFactory
- Rename
loadAliases
helper toclassAliases
- Move authentication route to
auth.php
- Use PSR 11 for Config and Cache