Skip to content

v2.5.0

Compare
Choose a tag to compare
@PromInc PromInc released this 07 Apr 01:35
· 20 commits to master since this release

Reports

  • Add page data to the report
  • Convert query into a link to Google
  • Chart bug fixes
  • Stylized display of applied report parameters
  • Linked relevant applied report parameters
  • Link between relevant reports in the report table
  • Added tooltips to column headings
  • Correct inaccuracy in average_position calculation
  • Fix Date reports with granularity of Week, Month, and Year set
  • Database updates

Alter search_analytics table for improved data storage and analysis

  • avg_position from int(11) to float, default NULL
    • avg_position_click from int(11) to float
    • default of null for device_type, country, and query columns
    • add page column
    • change database charset for wider language compatibility
    • add settings table

Added

  • Added page level data in capture from Google and reporting
  • Added debug logger
  • Added the config and log directories to the repository so it isn’t necessary to add it on setup

Changed

  • Update Font Awesome to 4.7.0
  • Minor style updates throughout the site
  • Installation sql script to reflect new database structure
  • Upgrade script to reflect these database and file system changes

Fixes/Closes Github Issues