From 478aa15a9dcf86dff9408694f4450244f217cbe9 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Mon, 16 Feb 2026 21:31:48 +0000 Subject: [PATCH] Release version 4.0 --- hook_install.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/hook_install.php b/hook_install.php new file mode 100644 index 0000000..97c485b --- /dev/null +++ b/hook_install.php @@ -0,0 +1,3 @@ +<?php +require_once(__DIR__ . '/vendor/autoload.php'); +require_once(__DIR__ . '/hook_enable.php'); -- Gitblit v1.10.0