Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Releases: sc0ttkclark/exports-and-reports

0.9.3

02 May 22:10
Compare
Choose a tag to compare
  • Fixed issue with overriding the filtered content for a value.
  • Fixed problems reported with opening CSV in certain spreadsheet applications which read some CSV values as actual formulas.

0.9.2

30 Apr 04:28
Compare
Choose a tag to compare
  • Fixed issue with overriding the filtered content for a value.
  • Fixed problems reported with opening CSV in certain spreadsheet applications which read some CSV values as actual formulas.

0.9.1

09 Mar 03:48
Compare
Choose a tag to compare
  • Fixed issue with exporting via API. #33 #26 #25 (props @liedekef)
  • Fixed reports so when they are hidden then they will no longer show in the dropdowns. #33 #25 (props @liedekef)
  • Fixed access when mixing group permissions with individual report permissions. #29 #28 (props @dxdc)
  • Fixed PHP notices for page orientation. #29 #27 (props @dxdc)

0.9.0

02 Mar 02:09
Compare
Choose a tag to compare
  • Resolve PHP warning with TCPDF library.
  • Now ensuring robots.txt blocks the exports directory from being indexing in certain circumstances.
  • Updated compatibility with WP 5.9 and PHP 8.0

0.8.8

03 Mar 03:53
Compare
Choose a tag to compare
  • Fixed an issue with the XLSX PHP library having deprecated notices, updated it to latest released version.

0.8.7

03 Mar 03:49
Compare
Choose a tag to compare
  • Fixed a problem with backslashes in URLs for Windows file exports, props @ZelonGames [#16]
  • Removed jQuery UI Datepicker functionality and replaced with HTML input types date, time, and datetime-local. [#10]
  • Added support for numeric values in XLSX exports instead of treating them as strings for the export. [#18]
  • Updated compatibility with WP 5.7

0.8.6

28 Jul 17:42
d5f9636
Compare
Choose a tag to compare
  • Fixed a problem where the SQL upgrade would try to run after it's already done the install and is already up-to-date
  • Updated compatibility with WP 5.5

0.8.5

02 Mar 16:33
Compare
Choose a tag to compare
  • Updated compatibility with WP 5.4

0.8.4

02 Mar 16:25
Compare
Choose a tag to compare
  • Fix some output escaping in the WP_Admin_UI class

0.8.3

14 Oct 02:51
Compare
Choose a tag to compare
  • Fixed multiple group pages not showing the correct group view for first group in list [#8]
  • Fixed export variable notices (props @rdaniel0) [#12]