Skip to content

Releases: OctopyID/LaraPersonate

Allow Impersonation without UI Configuration

25 Nov 06:24
Compare
Choose a tag to compare

Full Changelog: v4.0.3...v4.1.0

In previous versions, you were required to add getImpersonateSearchField and getImpersonateDisplayText to your User model, even if you didn't use/need UI for impersonation.

In this version, you are free to not add those configs if you don't need them.

Fix Wrong Argument on Impersonate

18 Apr 16:44
Compare
Choose a tag to compare
  • Fix Wrong Argument on Impersonate #23

Full Changelog: v4.0.2...v4.0.3

v4.0.2

01 Apr 17:43
Compare
Choose a tag to compare

What's Changed

  • Allow impersonating users with empty passwords by @Joorren in #22
  • Laravel 11 Support

New Contributors

Full Changelog: v4.0.1...v4.0.2

Jetstream Compability

09 Nov 07:52
4c9705d
Compare
Choose a tag to compare

Enhanced Customization, API Updates and Security Improvement

23 Sep 20:26
Compare
Choose a tag to compare

Here's the overview of new features, improvements, and security updates introduced in Version 4.0.0:

New Features

  1. Event Handling: Addition of new events that are triggered after impersonation begin and leacing impersonation. This improves user interfaces and interactions for a better overall experience.

Enhancements

  1. Select Box Display Name Customization: Customizing the name displayed in the select box options has been made easier as it's now handled directly in the model method rather than through the config. This allows for superior and more flexible handling.
  2. Search Field Customization: The handling of search fields is now similarly flexible, enhancing database management.
  3. API Changes: We’ve made several changes to the API that improve user-friendliness and the overall effectiveness of the platform.

Security Updates

  1. Data Exposure Mitigation: Pivoting to improve the safety of our platform, major advancements have been made to prevent data exposure, thereby creating a safer space for user data.

We highly recommend upgrading to Version 4.0.0 to leverage these improvements and security updates. Your feedback is vital, so feel free to reach out if you're facing any issues.

Hiding Trashed Data Option

28 Feb 03:01
Compare
Choose a tag to compare

Fix Can't Resolve URL

26 Feb 17:10
Compare
Choose a tag to compare
  • Fix Can't Resolve URL When Project On Sub-Directory

Fix z-index

01 Feb 19:10
7f8724d
Compare
Choose a tag to compare
Add z-index

z-index

v3.x Initial Release

14 Jun 01:35
3e0ef7a
Compare
Choose a tag to compare

In previous versions, there were many limitations to the package, such as not being able to search for users by relation, not being able to customize what was shown in the interface.

But in this version, we support it all. We also made many changes both from UI design, core code and lots of additional testing to ensure the quality of this package.

Show Only In Http Code 2xx

08 Feb 02:14
7543165
Compare
Choose a tag to compare

This is to avoid Impersonate appearing on the exception page