Country Flag
Allows users to display their countries' flag on posts, profile and member list.
Change Log for Country Flag
Version 1.4 stable Build #7
- Fixed undefined error in Admin CP with PHP 8.2
Version 1.3 stable Build #6
- Added check to see if THIS_SCRIPT is defined
- Fixed PHP 8.0 errors
- Changed hook for Admin CP user editing
- Use require_once for template updates
Version 1.2.1 stable Build #5
-Bug: Fixed major bug with validation
Version 1.2 stable Build #4
- Use my_validate_url function
- Removed PHP closing tags
- Use THIS_SCRIPT for template caching
- Added ability to add multiple countries at once
- Caching templates in all postbit areas
- Bug: Added validation of selected country
- Use cache instead of query
- Updated find_replace_templatesets check for User CP
- Indented templates
- Variable cleanup
Version 1.1.1 stable Build #3
- Updated cache delete function
- Use queried id instead of input
- Use htmlspecialchars_uni when logging admin action
- Added mention that language strings can be used in country names
- Dropping useless globals
Version 1.1 stable Build #2
- Added PostgreSQL and SQLite support
- Changed (int)$mybb->input to $mybb->get_input
- Changed bad file encoding
Version 1.0 stable Build #1
The first build has no changes.