# Changelog
All notable changes to this project will be documented in this file.

## [1.1.1] - 2018-02-28

### Added
- Add group filter for API/Scheduled reports
- Add db_charset_collation setting to force MySQL collation and avoid invalid
mix of collation error. Also take into account the port on API_URL if set
- Allow to request trial directly from registration form
- Added MySQL upgrade to make upgrade script
- Added MySQL trigger for non session channel insertion acdrunichan
- Add dbsetup options to create tables on upgrade if needed
- Add admin license page to handle license revoke/upgrades

### Changed
- Modify dashboard to use combined query instead of own query
- Update style for registration tabs page
- wordwrap on debug pre css change
- Update dbsetup to create acdrunichan table and populate it, and set time 
limit on script
- Be sure to create acdrunichan database and populated it from dbsetup.php, 
as populating data is conditional for the table not being already created, 
so we cannot do it from makefile or static sql files
- Update translations
- Use inverse channel for Local replacement/convert to SIP
- New trunk charts with Dynamic resize feature
- Updated style on scheduled reports page
- Updated styles using bootstrap3 on forms

### Fixed
- Update SQL queries to do collate convertion and move to main sql install the
creationg of split str function as it requires root
- Continue with sql even if error
- Make general functions-astdb better for pjsip conf where there might be more
than one repetition of a section
- Prevent datetime warnings
- Fix Makefile, we cannot have @ to supress ouptut if we have a previous one 
- Prefix table acdrcost for destination field on queries as some cdr tables 
could have a destination field setup already.
- Update dblib.php with table_exists, column_exists  and some other fixes
- Calculate timestamps using timezone configuration instead of utc, fixes 
wrong time axis on trunk charts

## [1.1.0] - 2017-09-01
### Added
- New "make upgrade" option for installer, to upgrade existing installations
- New feature: scheduled reports via email using new API and setup of cron job
- Insert custom javascript code at the end of page via variable $customscript
- New configugration parameter exclude_extension_range to exclude some
extensions/destinations from reports
- New api.php to extract reports programatically
- New configuration parameter hide_trunk_chart: hides chart on trunk page
- Make calldate field configurable via config.php so we can use it on MiRTA
- Ability to use variables %Y, %m and %d for recordings_path variables
- New configuration parameter hide_cost_column to setup 

### Changed
- Updated style on registration form
- Updated translations for new scheduled reports and other functions
- Updated russian translations
- config.php now includes API config variables: API_USER, API_PASS, API_HOST
- Convert Local/xxx- channels to SIP/xxx on queries, that way Followme type 
local construct  will be counted/shown
- Update functions-astdb.php to read configuration from multiple files,
including PJSIP and IAX2 
- Update trunks chart with yyyy-mm-dd dates as jqplot performs timezone 
offsets based on client timezone if we use unix timestamps
- Configuration parser more resilitent, accepts => for assignment

### Fixed
- Honour significant_channel_chars in all queries and functions
- Fix typo: multi select fields now shows selected values correctly
- Fix undefined warnings here and there

## [1.0.0] - 2016-07-18
- Initial Release
