Skip to content

Releases: Xanweb/c5-page-info

v1.2.1

08 Jun 07:52

Choose a tag to compare

Bug Fixes

  • ContentImageFetcher doesn't return correct result in some cases

v1.2

31 May 11:57

Choose a tag to compare

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

24 Feb 17:04

Choose a tag to compare

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 callable instead 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

02 Feb 21:26

Choose a tag to compare

Initial Release