Releases: Xanweb/c5-page-info
Releases · Xanweb/c5-page-info
v1.2.1
v1.2
New Features
- Add support for defining tail in fetchPageDescription
- Add ability to truncate fetched page name
- Add ability to use area inclusion for fetching blocks
- Add immutable call for Factory with different config
$factory->withConfig('my_cfg_key'); - New Content Image fetcher to get image form content block in the given page.
v1.1
New Features
- PageInfo: add new method for getting page author.
- PageInfo: add new method for getting the last version author.
- PageInfo: add new method for getting the last version author.
- PageInfo: add new method for getting the last version author username.
- PageInfo: add new method for getting tags (an array of \Concrete\Core\Entity\Attribute\Value\Value\SelectValueOption).
- ConfigManager: add ability to register a
callableinstead of Config object
Improvements
- Make PageInfo class overridable
- Improve documentation
- Improve performance
Bug Fixes
- Fix exception occurred when pageName or pageDescription is null
v1.0
Initial Release