Skip to content

Commit e3508c8

Browse files
committed
[skip ci] Update version to 2.4.4
1 parent 1ba4cca commit e3508c8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66
## [Unrelease]
77
- Nothing
8-
## [2.4.4] Coming soon
8+
## [2.4.4] 2021-04-25
99
### Added
1010
- `UArrayModels` class for array of models manipulation (GroupBy, asKeyValues, sorting...)
11+
- `UModel` class for models manipulation (property updating...)
12+
- `ubiquity-debug` integration
1113
### Fixed
1214
- Boolean types pb [#174](https://github.com/phpMv/ubiquity/issues/174)
1315
- ResponseFormatter import [#173](https://github.com/phpMv/ubiquity/issues/173)

src/Ubiquity/core/Framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
use Ubiquity\cache\CacheManager;
2222

2323
class Framework {
24-
public const version = '2.4.3';
24+
public const version = '2.4.4';
2525

2626
public static function getVersion() {
2727
return self::version;

0 commit comments

Comments
 (0)