This repository was archived by the owner on May 11, 2018. It is now read-only.
1.0.1
What's new
- Shortcut for the eZ Publish API Repository, you can now directly access it through
$this->repository
- The default admin user is set as current by default
- Fixed typos
- Fixed version numbers in
composer.json
- Moved documentation to
Resources/doc/examples
- Added
ezsystems/ezpublish-kernel
as a dev requirement
Deprecated
- The method
$this->getContainer()
is deprecated, use$this->container
instead