mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 09:08:42 +02:00
- Autoloader for portal files in the itop-portal-base module - Dependencies moved to root composer.json - Add autoloader for /core and /application content
48 lines
1.0 KiB
Markdown
48 lines
1.0 KiB
Markdown
CHANGELOG
|
|
=========
|
|
|
|
3.4.0
|
|
-----
|
|
|
|
* Deprecated the `web_profiler.position` config option (in 4.0 version the toolbar
|
|
will always be displayed at the bottom) and the `web_profiler.debug_toolbar.position`
|
|
container parameter.
|
|
|
|
3.1.0
|
|
-----
|
|
|
|
* added information about redirected and forwarded requests to the profiler
|
|
|
|
3.0.0
|
|
-----
|
|
|
|
* removed profiler:import and profiler:export commands
|
|
|
|
2.8.0
|
|
-----
|
|
|
|
* deprecated profiler:import and profiler:export commands
|
|
|
|
2.7.0
|
|
-----
|
|
|
|
* [BC BREAK] if you are using a DB to store profiles, the table must be dropped
|
|
* added the HTTP status code to profiles
|
|
|
|
2.3.0
|
|
-----
|
|
|
|
* draw retina canvas if devicePixelRatio is bigger than 1
|
|
|
|
2.1.0
|
|
-----
|
|
|
|
* deprecated the verbose setting (not relevant anymore)
|
|
* [BC BREAK] You must clear old profiles after upgrading to 2.1 (don't forget
|
|
to remove the table if you are using a DB)
|
|
* added support for the request method
|
|
* added a routing panel
|
|
* added a timeline panel
|
|
* The toolbar position can now be configured via the `position` option (can
|
|
be `top` or `bottom`)
|