All plugins
NotificationsAuditstable · v1.3.30released Jun 4, 2026Awesome YOURLS

Change Notifier

Instant email notifications for every change to your short URLs.

Overview

Change Notifier monitors creation, editing and deletion of short URLs and sends real-time email notifications. Ideal for teams and for anyone who needs a readable audit trail on every change.

Key features

  • Instant emails on every creation, change or deletion.
  • Multiple configurable recipients.
  • Readable audit trail across all changes.
  • Minimal setup from the admin interface.
Quick install
1cd user/plugins
2git clone https://github.com/gioxx/YOURLS-ChangeNotifier
3# Configure email recipients from the plugin panel
YOURLS min1.7.9+
PHP compat7.4 / 8.x

If YOURLS doesn't have write permissions on the plugins directory, Plugin Manager will show an error like “Automatic installation is not possible because YOURLS cannot write to …/user/plugins”. In that case you can install manually over SSH — run these commands inside your plugins directory:

SSH
1wget -O YOURLS-ChangeNotifier-1.3.3.zip "https://api.github.com/repos/gioxx/YOURLS-ChangeNotifier/zipball/1.3.3"
2unzip YOURLS-ChangeNotifier-1.3.3.zip
3rm -rf YOURLS-ChangeNotifier/
4mv gioxx-YOURLS-ChangeNotifier-*/ YOURLS-ChangeNotifier/
5rm YOURLS-ChangeNotifier-1.3.3.zip

Alternatively, download the ZIP above, extract it locally and upload the folder via FTP/SFTP.

Changelog

Bug fixes

  • Plugin page link not translated: the "Manage notifications" link in the YOURLS plugin list remained in English even with YOURLS set to Italian, because yourls_register_plugin_page() was called before ynm_load_textdomain() — the textdomain was not yet loaded when the string was evaluated. Moved ynm_load_textdomain() to the top of ynm_boot(), before any use of yourls__().
  • "Back to top" footer link not translated: the string was hardcoded instead of wrapped in yourls__(). Italian translation: "Torna all'inizio".

Other plugins