Skip to content

Releases: jgonyea/wp2grav_exporter

0.2.2

13 Oct 03:24
Compare
Choose a tag to compare

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

0.2.1

12 Oct 05:10
Compare
Choose a tag to compare

v0.2.1

10/12/2024

    • Image media (featured, attached, and in-line) now exports properly!
    • Single posts can be exported via `wp wp2grav-posts --id=
    • Lots of phpcs fixes across the board.

Full Changelog: 0.1.1...0.2.1

0.1.1

10 Oct 04:49
Compare
Choose a tag to compare
    • ACF image field now exports to Grav page type.
    • Built-in wordpress password generator replaces custom one.
    • Added more user meta fields: first_name, last_name, description,
    • Grav Full Name now follows the preferred name in Wordpress.
    • PHPCS coding standard cleanups
    • Exported user locale now defaults to English if another pairing isn't found.
    • All user roles can now login to the grav admin portal.