Skip to content

Releases: autoloadnextpost/auto-load-next-post

v1.4.12

19 May 17:53

Choose a tag to compare

  • Fixed: Corrected post type returned for single posts in the repeater template.
  • Removed: The need to check if the theme has declared support before the plugin loads the JavaScript.

v1.4.11

23 Apr 12:48

Choose a tag to compare

  • Fixed: Initial post id was failing the rest of the script if undefined with some themes.

v1.4.10

21 Apr 09:40

Choose a tag to compare

  • Added: Compatible HTML semantics lookup if HTML5 is not used for article.
  • Added: Alternative post navigation lookup for some theme frameworks.
  • Added: Storefront theme to the list of themes that work out of the box.
  • Added: Two new action hooks in the template to support post types in preparation for Auto Load Next Post Pro. - See action hooks in documentation for details.
  • Changed: Two action hooks in the template to be inconsistent with the new action hooks for post types. - See action hooks in documentation for details.
  • Changed: PHP minimum requirement to version 5.6
  • Fixed: Issue with plugin setting up default settings once activated.
  • Fixed: Issue with History.js already been loaded when previewing in the customizer.
  • Fixed: Issue with Google Analytics returning the full URL... sometimes.
  • Enhanced: Browser back button now scrolls to the top of the previous post if any. Thanks to @lex111
  • Enhanced: Detect if Auto Load Next Post parameters exist.
  • Enhanced: Added attributes to identify which post is the initial post both on the post divider and the article.
  • Enhanced: Hidden the post divider completely. Inline styling is used instead for better compatibility with themes.
  • Enhanced: ScrollSpy now identifies the post divider via the new data attribute.
  • Enhanced: Auto Load Next Post now does not run if the post url has a hashtag for a specific comment on an initial load.
  • Improved: The uninstallation of plugin. Now refreshes the permalinks to remove custom rewrite permalink for the plugin.
  • Improved: Code base in preparation for Auto Load Next Post Pro.
  • Updated: Template file header to provide clear information for overriding repeater template.
  • Updated: Template to include support for other post types in preparation for Auto Load Next Post Pro.
  • Updated: Settings page to display the theme selectors descriptions rather than using tips.
  • Updated: The help tab on the settings page.
  • Updated: POT file.
  • Updated: Documentation links in the plugin.
  • Updated: Documentation links in readme.txt
  • Updated: FAQ's in readme.txt

v1.4.10-beta.3

16 Apr 20:29

Choose a tag to compare

v1.4.10-beta.3 Pre-release
Pre-release
  • Added missing function to detect if ALNP Pro is installed.
  • Minified JS.

v1.4.10-beta.2

16 Apr 15:11

Choose a tag to compare

v1.4.10-beta.2 Pre-release
Pre-release
  • Added: Compatible HTML semantics lookup if HTML5 is not used for article.
  • Added: Alternative post navigation lookup for some theme frameworks.
  • Added: Storefront theme to the list of themes that work out of the box.
  • Changed: PHP minimum requirement to version 5.6
  • Fixed: Issue with plugin setting up default settings once activated.
  • Fixed: Issue with History.js already been loaded when previewing in the customizer.
  • Fixed: Issue with Google Analytics returning the full URL... sometimes.
  • Enhanced: Browser back button now scrolls to the top of the previous post if any. Thanks to @lex111
  • Enhanced: Detect if Auto Load Next Post parameters exist.
  • Enhanced: Added attributes to identify which post is the initial post both on the post divider and the article.
  • Enhanced: Hidden the post divider completely. Inline styling is used instead for better compatibility with themes.
  • Enhanced: ScrollSpy now identifies the post divider via the new data attribute.
  • Enhanced: Auto Load Next Post now does not run if the post url has a hashtag for a specific comment on an initial load.
  • Improved: The uninstallation of plugin. Now refreshes the permalinks to remove custom rewrite permalink for the plugin.
  • Improved: Code base in preparation for Auto Load Next Post Pro.
  • Updated: Template file header to provide clear information for overriding repeater template.
  • Updated: Settings page to display the theme selectors descriptions rather than using tips.
  • Updated: The help tab on the settings page.
  • Updated: POT file.
  • Updated: Documentation links in the plugin.
  • Updated: Documentation links in readme.txt
  • Updated: FAQ's in readme.txt

