Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
! Vanilla 1.0.3 Released !
This discussion has been closed.
Comments
You have enabled Attachments 2.0, but it needs Vanilla 1.0.1! Your current Vanilla version is: 1.0.3
What's the problem?
if( APPLICATION_VERSION !== '1.0.1' ) {
by
if (version_compare(APPLICATION_VERSION, '1.0.1', '<')) {