With the .gitignore moved to the root folder the vendor folder is still ignored from our version control but won't be ignored after installing the plugin (which only includes the friendly-captcha folder) into a Wordpress site. This way users can have their Wordpress site in version control together with all the dependencies.
With the
.gitignore
moved to the root folder the vendor folder is still ignored from our version control but won't be ignored after installing the plugin (which only includes thefriendly-captcha
folder) into a Wordpress site. This way users can have their Wordpress site in version control together with all the dependencies.fixes #128