Releases: candango/myfuses
MyFuses 0.18
MyFuses 0.17
What's new in MyFuses 0.17
Aug 26, 2020
We are pleased to announce the release of MyFuses 0.17.
- Fixed get path return.
MyFuses 0.16
What's new in MyFuses 0.16
Aug 26, 2020
We are pleased to announce the release of MyFuses 0.16.
- Added smarty namespace to the project.
MyFuses 0.15
What's new in MyFuses 0.15
Aug 22, 2020
We are pleased to announce the release of MyFuses 0.15.
- Fixed bad circuit exception handling.
MyFuses 0.14
What's new in MyFuses 0.14
Aug 06, 2020
We are pleased to announce the release of MyFuses 0.14.
- Fixed exception and security structure.
- Plugins will accept namespaces instead find a class by it's name.
- If you define plugins with namespace don't use name.
MyFuses 0.13
What's new in MyFuses 0.13
Aug 06, 2020
We are pleased to announce the release of MyFuses 0.13.
Fixed code generated from do verbs used in the myfuses.xml global fuseactions.
MyFuses 0.12
What's new in MyFuses 0.12
Aug 06, 2020
We are pleased to announce the release of MyFuses 0.12.
Removed warning when child arguments is null.
MyFuses 0.11
What's new in MyFuses 0.11
Aug 06, 2020
We are pleased to announce the release of MyFuses 0.11.
Added namespace to the class definition, now we can use psr-4 autoload to instantiate classes with namespaces with composer.
MyFuses 0.10
What's new in MyFuses 0.10
Aug 05, 2020
We are pleased to announce the release of MyFuses 0.10.
This is the first release with namespaces, it is target to php 7 and basically maintain all features from the php 5 version with minimal changes.
From this version we evolve this framework to new things.
MyFuses 0.0.9.9
Fixed PHP 7 warning where counting a null value. Just set child arguments as an array.