You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,43 @@
1
+
## 2.5.0 - 2017-04-06
2
+
### Reports
3
+
- Add page data to the report
4
+
- Convert query into a link to Google
5
+
- Chart bug fixes
6
+
- Stylized display of applied report parameters
7
+
- Linked relevant applied report parameters
8
+
- Link between relevant reports in the report table
9
+
- Added tooltips to column headings
10
+
- Correct inaccuracy in average_position calculation
11
+
- Fix Date reports with granularity of Week, Month, and Year set
12
+
13
+
### Database updates
14
+
- Alter search_analytics table for improved data storage and analysis
15
+
- avg_position from int(11) to float, default NULL
16
+
- avg_position_click from int(11) to float
17
+
- default of null for device_type, country, and query columns
18
+
- add page column
19
+
- change database charset for wider language compatibility
20
+
- add settings table
21
+
22
+
### Added
23
+
- Added page level data in capture from Google and reporting
24
+
- Added debug logger
25
+
- Added the config and log directories to the repository so it isn’t necessary to add it on setup
26
+
27
+
### Changed
28
+
- Update Font Awesome to 4.7.0
29
+
- Minor style updates throughout the site
30
+
- Installation sql script to reflect new database structure
31
+
- Upgrade script to reflect these database and file system changes
32
+
33
+
### Fixes/Closes Github Issues
34
+
-#13
35
+
-#16
36
+
-#28
37
+
-#31
38
+
-#32
39
+
-#35
40
+
1
41
## 2.4.3 - 2016-07-01
2
42
### Bug Fix
3
43
- Data Capture would not import any records for new installs (non-upgraded) of this tool. A MySQL error was thrown in the background due to a field not being available in the database.
Copy file name to clipboardExpand all lines: README.md
+7-15Lines changed: 7 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,15 @@
1
1
# Organic Search Analytics Importer
2
-
## Version 2.3.7 Now Available!!! (January 12th, 2016)
3
-
**Official Release Version**
4
-
> This is a highly recommended update for all users. This update fixes a bug where queries from Google that contain special characters are not being saved to the database. It is suggested that you update to this version immediately.
2
+
## Version 2.5.0 Now Available!!! (April 6th, 2017)
3
+
### New Features
4
+
- Choose which dimensions to capture in the settings
5
+
- Capture Page from Google Search Analytics
6
+
- Reporting Bug Fixes and Enhancements
5
7
6
-
> Once updated, there is a **Delete Data** option found on the home page. This page can be used to delete data that was affected by this bug. Once deleted, you can re-capture data for that date. This process ensures your data is as accurate as possible.
7
-
8
-
## Version 2.4.0
9
-
**Current Master Branch**
10
-
At this time, the current master branch has been updated to 2.4.0 and not commited as an official release.
11
-
12
-
This update adds the country field, as requested in Issue #11.
13
-
14
-
> **Notice** You will need to run an update script from the home page for this version to run smoothly as it needs to update the database. Go to the homepage of your installation, choose **Upgrade Scripts** and then choose **Run Update for Version 2.x.x to 2.4.0**. Failure to run this script will result in undesired results across the utility.
15
-
16
-
> The update script performs a database update to add the *country* column.
8
+
> **Notice** You will need to run an update script from the home page for this version to run smoothly as it needs to update the database. Go to the homepage of your installation, choose **Upgrade Scripts** and then choose **Run Update for Version 2.x.x to 2.5.0**. Failure to run this script will result in undesired results across the utility.
17
9
18
10
19
11
## Features
20
-
Import organic search analytics from Google Search Console (Google Webmaster Tools) and Bing Search Keywords (Bing Webmaster Tools) into a local database to keep a historical, local, and combined record of your (past the 30 days that Google offers).
12
+
Import organic search analytics from Google Search Console (Google Webmaster Tools) and Bing Search Keywords (Bing Webmaster Tools) into a local database to keep a historical, local, and combined record of your (past the 90 days that Google offers).
21
13
22
14
This archive of organic search analytics will allow you to study long term SEO trends and shifts and can help to monitor and gauge performance of a websites over time.
0 commit comments