This commit is contained in:
erwanlr
2019-03-30 07:20:14 +00:00
parent 1baa3e23b2
commit 07b3826806
509 changed files with 82506 additions and 48 deletions

View File

@@ -0,0 +1,80 @@
== Changelog ===
1.4.8 - 2019-01-02 =
* Fixed the security issue, now the secrate key will be generated from WP salt function which is not the same key for other websites that use this plugin.
= 1.4.7 - 2018-06-12 =
* Fixed the CSS issue in the search dropdown that shows transparent text.
= 1.4.6 - 2018-03-08 =
* Fixed some languages issue.
= 1.4.5 - 2018-03-08 =
* Fixed switch user permission issue.
= 1.4.4 - 2018-03-08 =
* Updated some more strings on language files.
= 1.4.3 - 2018-03-08 =
* Updated language files.
= 1.4.2 - 2018-03-08 =
* Site Administrators can quickly swithch to the user on the current order details page. Site owner or administrator can allow this option enable/disable from the plugin settings.
= 1.4.1 - 2018-03-07 =
* If you switch user role of your site, cart will be empty automatically. Same function will happen when switch back to the old user.
* Added a new settings to control "Empty WooCommerce cart item during switching" this in the plugin settings page. If you check this setting, the woocommerce cart will be empty otherwise not.
= 1.4 - 2018-02-22 =
* New settings for adding different user roles
* Assigned user roles can get option to switch other user roles.
= 1.3.7 - 2017-11-29 =
* When switching user on the backend, redirect to the vendor dashboard.
= 1.3.6 - 2017-11-29 =
* When switching user on the frontend back to the current page.
= 1.3.5 - 2017-11-28 =
* Fixed "Switch User" issue on the front end, which should not show the black top bar as vendor is not admin.
= 1.3.4 - 2017-11-22 =
* To be able to search in e-mail address, user name, ID and person names.
= 1.3.3 - 2017-10-11 =
* Added a new link to the plugin settings below the line “Settings”.
* Added an option to show the login date after the username for the last 5 logins, so by default it becomes: “Firstname Surname (Role - username - date).
= 1.3.2 - 2017-10-11 =
* Fixed settings issue
= 1.3.1 - 2017-10-11 =
* Fixed Fatal error, updated file "fast-user-switching.php" - line 304
= 1.3.0 - 2017-10-11 =
* Fixed User role issue
* Added a new options for setting like "Show first name and surname", "Show role (access level)" and "Show user name". All three options are default enabled when you update this plugin.
* Updated .po and .mp files
= 1.2.3 - 2017-10-09 =
* Fixed search for user role "employee" on the user switch dropdown, before it shows the username but the role didn't show inside ()
= 1.2.2 - 2017-10-02 =
* Fixed front-end style.
= 1.2.1 - 2017-10-02 =
* Updated .po and .mp files
= 1.2.0 - 2017-10-02 =
* Shortened the length of the dropdown, so the length matches ex. 5 latest. If you have searched, then length should match 5 latest and 10 search results.
* The search results included a scroll bar, so you can scroll inside dropdown, and see all results.
* Fixed the input field in the top bar and the button looks a bit strange in Safari.
* Added the users access level to each line for last results and search results, so they are listed as “Firstname Surname (Access level)”
* Changed “Impersonate user” to “Switch user” in all texts.
* Changed input field “Submit” to “Search/Søg”
= 1.0.1 =
* Fixed the issue for prior to PHP 5.5
= 1.0.0 =
* Initial release.