AJAXed WordPress version 1.25 has been released. This version focuses on improving ajaxed navigation and improving existing features.
Changes in aWP Version 1.25
- AJAX Navigation: Improvements -- AJAX all option now ignores links with target="_blank" and rel="noajax"
- AJAX Navigation: Improvements -- When AJAX URL cannot be parsed, the user is redirected automatically.
- AJAX Navigation: Improvements -- Prettier links when navigating -- full URLS are replaced with awp::someurl.
- AJAX Navigation: Improvements --
Only local URLs can be loaded -- no URLs with "://" in them will be loaded ever. - AJAX Navigation: Improvements -- Seperater will only appear when both previous and next post or posts links are needed.
- AJAX Navigation: Improvements -- Links with a target of _top no longer load inline.
- AJAX Navigation: Improvements -- Updated large throbber.
- AJAX Navigation: Improvements -- HTML entities are now converted to characters before beign inserted into page title.
- AJAX Navigation: Improvements -- Mouse cursor is changed to "wait" when ajax content is loading.
- AJAX Navigation: Improvements -- Added ability to use CURL -- allows cookies to be sent with AJAX pages! .
- Entire Project: Improvements -- If required divs are not found, user is automatically sent to destination.
- Entire Project: Improvements -- Added ability to use qtranslate style tags in link texts. .
- Entire Project: Improvements -- Fixed header error .
- Entire Project: Improvements -- Added filters to link texts and improved entity support for pages loaded with AJAX.
- Compatibility Module: Improvements -- Added thickbox support, by Manfred manniac.de.