Permalink
Cannot retrieve contributors at this time
7.0.0 | |
+ New Plugin system: install plugins with composer | |
+ New Event system with custom events support | |
+ Added View\HTML elements for direct html injections | |
+ SCSS support (work is in the progress) | |
+ Added SyslogUDP logger target | |
+ New Mailer with SMTP and multiple new features | |
+ Resourcer: dependencies support | |
* New controller naming scheme: \Controller\Path\Action instead of PathActionController | |
* Some Difra features moved to plugins | |
* New entry point: just include vendor/autoloader.php and call \Difra::main() | |
* View is not static anymore | |
* Sitemap builder is now Difra\Tools\Sitemap and it's event-driven | |
* Modified paginator html | |
* Difra\DB methods now throw Difra\DB\Exception instead of Difra\Exception | |
* New Difra\Envi\Roots class for paths control instead of DIR_* variables | |