Version History

0.9 Initial release : 2015/12/05

  • Submitted package for marketplace approval. Will bump version to 1.0 when approved.


0.9.1 : 2015/12/08

  • Added DIR_REL for Javascript search.js in the block form


1.0 : 2015/12/22

  • Fixed bug in Toolbox that returned wrong helper
  • Bumped version to 1.0 because of release on the Marketplace
  • Removed unused image + img-folder

1.1 : 2017/05/05
  • Fixed a bug that set the wrong navigation level and sub-depth for some of the navigation objects for the navigation templates. This caused a faulty html list hierarchy.

1.2 : 2017/05/08
  • Added an override class for Concrete's Navigation helper to solve an issue with getting the link urls when using a pagelist template (this would result in empty urls).
 
1.2.1 : 2018/03/03
  • Removed argument casting of argument $args in the save method of the block controller and added redundant array conversion on first line of method (Possibly Concrete does not always pass an array).


2.0 : 2017/01/11

  • Removed argument casting of argument $args in the save method of the block controller and added redundant array conversion on first line of method (Possibly Concrete does not always pass an array).
  • Added PHPDoc comment for return type in Concrete\Package\PagePicker\Src\Page\PageList::getQueryPaginationPageParameter.
  • Refactored usages of deprecated Loader class in some templates.
  • Fixed string concatenation operator and typo in variable name in Concrete\Package\PagePickerPlus\Src\Page\PageList::getQueryPaginationPageParameter.
  • Added PSR4 autoloading for the src folder in the package controller because this doesn't work anymore in Concrete version 8.


2.0.1 : 2017/03/07

  • Fixed bug with empty url to page in page list default template and the page list thumbnail grid template.
  • Fixed bug in page list thumbnail grid template where alternative title was not working.


2.1 : 2017/05/05

  • Fixed a bug that set the wrong navigation level and sub-depth for some of the navigation objects for the navigation templates. This caused a faulty html list hierarchy.


2.2 : 2017/05/08

  • Added an override class for Concrete's Navigation helper to solve an issue with getting the link urls when using a pagelist template (this would result in empty urls). The problem was solved in the 2.0.1 version for the page picker plus templates but this fix did not solve the issue when applying your own pagelist templates.


3.0 : 2017/07/30

  • Solved a problem with duplicate pages when pagination is enabled by creating override for Concrete\Package\PagePickerPlus\Src\Page\PageList::createPaginationObject because Concrete 8.2 introduced a new, second pagination class that creates errors with this block.


3.0.1 : 2017/08/03

  • Fixed a bug with 'undefined method Concrete\Package\PagePickerPlus\Src\Page\PageList::createPaginationObject' due to changes in Concrete version 8.2.1. This is basically just rolling back the changes made in 3.0.


3.0.2 : 2017/12/12

  • Fixed a bug 'infinite loading while adding Page Picker Plus block to a page' by refactoring deprecated calls in the ToolBox class.

 

3.1.0: 2017/12/23

  • Refactored usage of deprecated Ps4 autoloader in package controller.
  • Refactored deprecated PageList::getPagination,
  • Removed reference to undefined property 'noResultsMessage' in block controller.
  • Fixed some PhpDoc comments.

 

3.1.1 : 2018/01/01

  • Fixed a bug where sitemap would not show when editing a page picker and clicking the 'add a page button'. This bug would occur when the concrete folder was located in the updates folder.
 

3.1.2 : 2018/01/12

  • Fixed Doctrine conflict with phpDoc comment @package in two files.

 

3.1.3 : 2018/01/12

  • Fixed a bug with external links not working when using page list templates.