Skip to content

Releases: dubas-pro/ext-uuid-field

2.0.0

04 Sep 15:42
Compare
Choose a tag to compare

What's Changed

  • The extension was moved to the custom directory.
  • Dropped support for PHP 7.4.
  • Updated URL for checking if the latest release is available.
  • Removed UuidManager entity. Read more about it below.
  • Added uuidVersionClassNameMap in metadata/app/uuid.json for easier handling of UUID versions.

UUID Manager

We introduced the UUID Manager entity to mimic the PhoneNumber entity's functionality, which lets us view stored phone numbers. However, we've found that the UUID Manager entity doesn't serve a significant purpose in our CRM and isn't used much. So, we decided to remove it, making our code cleaner and allowing us to focus more on the essential parts.

If you haven't used the UUID Manager, upgrading to version 2 won't affect you. However, if you rely on this feature, you might want to hold off on upgrading. Please raise an issue in this repository, and we'll assist you in migrating to the updated version. This ensures a smooth transition for users who have been utilizing the UUID Manager functionality.

Full Changelog: 1.0.0...2.0.0

1.0.0

24 May 18:56
Compare
Choose a tag to compare

Added

  • UUIDs Manager to keep track of all UUIDs stored in the system. Available from Administration > Data > UUIDs.
  • Helper console command for indexing UUIDs and generating UUIDs for newly created fields.
    php command.php uuid-index [--scope=SCOPE|-all] [--populate-mode]
    
    Options:
    --scope=SCOPE           Comma separated list of entity types.
    --all                   Select all entity types.
    --populate-mode         Generates UUIDs for all empty fields.
    
  • This CHANGELOG file.
  • Uploaded full source code used to compile the extension.

Changed

  • Minimum EspoCRM requirement to 6.1.0.
  • Minimum PHP requirement to 7.3.
  • Updated README file.
  • Changed field type name from "Dubas UUID" to just "UUID" in Entity Manager.

Download URL: https://devcrm.it/download/?file=33a766ac-c5e0-4f77-91a3-9f1c5cb68983

0.0.2

31 Jan 06:00
Compare
Choose a tag to compare
  1. Fixing issue with creating file in version higher than 6.0.9 of EspoCRM.

Download URL: https://devcrm.it/download/?file=72f7aafe-02ad-4113-be99-e047637b27ef

0.0.1

21 Dec 06:12
3709079
Compare
Choose a tag to compare