Updates to Click + Added Table
FileCMS\Common\Stats\Clicks:
- Added
get_by_page_by_month()
- Fixed
get_by_path()
FileCMS\Common\View\Table: - New class
- Renders multi-dimensional array data
render_table()
produces <table> structure with optional CSS classes for table, tr, th and tdrender_as_div()
produces table structure using <div class="row"> and <div class="col">