SQLI Import 1.0.3 released

This version fixes :

It also implements a shorthand method to easily handle HTML in content API :

// Code below is available in an import handler
$content->fields->intro = $this->getRichContent( $myHTMLContent );

// Code below is available everywhere
$content->fields->intro = SQLIContentUtils::getRichContent( $myHTMLContent );

Article info

Comments disabled