This Plugin is under current development. To reach a permanently high quality standard we defined a development, testing and release cycle based on the git flow pattern. [Here](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow) you can get further information to get a deeper understanding of git flow and it's idea.
The development tasks under git flow are separated into different types:
* Feature
* Release
* Bugfix
* Hotfix
#### Features and Releases
A feature is a new or expanded functionality of the plugin. The ability to create a capture over the CrefoPay API based on the invoice creation in Magento2 is a feature if the plugin.
Features will normally not being pushed to the current version as a stand alone, but at least one feature together with one or more other features and optional together with some hotfixes ...