itflow/CHANGELOG.md

1.5 KiB

Changelog

All notable changes to ITFlow will be documented in this file.

25.1

  • Moved cron/cli scripts to scripts subfolder - Old scripts remain in the root for now, but please update your cron configurations!
  • Admin pages now once again use the new admin role-check
  • Debug now shows the current git branch
  • Individual POST handler logic pages can no longer be accessed directly
  • Auto-acknowledgement email for email parsed tickets now contains guest link
  • Guest ticket feedback now shows friendly ticket prefix & number, rather than just the ID
  • Bugfix: Ticket edit modal not showing multi-client/no-client projects
  • Bugfix: Asset interface losing DHCP setting
  • Bugfix: Editing / creating recurring expenses results in error 500 due to incorrect var name
  • Bugfix: Recurring tickets no longer require a contact
  • Bugfix: Stripe online payment setup now prompts you to set the income/expense account
  • Bugfix: Tickets created via portal/email not being marked as billable
  • Moved all modal includes to /include to tidy root directory
  • Moved most include files to /includes to tidy root directory
  • Moved guest pages to /guest to tidy directory structure
  • Feature: Update Page titles to reflect the page name, client selection, company name, ticket info, invoice info etc for easier multi tab navigation.
  • Rename include file pagination.php to filter_footer.php as it makes more sense as its used in conjunction with filter_header.php for page filtering.

24.12

  • First introduced versioned releases!