Skip to content

Commit 083b58d

Browse files
committedJul 28, 2023
3.0.1
1 parent 904ed7f commit 083b58d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed
 

‎Changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33

4+
## [3.0.1] - 28.07.2023
5+
- fix in install.php for ip2geo database download
6+
7+
48
## [3.0.0] - 28.07.2023
59

610
- the addon now uses namespaces, so you have to check for errors after an update, if methods of this addon are used in your own code

‎install.php

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php
22

3-
use AndiLeni\Statistics\Ip2Geo;
43

54
rex_sql_table::get(rex::getTable('pagestats_data'))
65
->ensureColumn(new rex_sql_column('type', 'varchar(255)'))

‎package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package: statistics
2-
version: 3.0.0
2+
version: 3.0.1
33
author: Andreas Lenhardt
44
supportpage: https://github.com/AndiLeni/statistics
55

0 commit comments

Comments
 (0)