Releases: autoloadnextpost/auto-load-next-post
Releases · autoloadnextpost/auto-load-next-post
v1.5.14
v1.6.0-beta.1
- NEW: Added a Setup Wizard to scan the theme you have active and identify your theme selectors and templates location.
- NEW: Added a Getting Started page which introduces the user to the setup wizard.
- NEW: Settings page now previews features coming in Auto Load Next Post Pro. #7174140
- NEW: Added extensions page listing available extensions for the plugin thanks for the class provided by @dcooney.
- NEW: Added validation for required settings. #761f7e9
- NEW: Added button on theme selectors settings to open theme customizer if theme not supported. #1030d4b
- NEW: Added option under Misc to disable Auto Load Next Post from running on mobile devices. #7bf0caa
- NEW: Added Templates section for users to set the template location without the need of applying a filter. Filter was designed for theme developers.
- NEW: jQuery-confirm.js is used to replace previous confirmation dialogs as they were not working in Firefox and is used to improve user experience both for the Settings page and the new Setup Wizard. #1fe1eec
- Removed: Welcome notice as it has been replaced with the Getting Started page. #1fe1eec
- Improved: UI of the settings page.
- Improved: Code base throughout the whole of the plugin.
- Tweaked: Theme selector fields are set to read-only if theme is supported by the theme developer. #074b780
- Tweaked: Made review notice more personal to the user. #4123372
- Tweaked: Sign up form in sidebar now pre-fills with current logged in user for quicker sign up. #a70cfcb
- Tweaked: Made translating the plugin easier by merging near identical strings.
- Dev: All CSS has been converted into SCSS.
- Dev: Grunt tasks have been improved for better development.
- Dev: Auto Load Next Post can be installed via WP-CLI without redirect issues.
v1.5.13
v1.5.12
- Tweaked: Repeater template now looks for
content-post.php
shouldcontent-single.php
not exist before fallback tocontent.php
. - Tweaked: Help tab copy and links on the plugin settings page.
- Tweaked: Need help button now opens the help panel for the settings in view if one exists.
- Updated: Review link.
- Updated: POT file for translations.
v1.5.11
- NEW: Excluded JS files from defer for the WP Rocket plugin.
- Dev Feature: Reset button added to the Misc settings to allow users to remove all settings and re-initialize the plugin.
- Fixed: Incorrect function name used when applying filter for WP Rocket plugin.
- Tweaked: Admin notices to only appear on the Dashboard, the Plugins page, the Themes page and Auto Load Next Post settings page.
- Tweaked: Admin notices have been re-ordered to allow correct flow of display.
- Tweaked: Improved Admin JavaScript and added a confirmation for when the reset button is pressed.
- Tweaked: Code clean up to remove functions or inline documentation that is no longer needed or used.
- Updated: POT file for translations.
v1.5.10
- NEW: Added 3rd Party support for the WP Rocket plugin. Excludes Auto Load Next Post scripts from JS minification.
- Corrected: Added missing Poseidon theme options used to determin if post thumbnails should show in repeater template.
- Tweaked: Theme selectors admin notification should the active theme be supported via a plugin.
- Tweaked:
uninstall.php
file.
v1.5.9
v1.5.8
- NEW: Added support for OceanWP theme.
- Corrected: Typo in Congratulations admin notification.
- Tweaked: Improved loading of Auto Load Next Post if set in the footer.
- Tweaked: Disqus comments is also removed if Remove Comments is enabled.
- Tweaked: The plugins JavaScript will stop running if user scrolls to quickly. Solves issue #156