Changeset 575792
- Timestamp:
- 07/22/2012 07:14:04 PM (14 years ago)
- Location:
- quick-flag/trunk
- Files:
-
- 3 edited
-
languages/quick-flag.pot (modified) (1 diff)
-
quick-flag.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
quick-flag/trunk/languages/quick-flag.pot
r575687 r575792 1 1 msgid "" 2 2 msgstr "" 3 "Project-Id-Version: Quick Flag 1.13\n"3 "Project-Id-Version: Quick Flag 2.01\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 5 "POT-Creation-Date: 2012-07-21 19:34+0100\n" -
quick-flag/trunk/quick-flag.php
r575687 r575792 5 5 Description: Resolves IP address to ISO 3166-1 alpha-2 two-letter country code and name and displays country flag image if required. 6 6 Author: Marko Martinović 7 Version: 2.0 07 Version: 2.01 8 8 Author URI: http://www.techytalk.info 9 9 License: GPL2 … … 26 26 27 27 class Quick_Flag{ 28 const version = '2.0 0';28 const version = '2.01'; 29 29 const name = 'Quick Flag'; 30 30 const slug = 'quick-flag'; … … 2264 2264 $quick_flag = new Quick_Flag(); 2265 2265 2266 require_once( __DIR__.'/deprecated.php');2266 require_once('deprecated.php'); 2267 2267 ?> -
quick-flag/trunk/readme.txt
r575694 r575792 94 94 95 95 == Changelog == 96 = 2.01 (22.07.2012.) = 97 * Fix bug where Quick Flag fails to operate on PHP versions older than 5.3.0 98 96 99 = 2.00 (22.07.2012.) = 97 100 * Add admin settings page
Note: See TracChangeset
for help on using the changeset viewer.