Skip to content

Releases: autoloadnextpost/auto-load-next-post

v1.4.5

30 Nov 14:04

Choose a tag to compare

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

v1.4.4

29 Nov 18:32

Choose a tag to compare

  • 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

20 Oct 00:39

Choose a tag to compare

  • 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

31 Jul 16:57

Choose a tag to compare

Added 2 completed translations.

  • Français (French)(France)
  • Română (Romanian)

And improved the readme files.

v1.4.1

13 Jun 23:30

Choose a tag to compare

  • Added many action hooks in template file content-partial.php
  • Removed an error from the admin side when debug is enabled.

v1.3.2

20 May 15:30

Choose a tag to compare

  • 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.

v1.0.0

18 May 16:52

Choose a tag to compare

Initial version.