JoliNotif Versions Save

:computer: Send notifications to your desktop directly from your PHP script

v2.7.1

2 weeks ago

What's Changed

  • Fixed phar for Windows drivers
  • Fixed executable in verbose mode when no driver is available
  • Fixed executable to better handle option passed several times

Full Changelog: https://github.com/jolicode/JoliNotif/compare/v2.7.0...v2.7.1

v2.7.0

2 weeks ago

What's Changed

  • Added a new NotifierInterface and DefaultNotifier as the main public API of this package
  • Added a wsl-notify-send notifier for Windows Subsystem for Linux
  • Added a libnotify based notifier for Linux through FFI
  • Changed TerminalNotifier to use contentImage option for icon instead of appIcon
  • Fixed phar missing some dependencies
  • Marked most of the classes as internal
  • Deprecated all the notifiers classes in favor of the new internal DriverInterface implementations
  • Deprecated the NotifierFactory in favor of the new DefaultNotifier class that hide driver implementation details

New Contributors

Full Changelog: https://github.com/jolicode/JoliNotif/compare/v2.6.0...v2.7.0

v2.6.0

5 months ago
  • Deprecated Joli\JoliNotif\Util\OsHelper in favor of jolicode/php-os-helper package
  • Added support for Symfony 7.x
  • Added support for PHP 8.3
  • Dropped support for PHP 8.0

v2.5.2

11 months ago
  • Added PHAR to GitHub releases

v2.5.1

11 months ago
  • Fixed permissions on Windows notifiers binaries

v2.5.0

1 year ago
  • Dropped support for PHP 7.4
  • Dropped support for Symfony 4.x
  • Added support for PHP 8.2

v2.4.0

2 years ago
  • Dropped support for PHP < 7.4
  • Dropped support for Symfony 3.x
  • Added support for Symfony 6.x

v2.3.0

3 years ago
  • Added SnoreToastNotifier to fix notification on Windows 8+
  • Deprecated ToasterNotifier in favour of SnoreToastNotifier
  • Added support for PHP 8

v2.2.0

3 years ago
  • Added support for kdialog - the native notifier on KDE Desktop

v2.1.0

4 years ago
  • Added support for Symfony > 5.0
  • Dropped support for PHP < 7.2