• 10/02/2015: 2.1.5

    • Finally, a filter to limit file upload size and image upload size («bxcft_files_max_filesize» and «bxcft_images_max_filesize»). See FAQ for more info.
    • I have moved the initialization of variables that control the types of files and images allowed inside the «init» method because it was not working from the constructor. The filters «images_ext_allowed» and «files_ext_allowed» should work now as expected.
    • When the extension of file or image is wrong or the size is greater than maximum, I display now a custom message error and not the default message from buddypress. This message can be customized in language files.
    • Spanish, English and French translations updated. The rest is pending, any contribution is welcome.