Skip to content

0.4.5

Compare
Choose a tag to compare
@goncaloasimoes goncaloasimoes released this 18 Jul 07:59
· 97 commits to main since this release

Added

  • Search filter for link translations.
  • Add hidden input ubb_source for new menu's when linking.
  • Delete term's empty string ubb_source's from the DB if found.
  • Add handling for nav_menu language change.
  • Develop section on the README.md.
  • wp-env setup.
  • Update NodeJS to v18.
  • Replace ReactDOM.render() with createRoot to be compatible with React >17.
  • SearchWP integration.

Changed

  • Improved loading in link translations modal.

Fixed

  • Always include wp-admin/includes/plugin.php so we have is_active_plugin() in the front-end.
  • Directory routing in cases for routes with {directory}?{key}={value}.
  • Added missing return when terms are empty in LangInterface::get_terms_for_source.
  • Bulk edit not working on non english back-offices and for non post post types.
  • No language filters not showing up for non post post types.