Skip to content

First Official release

Compare
Choose a tag to compare
@todstoychev todstoychev released this 22 Feb 18:47
· 64 commits to master since this release

This is the first official release.
What has been changed?
Almost everything.
The module now has an file manager component which is responsible for uploading the files and generating an unique file name.
New architecture added in manipulations section. There are different classes for each manipulation like crop, resize and etc. They are instantiated through the ManipulatorFactory.
Added implementations of the Imagine's Box and Point interfaces.
Processor and the Icr classes keeped their structure.