Skip to content

0.2.2

Latest
Compare
Choose a tag to compare
@jgonyea jgonyea released this 13 Oct 03:24
· 2 commits to develop since this release

v0.2.2

10/12/2024

    • wp2grav-site now generates a site.yaml in the EXPORT/config directory based on the WP site information.
    • Export plugins are now dynamically loaded. New plugins should be placed in this plugins's plugin folder alongside the other ones.
      • Example: Filename should be wp2grav-<EXPORT_TYPE>, where <EXPORT_TYPE> is hyphenated, and the main php function should be wp2grav_export_<EXPORT_TYPE>, underscored.
    • Issue #11 - Inline media wasn't being processed by Grav image cache generation, so resizing was being ignored.
    • Taxonomy (Categories/ tags) should no longer export duplicated

Full Changelog: 0.2.1...0.2.2