SharepointPlus v3.0.6
Changelog:
- Change the default value of "dateInUTC" to false for $SP().list().get()
- Change $SP().toDate() to parse correctly the UTC dates
- Fix $SP().formfields().val() to select the values passed in the same order as provided for a "lookup multiple" type
- Add support for "LookupMulti" for $SP().list().info()
- Fix a bug with $SP().toXLSString() when a number is in the first word
- Fix a bug with $SP().formfields().val() when the field is a mutiple line of text and we're not on IE
- Fix a bug with $SP().formfields().val() when the field is a people picker
- Add the $SP().createFolder() function that permits to create a new folder into a Document Library
- Add more options to $SP().list().get() to deal with the Document Libraries (see 'folderOptions')
- Add another option to $SP().list().get() that permits to overwrite the "" part of the query
- Add $SP().list().history() to get the versioning content for a field (like the Multiple Lines of Text when versioning is on)