You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 29, 2024. It is now read-only.
Function 'get_page_by_title' not working, because in title field are stored titles for all languages. Use function 'wpm_get_page_by_title( $title )' as solution.
172
172
173
+
NOTE: Because plugins have different ways of storing data, WP Multilang is not compatible with every single plugin out-of-the-box (mostly page builders). This may result in texts not being translatable or translations not being saved. Most of these issues can be resolved using the integration options (wpm-config.json or filters) of WP Multilang.
174
+
175
+
Please try WP Multilang in a test-environment before activating it on an existing production site and always make a backup before activating!
176
+
173
177
== Installation ==
174
178
175
179
1. Upload the plugin files to the `/wp-content/plugins/wp-multilang` directory, or install the plugin through the WordPress plugins screen directly.
@@ -196,6 +200,10 @@ If you have opened several browser tabs for editing this post in different langu
196
200
197
201
== Changelog ==
198
202
203
+
= 2.2.1 =
204
+
- fixed escaping text. Have error on some sites.
205
+
- fixed ACF PRO menu integration. Have error on ACFv4.
206
+
199
207
= 2.2.0 =
200
208
- added alternate locale for opengraph in YOAST SEO
0 commit comments