Skip to content

2.4.12 release

Compare
Choose a tag to compare
@jcheron jcheron released this 24 Apr 22:57
· 371 commits to master since this release

Added

  • count method to AbstractRepository
  • app methods to Logger: appLog, appInfo, appError...
  • regenerateId for USession
  • DataFormHelper class for model form generation
  • forward method to UResponse

Fixed

  • php 8.1 deprecation in Validator, UModel, UArrayModel classes
  • checkConnection in AuthController
  • data-target bug in MultiResourceCrudController
  • UCookie pb with transformers

removed

  • diSemantic and diBootstrap in Framework => use Ajax\php\ubiquity\JsUtils::diSemantic(...) instead.