Skip to content

Changelog: Development

Chris King edited this page Jan 27, 2017 · 25 revisions

FiercePhish Wiki

This is the work-in-progress changelog for the "dev" branch, which is the next release

Dev Changelog

v1.2.0 - ???

This version breaks backward compatibility and requires PHP >=5.6. This eliminates default Ubuntu 14.04 install

  • Feature: INBOX feature is now functioning. Installer has been updated to properly configure the IMAP connection, and the wiki pages have been updated with installation instructions
  • Feature: SMTP logs are shown for each email sent. You can find these logs on the "details" page of each sent email
  • Feature: Log viewer and log export can be found under "Settings" --> "Logs". This will show SMTP, Dovecot, ActivityLogs, Apache logs, etc. All logs are available for export on that page as well.
  • Feature: Updated framework to Laravel 5.4 + rewrites to some pages to be more efficient
  • Enhancement: Added "Planned Send At" field to emails to show when future emails are expected to be sent.
  • Enhancement: Refactored "Simple Send" to create a hidden "Target User" for each email sent so all emails can be tracked easily like that.
  • Enhancement: 2-FA portal now auto-submits when the token code is typed in instead of having to hit Enter
  • Enhancement: Refactored datatables code to make it more efficient and easier to maintain. It should also operate faster under large workloads.
  • Enhancement: The installer has been completely rewritten to be much better at error detection and now prompts for all the information ahead of time so you can fill in the required information and walk away.
  • Enhancement: Installer has been renamed to "install.sh" instead of "installer.sh"
  • Bug fix: Better timezone functionality has been implemented so if you change the timezone in Settings, all timestamps are shown correctly.
  • Bug fix: Fixed various verbiage
  • Bug fix: Fixed the TargetUser list not working with a URL Prefix set.
  • Bug fix: Fixed the settings page from redirecting to the wrong location if you are using a non-standard Apache port
  • Bug fix: Fixed the bug where if you click "Cancel Campaign" and decide to not cancel by clicking "Cancel", it would still cancel the campaign