Skip to content

Releases: umdevelopera/um-polylang

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
adb7029
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