v1.4.10-beta.1

02 Feb 23:00

Choose a tag to compare

v1.4.10-beta.1 Pre-release
Pre-release
  • Added: Alternative post navigation lookup for some theme frameworks.
  • Fixed: Issue with History.js already been loaded when previewing in the customizer.
  • Fixed: Issue with Google Analytics returning the full URL... sometimes.
  • Enhanced: Browser back button now scrolls to the top of the previous post if any. Thanks to @lex111
  • Enhanced: Detect if Auto Load Next Post parameters exist.
  • Enhanced: Added attributes to identify which post is the initial post both on the post divider and the article.
  • Enhanced: Hidden the post divider completely. Inline styling is used instead for better compatibility with themes.
  • Enhanced: ScrollSpy now identifies the post divider via the new data attribute.
  • Enhanced: Auto Load Next Post now does not run if the post url has a hashtag for a specific comment on an initial load.
  • Updated: Template file header to provide clear information for overriding repeater template.
  • Updated: POT file.
  • Updated: Documentation links in the plugin.
  • Updated: Documentation links in readme.txt
  • Updated: FAQ's in readme.txt

v1.4.9

30 Dec 20:14

Choose a tag to compare

  • Added: Support for Twenty Sixteen.
  • Updated: Admin notice for contribution.
  • Updated: Admin settings field labels and help tips.
  • Updated: POT file.

v1.4.8

25 Dec 15:06

Choose a tag to compare

  • Added: Support for child-themes so they too can also use the plugin. Thanks to lwesolowski
  • Added: New template location filter. See Documentation.
  • Added: New action hook for when there are no new posts to load.
  • Added: a post count of the posts that have loaded. Can be used to trigger an event after X amount of posts have loaded.
  • Added: a new variable that can be set to prevent further posts from loading.
  • Added: Support for Twenty Seventeen.
  • Corrected: Plugin links and improved spelling and grammar.
  • Corrected: Admin notices now use WordPress style.
  • Dev Feature: Can view the console.logs if debug mode is enabled for Auto Load Next Post. Must have SCRIPT_DEBUG set to true also. See Documentation.
  • Dev Feature: JavaScript triggers have been added so developers can do fun stuff. See Documentation.
  • Fixed: Google Analytics bug that prevented more than 3 posts to load. Thanks to PatriceVB
  • Improved: How Google Analytics is triggered.
  • Improved: The JavaScript now identifies the post ID of each post including the initial post on load.
  • Improved: The JavaScript to remove the comments on load instead if requested.
  • Improved: The default template "content-partial.php".
  • Removed: The post navigation from the template "content-partial.php" file and applied it via an action hook instead.
  • Removed: The comments from the template "content-partial.php" file and applied it via an action hook instead.
  • Removed: History state on the initial post load. Not required.
  • Removed: All languages except the POT file from the plugin as they will now be downloaded from WordPress.org
  • Removed: The support section on the plugins page as the help tab has been improved.
  • Updated: The admin help sections on the plugins page.
  • Updated: The admin footer on the plugins page.
  • Updated: The POT file.
  • Updated: The readme.txt file.
  • Updated: Gruntfile.js file.
  • Updated: package.json file.

v1.4.7

04 Apr 21:58

Choose a tag to compare

  • Added the Russian (Russia) translation.
  • Updated the English (United Kingdom) translation.
  • Updated the Italian (Italy) translation.

v1.4.6

02 Apr 23:24

Choose a tag to compare

  • Corrected links within the readme.txt file.
  • Provided a list of extra features coming with Auto Load Next Post Premium.
  • Improved copy.
  • Added two additional help tabs on the plugin settings page.
  • Updated the F.A.Q's.
  • Updated the uninstall.php file.
  • Updated the POT file.
  • Fixed undefined issue with Google Analytics.
  • Removed all console.log and console.error in the Javascript.
  • Tested up to WordPress 4.4.2