All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2021-05-24
- 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.
- 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.
- Incorrect (propriety!) license header in source files. GPL-licensed components is also free and is licensed under the GPL.
0.0.2 - 2021-01-31
- Minimum EspoCRM requirement to 6.0.9.
- Compatibility for EspoCRM 6.0.9 or later.
0.0.1 - 2020-12-01
- First release.