-
Notifications
You must be signed in to change notification settings - Fork 4
/
readme.txt
84 lines (58 loc) · 3.23 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
=== Simple Admin Language Change ===
Contributors: vyskoczilova
Tags: admin language, backend language, localization, backend, English
Requires at least: 4.7
Tested up to: 6.7
Stable tag: 2.0.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
GitHub Plugin URI: https://github.com/vyskoczilova/Simple-Admin-Language-Change/
Change your dashboard language quickly and easily from the admin bar as often as you need.
== Description ==
The lightweight plugin extends the default WordPress functionality (user settings in Profile) and pulls out the language selection to the admin bar so you can easily switch between them.
Do you want help with the development? Join the [Github](https://github.com/vyskoczilova/Simple-Admin-Language-Change/)!
== Frequently Asked Questions ==
= I want to switch to a different language =
You need to install the language first.
1. Go to `Settings -> General`.
1. Select the desired `site language` and hit `save changes`. The language gets installed.
1. Change the `site language` back to the old value.
1. Now you can switch in the dropdown.
= How can I report security bugs? =
You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. [Report a security vulnerability.](https://patchstack.com/database/vdp/simple-admin-language-change)
== Installation ==
= EN =
1. Upload the plugin to your website or install via plugin management.
1. Check whether the WooCommerce plugin is installed and active.
1. Activate the plugin through the `Plugins` menu in WordPress administration
1. (If you wish, go to the `Settings` and `General` to select different installed language instead of English)
1. Done!
== Screenshots ==
1. Changing languages and installing another language (French)
== Changelog ==
= 2.0.5 (2024-10-31) =
* Fix PHP 8.2 deprecation notice on mb_convert_encoding.
= 2.0.4 (2021-07-27) =
* Lower the permissions check - anybody with "read" permissions (e.g., subscriber) can change their locale with the dropdown when logged into the admin.
* Hide the language switcher on the front end - the top admin bar is affected by site language, not the user's choice (opened [trac ticket](https://core.trac.wordpress.org/ticket/53794) for that)
= 2.0.3 (2021-05-08) =
* Replace textdomain `kbnt-salc` with `simple-admin-language-change` to make it work with GlotPress ([more info](https://wordpress.org/support/topic/text-domain-issue-30/))
= 2.0.2 (2021-05-03) =
* Fix security issues
* Check for the empty nonce.
* Escape translations.
= 2.0.1 (2021-05-03) =
* Fix security issues (thanks @ErwanLR from WPScan for reporting!)
* Check for the empty nonce.
* Check for user permission within ajax request.
* Retrieve current user ID within the request.
* Make error messages translatable.
= 2.0.0 (2021-05-02) =
* Drop the old functionality replaced by an integrated solution since WordPress 4.7
* Add a simple select box into the admin bar instead.
= 1.0.2 (2018-02-25) =
* Fix: enable localization
= 1.0.1 (2018-02-18) =
* Fix: PHP 7 deprecated methods - compatibility ([#1](https://github.com/vyskoczilova/Simple-Admin-Language-Change/issues/1))
= 1.0.0 (2016-10-06) =
* Initial version