Releases: autoloadnextpost/auto-load-next-post
Releases · autoloadnextpost/auto-load-next-post
v1.4.5
v1.4.4
- Fixed the activation of the plugin from the broken update in version 1.4.3
- Removed code that is not needed and certain parts that are not for the free version of Auto Load Next Post.
- Removed additional whitespace in the code making the plugin just a little bit lighter.
- Improved the WP Update Php class originally created by Coen Jacobs. Also renamed the class a little so that it doesn't cause any conflicts with other plugins when activating.
- Updated the copy in the settings page.
- Updated the French translation.
v1.4.3
- Corrected undefined function for Google Analytics tracking in the JavaScript.
- Improved Google Analytics. Now detects old, classic, current and Yoast method of tracking pageviews.
- Changed the default content container setting to match Twenty Fifteen.
- Core themes are supported except for Twenty Eleven. Theme notification only shows now if not a core theme.
- Corrected a loading issue of the template file should the theme have one also.
- Improved the partial content template file. Now has a fallback. Should be more compatible with themes.
- Added a support tab to the plugin settings page.
- Added a upgrade link on the plugins page.
- Added a community support link on the plugins page.
- Added the German translation.
- Redefined the constants.
- Moved admin functions under the directory 'includes/admin'
- Moved library assets under a new folder for both CSS and JavaScript.
- Added PHP detection.
- Improved copy in the settings page and the help tab.
- Updated the default localization file.
- Updated the readme.txt file with better copy.
- Removed public variables and hardcoded them into the plugin instead.
- Removed whitespace.
- Removed @return void on __construct() functions.
- Cleaned up the code.
v1.4.2
v1.4.1
v1.3.2
- Added more theme support with compatible theme template file which can be overrided.
- Added option to enable auto loading posts for specific post types.
- Added option for comments. Now you can choose to show or hide rather than forcing it to hide automatically.
- Added Chosen (v1.4.2) Javascript by Harvest
- Added console.logs in the Javascript for debugging.
- Corrected text domain name in plugin header.
- Corrected access to function load_file() from private to public
- Corrected access to function register_scripts_and_styles() from private to public
- Corrected error with uninstall.php file
- Moved function register_scripts_and_styles() to class-auto-load-next-post-admin.php
- Filtered the Javascript to load only on singular posts and the enabled post types.
- Removed security issue in the main plugin file by accessing $GLOBALS directly.
- Removed all closing PHP tags omitting at the end of each file.