Skip to content

v1.5.0 ( BROKEN - DO NOT INSTALL THIS VERSION!!! Use the latest release please. Thank you )

Choose a tag to compare

@seb86 seb86 released this 14 Sep 04:09
· 446 commits to master since this release
  • NEW: All settings are available in the theme customizer.
  • NEW: Option to load the JavaScript in the footer.
  • NEW: Support for themes that require Auto Load Next Post to load in the footer.
  • NEW: Added trigger event support for third-party plugins thanks to Stelios Patsatzis.
  • NEW: Support for theme Make, Storefront and Understrap.
  • NEW: Privacy policy guide content.
  • NEW: Beta notice if trying out beta releases. Explains how you can provide feedback and can be dismissed for 7 days.
  • NEW: Welcome notice to users who install Auto Load Next Post for the first time.
  • Added: A check to see if JetPack is active.
  • Added: A check in the JavaScript to prevent it from loading if a user is requesting to post a comment. - Initial post only.
  • Added: A filter for the repeater template location so theme or plugin developers can move it to another location should they need to.
  • Added: A user agent checker to see if the request was made from a known bot.
  • Added: Detection of plugin support. If supported, set the theme selectors for the currently active theme even when the theme has changed.
  • Added: Admin notice to tell the user the theme supports Auto Load Next Post. Only shows once.
  • Added: Admin notice to tell the user the theme selectors have already been set by the current theme if that theme supports Auto Load Next Post.
  • Added: Admin notice under "Theme Selectors" settings only if all three or one of the required theme selectors is not set.
  • Added: Admin notice under the "Misc" settings only if remove comments was enabled but the comments container selector was not set.
  • Added: A sidebar to the settings page to promote Auto Load Next Post Pro and allow users to sign up.
  • Added: Select2 to replace previous JavaScript library "chosen" for better support and performance.
  • Changed: Rewrite endpoint to be more distinct for Auto Load Next Post and prevent any conflicts.
  • Changed: Settings have been separated into Theme Selectors and Miscellaneous settings.
  • Changed: The JavaScript now does not require the document to be ready. This is especially helpful if you have enabled the JavaScript to load in the footer.
  • Fixed: The trigger to override the post URL.
  • Fixed: Install date to a timestamp for those who have previously installed Auto Load Next Post so when you see the review notice, it does not say it's been 48 years since you installed because that is just crazy. LOL 😆
  • Improved: Theme support and all default WordPress themes are supported out of the box. (Twenty Ten to Twenty Seventeen)
  • Improved: Moved flushing rewrite rules so it only runs once during installation or updating Auto Load Next Post.
  • Improved: Admin setting fields and added placeholder support.
  • Improved: Inline PHPdocs
  • Renamed: Repeater template from content-partial.php to content-alnp.php
  • Removed: Admin notice for the theme has not declared support.
  • Removed: Template location filter from the repeater template as it has been moved for better support.
  • Removed: PHP version check.
  • Removed: JavaScript library "chosen".
  • Updated: POT file for translation.
  • Updated: Repeater template due to improvements with this release.