You can use an older version, but make sure to add these lines into all php files in the "modules" folder of the mods that don't work.
Place this after your first class {
PHP:
/**
* @brief Has been CSRF-protected
*/
public static $csrfProtected = TRUE;
And you should be able to use the plugin without issues.