You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Moved `Phalcon\Container` to `Phalcon\Container\Container`[#15796](https://github.com/phalcon/cphalcon/issues/15796)
14
+
- Changed the `Phalcon\Support\Collection::get()` to return the default value if the key does not exist or the value is `null` to mirror the behavior of v3. [#15370](https://github.com/phalcon/cphalcon/issues/15370)
15
+
- Moved `Phalcon\Registry` to `Phalcon\Support\Registry`[#15802](https://github.com/phalcon/cphalcon/issues/15802)
16
+
- Moved `Phalcon\Url` to `Phalcon\Mvc\Url`[#15798](https://github.com/phalcon/cphalcon/issues/15798)
17
+
- Moved `Phalcon\Loader` to `Phalcon\Autoload\Loader`[#15797](https://github.com/phalcon/cphalcon/issues/15797)
18
+
- Changes to `Phalcon\Autoload\Loader`:
19
+
- Renamed `registerClasses()` to `setClasses()`
20
+
- Renamed `registerDirectories()` to `setDirectories()`
21
+
- Renamed `registertExtensions()` to `setExtensions()`
22
+
- Renamed `registertFiles()` to `setFiles()`
23
+
- Renamed `registertNamespaces()` to `setNamespaces()`[#15797](https://github.com/phalcon/cphalcon/issues/15797)
24
+
- Moved `Phalcon\Di` to `Phalcon\Di\Di`[#15799](https://github.com/phalcon/cphalcon/issues/15799)
25
+
- Removed references to `Phalcon\Tag` from the framework in favor of `Phalcon\Html\TagFactory`[#15801](https://github.com/phalcon/cphalcon/issues/15801)
26
+
-`Phalcon\Forms\Form` requires a `Phalcon\Html\TagFactory` to be set before it can render elements [#15801](https://github.com/phalcon/cphalcon/issues/15801)
27
+
-`Phalcon\Di\FactoryDefault` will now return a `Phalcon\Html\TagFactory` for the `tag` service [#15801](https://github.com/phalcon/cphalcon/issues/15801)
28
+
29
+
## Fixed
30
+
-`Phalcon\Logger\LoggerFactory::load()` to correctly use the key of the adapters array as the name of the adapter [#15831](https://github.com/phalcon/cphalcon/issues/15831)
- Added `filter`, `camelize`, `dynamic` and `uncamelize` in `Phalcon\Support\HelperFactory`[#15805](https://github.com/phalcon/cphalcon/issues/15805)
43
+
- Added `Phalcon\Autoload\Loader::getDebug()` to collect debugging information from the loader (enabled from the constructor) [#15797](https://github.com/phalcon/cphalcon/issues/15797)
44
+
45
+
## Fixed
46
+
- Fixed `Phalcon\Dispatcher\Dispatcher::setParams()` not updating local params during `dispatch()` loop [#15603](https://github.com/phalcon/cphalcon/issues/15603)
47
+
- Fixed related records auto-save with `belongsTo()` relation [#15148](https://github.com/phalcon/cphalcon/issues/15148)
48
+
49
+
## Removed
50
+
- Removed `Phalcon\Exception`; replaced by `\Exception`[#15800](https://github.com/phalcon/cphalcon/issues/15800)
0 commit comments