[2020-08-05]
- Merged PR 7: German translation by @Monschder
[2020-08-04]
[2020-06-08]
- Fixed a bug that occures when the user removes the IPinfo token.
[2020-05-20]
- Slightly change the scenario to display a dash if the IP is not valid.
[2020-05-20]
- Fixed a bug that occured when we tried to get the company details based on an IP that is not a valid IP address.
[2020-03-12]
- Creation of a parameter to set the lifetime of the cache according to the preferences of the user.
[2020-03-06]
- Bumping the version.
[2020-03-06]
- The superusers should not received the report if no user (including them) have agreed to receive it.
[2020-03-04]
- Increased the plugin version for the publication to work on the marketplace
[2020-03-04]
- Use the date of yesterday for the email report
[2020-03-03]
- Sends an email on a daily basis with the list of companies that visited the website the day before.
[2020-02-25]
- Commit the Changelog and the plugin.json with the tag
[2020-02-25]
- Conditionally apply FILTER_SANITIZE_MAGIC_QUOTES or FILTER_SANITIZE_ADD_SLASHES filters based on PHP version
[2020-01-07]
- Commit the Changelog and the plugin.json with the tag
[2020-01-07]
- Fixed the bug introduced by Matomo 1.13.1 when we gathered the visits using Live plugin API
- Fixed the way we passed the data to the view (it was generating warnings)
- Fixed the way we called the Exception class
[2020-01-07]
- Fixed a bug in the primary key definition in the migration
[2020-01-06]
- Update the plugin number in the JSON
[2020-01-06]
- Update the plugin number in the JSON
[2020-01-06]
- Create the table during installation and not activation.
[2020-01-06]
- Creation of an API endpoint to get the content of the table
ip_to_company
. - Cache the data gathered from IPInfo.io into the table during 1 week.
- Creation of private methods to gather the content either from the table or from IPInfo.io.
- Creation of a table
ip_to_company
upon activation. - Creation of a setting to store IPinfo.io access token.
[2020-01-06]
- Removed the
filter_sort_column
to avoid warnings with Matomo 3.13.1-b2.
[2020-01-02]
- Changed the default requirements
[2020-01-02]
- Rollback on the name of the plugin
[2020-01-02]
- Changed the default requirements
- Changed the name of the plugin
[2020-01-02]
- Changed the default requirements
[2020-01-02]
- Fixed a bug in the plugin version in the JSON file
[2020-01-02]
- Improved the description of the plugin
[2020-01-02]
First working version of the plugin:
- creation of a report in the
Visitors
tab, calledCompanies
with the list of IPs that visited the website, and the company name associated - ability to add a widget to the dashboards with this report