Changeset 2816064
- Timestamp:
- 11/10/2022 03:00:16 PM (3 years ago)
- File:
-
- 1 edited
-
user-location-and-ip/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
user-location-and-ip/trunk/readme.txt
r2816056 r2816064 93 93 = Are flags supported by this plugin? = 94 94 95 Yes, flag shortcodes are supported by this plugin. You can display the flag of a visitor's country using the [useriploc type="flag" height="auto" width="50px" ] shortcode. Height and width are optional, and the default values are auto for height and 50px for width. It is possible to pass any or both of these values to change the flag's size.95 Yes, flag shortcodes are supported by this plugin. You can display the flag of a visitor's country using the [useriploc type="flag" height="auto" width="50px" vertical_align="baseline"] shortcode. Height, width, and vertical_align are optional, and the default values are auto for height, 50px for width, and baseline for vertical_align. It is possible to pass any or all of these values to change the flag's size and alignment. 96 96 97 97 == Changelog == … … 99 99 = 1.6 - 10 November 2022 = 100 100 * Added support for the `vertical-align` CSS attribute to align the flag properly. 101 * Updated to work with the la stest WordPress version101 * Updated to work with the latest WordPress version. 102 102 * Fixed minor bugs. 103 103
Note: See TracChangeset
for help on using the changeset viewer.