Skip to content

Releases: umdevelopera/um-polylang

v1.2.2

09 Feb 21:06
Compare
Choose a tag to compare

Changelog

  • Enhancements:
    • Added support for a new "Custom post types and Taxonomies" logic.
    • Added a feature to save a chosen language to localize scheduled emails.
    • Localized the account activation link {account_activation_link} in email.
    • Localized the password reset link {password_reset_link} in email.
    • Updated the "Email notifications" table in settings.
  • The plugin structure has been updated.
  • Documentation has been updated.

Tested

  • PHP: 8.2.12
  • WordPress: 6.7.1
  • Polylang: 3.6.6
  • Ultimate Member: 2.9.2

v1.2.1

18 Dec 13:13
Compare
Choose a tag to compare

Changelog

  • Enhancements:
    • Tweak: The core page links are localized using the page_link hook.
    • Tweak: The logout redirect URL is localized.

Tested

  • PHP: 8.2.12
  • WordPress: 6.7.1
  • Ultimate Member: 2.9.1

v1.2.0

10 Nov 21:00
Compare
Choose a tag to compare

Changelog

  • Enhancements:

    • Added: Language switcher shortcode [um_pll_switcher].
    • Added: Integration with the Account tabs extension. Custom account tabs are translatable now.
    • Added: Integration with the Profile tabs extension. Custom profile tabs are translatable now.

Tested

  • PHP: 8.2.12
  • WordPress: 6.7-RC4
  • Ultimate Member: 2.8.9

v1.1.1

25 Dec 12:08
Compare
Choose a tag to compare

Changelog

  • Tweak: Displays forms/posts that need translation in the notice.
  • Tweak: Copy fields to the draft when translating a form manually.
  • Tweak: Automatically flush rewrite rules after bulk pages creation.

Tested

  • PHP: 8.1.17
  • WordPress: 6.4.2
  • Ultimate Member: 2.8.1

v1.1.0

03 Dec 23:55
Compare
Choose a tag to compare

Changelog

  • Added: Polylang integration for Ultimate Member forms.
  • Added: The "Create Forms" notice and button.
  • Added: The "Create Pages" notice and button.
  • Added: The lang parameter to the account activation link.
  • Added: Translation template (.pot file).
  • Fixed: Classes autoloader issue: Class "um_ext\um_polylang\core\Fields" not found.

What's Changed

New Contributors