Updating IP-Location for Joomla!
Whenever updating your current IP-Location for Joomla Installation, first uninstall your current installed version. The database tables after uninstall will be left intact to keep imported data.
Please see the Release Notes for the Version you are about to install as update, as it might be required to drop your database tables as the Data Structures of the IP Location Data from the IpInfoDB Service might have changed.
Release Notes
Version 1.0.10
Changes:
- Adapted to changes in the API for direct query from the IpInfoDb.com site.
When using Remote Request using ipinfodb.com API
you now need to register at the services site to receive your API Key and need to enter it into the extensions settings.
Version 1.0.9
Changes:
- Adapted to changes in the API for direct query from the IpInfoDb.com site.
When using Remote Request using ipinfodb.com API
you now need to register at the services site to receive your API Key and need to enter it into the extensions settings.
Version 1.0.8
Changes:
- Adapted to changes in Data Structure of IpInfoDb.com IP Location data.
This release implements changes in the Data Structure of the IP Location Database. Uninstall any previous versions of IP-Location from your Joomla Site first.
Reinstall with the current Version:
- All previously imported IP location data is being removed and needs to be imported again after this update as described in Importing the IpInfoDB Data into the Joomla Database.
- If you are using the Remote Request API to IpInfoDB.com then import of the data is not necessary.
Version 1.0.5
Changes:
- General Maintenance
- Added
timezone
to City Data in IP-Location Database Table
This release implements changes in the Data Structure of the IP Location Database. Uninstall any previous versions of IP-Location from your Joomla Site first.
Before installing this update DROP the following tables from your Database:
…iplocation_ip_group_city
…iplocation_ip_group_country
SQL Commands to execute onto your Joomla Database before installing this Release
/** * Replace '#__' with the Table Prefix used in your Joomla Database **/ DROP TABLE IF EXISTS `##__iplocation_ip_group_city`; DROP TABLE IF EXISTS `#__iplocation_ip_group_country`;