Skip to content

v3.0.0

Choose a tag to compare

@hirasso hirasso released this 05 Nov 09:32
· 88 commits to main since this release
d7af5cf

Major Changes

  • 0f1d04e: - BREAKING Renamed the plugin from hirasso/rh-acf-multilingual to hirasso/acf-multilingual

    • BREAKING The root namespace was changed from ACFML to Hirasso\ACFML

    If you have this plugin installed via composer, update your composer.json:

    {
    -  "hirasso/rh-acf-multilingual": "^2.0",
    +  "hirasso/acf-multilingual": "^3.0",
    }

Minor Changes

Patch Changes

  • 52be3e6: Add types and type checking
  • 0f1d04e: Update the README so that it reflects the actual functionality :)