Skip to content

Releases: solital/core

4.8.2

14 Aug 16:38

Choose a tag to compare

Released Notes

v4.8.2 - (2025-08-14)

Fixed

  • Fixed encrypt and decrypt hash

4.8.1

04 Jul 10:26

Choose a tag to compare

Released Notes

v4.8.1 - (2025-07-04)

Fixed

  • Fixed implicit nullable in HttpControllerTrait trait

4.8.0

18 Jun 13:16

Choose a tag to compare

Released Notes

v4.8.0 - (2025-06-18)

Added

  • Added Number::toRoman method
  • Added support to ignore migration
  • Added --refresh an --reset options to migrations

4.7.1

05 Apr 13:47

Choose a tag to compare

Released Notes

v4.7.1 - (2025-04-05)

Fixed

  • Fixed and added new validation package

Removed

  • Removed wixel/gump package

4.7.0

31 Mar 13:51

Choose a tag to compare

Released Notes

v4.7.0 - (2025-03-31)

Added

  • Added Str::doesntContain(), Str::between() and Str::uuid() methods
  • Added disableCoreDebug method in init method

Deprecated

  • Deprecated getMonthInt method in Temporal component
  • Deprecated time property in TaskSchedule class

4.6.2

04 Mar 16:29

Choose a tag to compare

Released Notes

v4.6.2 - (2025-03-04)

Changed

  • Changed message in console when not exists commands

4.6.1

30 Dec 16:20

Choose a tag to compare

Released Notes

v4.6.1 - (2024-12-30)

Fixed

  • Fixed attribute in make schedule
  • Fixed print in scan component
  • Fixed explicit nullable in CommandException

4.6.0

11 Oct 16:10

Choose a tag to compare

Released Notes

v4.6.0 - (2024-10-11)

Added

  • Added session handler support
  • Added session.yaml file to configuration
  • Added policy validation trait for Password
  • Added render pure HTML in Wolf
  • Added cookie helper
  • Added setMicrosecond, getMicrosecond, createFromTimeStamp,
    toi18nFormat, getTextualDay, getTextualShortDay, getTextualMonth,
    getTextualShortMonth, getLastDayOfMonth, getEasterDate,
    getEasterDateOrthodox, isLeapYear methods to Temporal class

Fixed

  • Fixed Cookie class to PHP 8.3 cookie parse

Deprecated

  • Deprecated getMonthName and getMonthShortName methods in Temporal class

4.5.4

12 Sep 17:52

Choose a tag to compare

Released Notes

v4.5.4 - (2024-09-12)

Fixed

  • Fixed PHP 8.4 implicit nullable
  • Fixed types in Route class
  • Fixed message helper not get message
  • Fixed session start already exists

Changed

  • Changed Password class to use AlgorithmEnum
  • Changed controller and model template as final
  • Changed password cost to 12 in auth.yaml
  • Changed return types in auth template
  • Changed cost option in auth.yaml to 12

4.5.3

22 Aug 11:43

Choose a tag to compare

Released Notes

v4.5.3 - (2024-08-22)

Fixed

  • Fixed Schedule class not found
  • Fixed JSON class
  • Fixed take param in session helper