Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
33 lines (30 sloc)
1.29 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8.0.2 | |
- Removed Difra\Envi\UserAgent | |
8.0.1 | |
* Bumped PHP version requirement to 8.1 | |
* Removed ESAPI library | |
* Moved Difra\Cache to difra/lib-cache | |
* Moved Difra\DB to difra/lib-db | |
* Moved Difra\Locales\Wordforms to difra/lib-wordforms | |
* Moved Difra\Logger to difra/lib-logger | |
* Moved Difra\Mailer to difra/lib-mailer | |
* Moved Difra\Security to difra/lib-security | |
* Moved build/ configs to github.com/difra/tests | |
- Removed obsolete XCache and SharedMemory support | |
- Removed very old methods from Difra\Locales | |
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 | |