Skip to content

Releases: ajaxboy/cjax

5.9-RC9

28 Mar 10:36
Compare
Choose a tag to compare

Maintenance Release with a number of fixes and updates from previous release.

5.9rc8

01 Sep 10:37
Compare
Choose a tag to compare
5.9rc8 Pre-release
Pre-release

Fixed issues regarding sizzle not being loaded in certain case. Now sizzle and advanced selectors are loaded every time.

5.9 RC56

28 Aug 12:30
Compare
Choose a tag to compare
5.9 RC56 Pre-release
Pre-release

This release focuses a lot of changing the internal use of XML to favor Json and more objects in general. There are a few updates to implement more json usage, this also includes the updating of a lot of the functions and plugins. These changes, triggered additional changes and revamping on certain areas in the core system, removes some older code that wasn't absolutely necessary. This release also includes updates for the callback system. The callback allows built-in and custom callbacks.

5.9 RC7

28 Aug 21:53
Compare
Choose a tag to compare
5.9 RC7 Pre-release
Pre-release

This release candidate approaches the stable release. Should be considered one of the finals RC's for 5.9 if not the final. It includes many improvements, and structural changes of the core and standardizes uses of APIs. Integrates queue, payload, caching, callback systems.

5.9 RC5b

23 Aug 15:43
Compare
Choose a tag to compare
5.9 RC5b Pre-release
Pre-release

Added missing keyword from RC5, that causes Cjax to show some errors.

5.9 RC5

23 Aug 12:57
Compare
Choose a tag to compare
5.9 RC5 Pre-release
Pre-release

This release improves a little the processing of wildcard selected elements, completely revamps the uploader plugin and updates other plugins to be fully functional with the newest updates. Other minor fixes and improvements. Improves documentation, included more troubleshooting suggestions and new console usage documentation. Uses Sizzle as default element handler, and loads it by default - deprecating the $config->sizzle setting. Improve the overlay when settings are passed. Added smarter way to locate ajax.php if you use the new methods of just entering a controller and method (without the file name).

5.9 RC4

20 Aug 14:34
Compare
Choose a tag to compare
5.9 RC4 Pre-release
Pre-release

prop() and swap(), further integration with advanced selectors.
Improved docs & examples
fixed an issue with having multiple instances of one plugin would some time send the same info for both instances.
other minor defects fixed.

5.9 RC3b

19 Aug 13:24
Compare
Choose a tag to compare
5.9 RC3b Pre-release
Pre-release

got rid of 'AJAX_VIEW' from CI integration

5.9 RC2

18 Aug 20:38
Compare
Choose a tag to compare
5.9 RC2 Pre-release
Pre-release

This RC2 improves upon RC1, it expands the payload system, and provides payload support larger range of elements. It includes a new pagination plugin, adds another plugin 'Spin Text' which introduces text effects into Cjax.

5.9 RC1

17 Aug 11:00
Compare
Choose a tag to compare
5.9 RC1 Pre-release
Pre-release

Improvements to the core system
Improved overall scalability and heavy duty usage
Improvements to the callback system and plugin loading system
Improved caching system and integrated smart caching, fully integrated with $ajax->call()
Improved Examples & Docs
Full built-in integration system, that allows built-in integrations rather than releasing different packages
Codeigniter Integration built-in
New function UpdateX()
Implemented payload system
Improved JS plugin system tools
Many other updates that improvements to the overvall system.