Today, we have released XenForo Importers 1.0.1, a maintenance release for our importers add-on. This release primarily targets bug fixes:
Some of the changes include:
Customers with the appropriate, active license may download XenForo Importers via their customer area.
Download XenForo Importers 1.0.1
Some of the changes include:
- vBulletin: Only rewrite quotes where a post ID is specified in the quote BB code.
- vBulletin: Re-implement the blogModerators step and disable the blogUsers step.
- vBulletin: Prevent errors when importing smilies if there are no smilies to import..
- vBulletin: Process buddy/ignore lists correctly.
- vBulletin: Double-encoded strings (usernames, titles etc.) are now not double-encoded
- General: Importers are now expected to decide for themselves whether each field should have HTML entities decoded or not. You can either do this using
EntityEmulator->set($fieldName, $value, [EntityEmulator::UNHTML_ENTITIES => true])
or if the value is not going to automatically pass toconvertToUtf8()
, you can useconvertToUtf8($value, null, true)
by calling it directly. - General: Fix some mis-titled templates and phrases in the initial release.
Customers with the appropriate, active license may download XenForo Importers via their customer area.
Download XenForo Importers 1.0.1