Skip to content

Commit

Permalink
build(version): 0.6.7.6
Browse files Browse the repository at this point in the history
- UUID pour le User Mél
  • Loading branch information
tpayen committed Jun 26, 2024
1 parent 431153c commit b5ac793
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
ORM M2 - 0.6.7.6
------
- UUID pour le User Mél

ORM M2 - 0.6.7.5
------
- 0008366: Alléger la méthode listEventsByUid
Expand Down
9 changes: 2 additions & 7 deletions Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,11 @@ class Version {
/**
* Numéro de version
*/
const VERSION = '0.6.7.5';

/**
* Numéro de version normalisé
*/
const NORMALIZED_VERSION = '0.6.7.5';
const VERSION = '0.6.7.6';

/**
* Build
*/
const BUILD = '20240613140852';
const BUILD = '20240626121752';

}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "messagerie-melanie2/orm-m2",
"version" : "0.6.7.5",
"version" : "0.6.7.6",
"description" : "ORM pour l'accès aux données Mél",
"keywords" : [
"ORM",
Expand Down
1 change: 1 addition & 0 deletions src/Api/Mel/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ class User extends Defaut\User {
"double_authentification_date_butoir" => [MappingMce::name => 'mineqinfosec', MappingMce::prefixLdap => '2FA.DateButoir: ', MappingMce::type => MappingMce::dateLdap],
"double_authentification_date_grace" => [MappingMce::name => 'mineqinfosec', MappingMce::prefixLdap => '2FA.DateDeGrace: ', MappingMce::type => MappingMce::dateLdap],
"is_external" => [MappingMce::name => 'dn', MappingMce::type => MappingMce::booleanLdap],
"uuid" => "uniqueidentifier",
];

/**
Expand Down

0 comments on commit b5ac793

Please sign in to comment.