Today I launch the public release of SharepointPlus version 3.0
Several changes in this version :
- You now have to use
$SP()
instead of$SP
; - All the “list” and “url” data must now be passed to the
list()
function; - Add a beta feature for
get()
that permits to do a JOIN closure…. in the coming months I’ll improve this feature (e.g. I want to use the Sharepoint 2010 JOIN option); - Less dependencies to jQuery (the goal is 0 dependencie);
- Other stuff (see the changelog)
Everything you need to know is in the documentation.