views_load_more 8.x-1.x-dev

Initial port to Drupal 8.

  • As in D7, implements a views pager plugin based on the full pager.
  • Implements viewsLoadMore AJAX command using the D8 CommandInterface.
  • Temporarily removes support for waypoints.
  • Naming and general cleanup
  • Support load more for default views using Unformatted List, HTML List, and Table style plugins.

views_load_more 7.x-1.5

Bug fixes

Fix for PHP <= 5.3 where PHP fatal error is thrown.

* Issue #1286722 by maximpodorov: Add check for is_array() in addition to isset() check to avoid issued in PHP < 5.4.

views_load_more 7.x-1.4

Bug fixes

There was a bug in the 7.x-1.3 release that copied the Views Load More advanced content selector to the pager selector which caused issues with the operation of the pager. Recommended that all users of 7.x-1.3 upgrade to 7.x-1.4.

Changes since 7.x-1.3

views_load_more 6.x-3.1

Bug fixes

Fixed duplicate pager results showing up on subsequent clicks if an inital result size was set.

views_load_more 6.x-3.0

New features
Bug fixes

This is a significant change from 6.x-1.x.
I namely changed branches so the major version number co-insides with the dependent Views version.
This introduces:

  • Different number of results on firstpage
  • Custom class handling
  • Custom button name
  • Smart attachment of new content to your current view (attaches table rows, lists and more)

views_load_more 6.x-1.1

Bug fixes

Corrected the documentation for theme_views_load_more_pager. Corrected the use of $input in the render() function for the pager plugin.

views_load_more 6.x-1.0

New features
Bug fixes

Improvements to in-code documentation.
Adds "Load More" button text customization for 6.x.
Fixes the behavior of the load-more anchor on the first result page, so AJAX driven exposed filters will work correctly.
#1443116: Allow the pager anchor text to be customized

views_load_more 7.x-1.1

This is a fix for the 1.0 release because I forgot to add the views package to the info file.

See http://drupal.org/node/1234666 for release notes.

Subscribe with RSS Subscribe to Releases for Views Load More