Plugin / Advanced AJAX Page Loader

deano1987

Changelog

Changelog

2.7.7

  • IMPORTANT VULNERABILITY FIX!! Somehow you are allowed to access AAPL’s upload files when not logged in as reported by pluginvulnerabilities.com A fix has been applied to make sure a user has manage_options abilities to be safe.

2.7.4

  • Stability checks for latest wordpress version

2.7.3

  • Stability checks for latest wordpress version

2.7.2

  • Cleaned up admin page

2.7.1

  • Fixed a bug with data appearing in the page.

2.7.0

  • Updated compatibility to latest wordpress.
  • Premium plugin coming soon!

2.6.6

  • Updated compatibility to latest wordpress.
  • More loaders added!

2.6.5

  • Updated compatibility to latest wordpress.

2.6.4

  • Automatic “commercial” checking URL fix

2.6.3

  • Automatic “commercial” checking to make stuff easier
  • Added smooth scroll to top, thanks to Bram Perry

2.6.2

  • Small php fixes for compatibility… oops (removed shorthand <?
  • Clarification on commercial checkbox….

2.6.1

  • People seem to be getting confused with debug mode, so modified messages and added info to the FAQ.
  • Now using json_encode when loading the error html and etc.
  • Search form checking had some problems, seems I merged an old code with a new one – dumbass I know.
  • Some new rules for commercial users and removing adverts/donation.

2.6.0

  • sorry for bad releases!
  • fixed “no jquery” checker
  • Updated admin panel so its cleaner.
  • You can now toggle the “scroll to top” feature

2.5.17

  • updated jquery version check/include.

2.5.16

  • whoops…

2.5.15

  • whoops…

2.5.14

  • jQuery update warning now only appears if you have the debug enabled.
  • changes to the initJQuery() function.
  • try – catch added around reload codes to avoid error reports when it is in fact reload code. (put AAPL in debug to see errors).

2.5.13

  • Added compatibility tag for latest wordpress

2.5.12

  • Slight change to the default click code.
  • Fixed a small layout hickup for reload_code.js – not causing any problems but nice to have things layout good 🙂
  • Changed tested tag to the latest wordpress version – yes it works fine 🙂
  • More loading images added 😀

2.5.11

  • I fell for it… accidently used $ instead of jQuery for reference. Fixed!

2.5.10

  • title tag code has been updated and should now fix the & issues! (Needs Testing).
  • [eag] – Thanks to Juanjo who has contributed a function for manipulating returned data before AJAX drops it onto the page.

2.5.9

  • replaced all get_settings() to get_option() – get_settings() is now deprecated since wordpress 2.1 and if you have debugging enabled it breaks this script.

2.5.8

  • Reverted the .on() back to .click() – some people reported problems where their other plguins were calling jQuery 1.5 and AAPL was failing because it needed 1.7 minimum, now 1.5 will work again.

2.5.7

  • Reversed the changelog and upgrade notice list so that the latest changes are at the top (thanks for the tip christianebuddy).
  • ‘fixed’ a short code <? to the correct <?php.
  • scripts now use jQuery instead of $ – should fix lots of compatibility problems, also we now try and call jQuery the RIGHT way 🙂
  • the “check for jQuery” option is now not required by default, and should be disabled unless it breaks your site.
  • You can now add code to a special section called “click code”, useful for menu / link changing.
  • Added example codes to the resplace.net website, these should be useful for people 🙂

2.5.6

  • Sorry for rapid development releases…
  • Better integration with search box’s, now you can set a “class”, it is recommended to setup a “class” to search forms so (a) you can have multiple on the page, (b) more debugging availiable.
  • Google analytics support has now been added, so when someone AJAX’s to another tab, you can track it in analytics!!!
  • extra information has been added to the admin panel to explain stuff.
  • search binding by ID is still supported for backwards compatibility and quick integration for atleast the main theme.
  • caching has been turned off for ajax requests, in the future though I will make an admin option for this…
  • debug mode now checks for jQuery version and reports if you are not in the 1.7 range. (hope 1.8 doesnt get released now 😉

2.5.5

  • IE7 / IE8 issue resolved and was caused by jQuery : http://dean.resplace.net/blog/2012/04/ajax-loaded-content-not-visible-in-ie7-ie8-with-jquery/
  • Now using .on() to attatch click events.
  • Page titles are now not so messed up – but are still a problem :s
  • Leaving any field plank in the admin panel should now cause the default settings to load (useful when upgrading and there are new options).
  • Added some new loading animations (using WordPress logos).

2.5.4

  • Plugin is disabled for IE7 and IE8 due to the peakaboo rendering bug in these versions.

2.5.3

  • admin panel work, MORE FEATURES!!! 😀
    • You can now set the loading HTML code.
    • You can also set the loading error HTML code.
    • The href ignore has been extended and can now be changed in the admin panel.

2.5.2

  • Fix for back button.

2.5.1

  • Fix for reload code.

2.5.0

  • reverted AAPLhome variable as suggested by Brandon Nourse.
  • admin panel added for various options.
  • added ability to change the target id for changing content.
  • added ability to change/upload the loading image (image will now be kept on updates).
  • added ability to set reload code in admin panel, this will be kept upon upgrading.
  • Enable Javascript debug and jQuery check from the admin panel.
  • You can optionally enable a footer link to link to the project site!
  • Various sample loaders included so you can choose one to suit you.

2.4.8

  • # links fix.
  • Improvements to loading.gif handling, dont need to provide dimensions anymore 🙂
  • Improvements to loading.gif handling, image is now pre-loaded and kept in memory 🙂
  • plugin file path code improved, now using plugins_url instead of hard coded paths!
  • Suffusion menu bar changer included (need to uncomment it to use it)
  • loading is more likely to be centered now – yup

2.4.7

  • HTML Special characters in the page now display correctly (I hope).
  • Anchor links (hash (#) links) are now ignored by the ajax process.
  • I think I#m now correctly tagging my releases, hopefully!

2.4.6

  • Page title doesnt show html special character encoding anymore.

2.4.5

  • Fixed back button again and again and again and again (sorry my bad)

2.4.0

  • onpopstate fixed, sometimes clicking back on the browser would not work… Now it should!
  • The bindings to the search form were pretty poor (original authors code), I have re-written this and it should now work much better, still needs a little improving though.
  • Ajax requesting code completely re-written to use jQuery’s library, this should offer better compatibility between browsers, makes the code neater and offers more options such as caching.
  • Ajax requests are not cached, and error catching is more reliable (you dont see it randomly when the page is in fact loading correctly).
  • New ‘warnings’ system implemented to give you debug if you set ‘showWarnings’ to ‘true’ in the .js file… This could help us BOTH 😉

2.3.0

  • Load current menu item (thanks to euphoriuhh).
  • nivoslider example reload code added.
  • IE fix for browser history (thanks to euphoriuhh).
  • Now sets page title when you change page.

2.2.2

  • Removed link-back as it is against wordpress TOC

2.2.1

  • Fixed small problems checking if jQuery is called.

2.2.0

  • Some workaround code so things like jscrollpane can work properly.

2.1.0

  • jQuery check to make sure it has not already been included
  • jQuery var in advanced-ajax-page-loader.php, set this to false to stop jQuery being included altogether.
  • When content is loaded you can optionally call document.ready, change the ready variable in javascript file.

2.0.1

  • Yup some fixes for the readme.

2.0.0

  • First release by Dean williams with a huge improvement…
  • Using jQuery more than pure javascript to help compatibility and code layout.
  • Updated jquery to the latest 1.7 release.
  • fade transitions used when ajax is loading the page.
  • If a page fails to load it shows on the page (no ugly message box’s)
  • When a page is loaded the URL bar is updated on the browser for easy copying or bookmarking of links.
  • When a page is loaded the browsers history is updated so that the user can go back/forward between pages.
  • Easier to edit the used id for content area, some themes differ on this one so it’s useful.

1.0.0

  • First release by Luke Howell.

Ratings

4
34 reviews

Rating breakdown

Details Information

Version

2.7.7

First Released

12 Mar, 2012

Total Downloads

125,475

Wordpress Version

2.0.0 or higher

Tested up to:

4.5.13

Require PHP Version:

-

Tags

Contributors

Languages

The plugin hasn't been transalated in any language other than English.

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.