-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_define.php
More file actions
20 lines (17 loc) · 648 Bytes
/
_define.php
File metadata and controls
20 lines (17 loc) · 648 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
/**
* This file is part of Galette Fullcard plugin (https://galette.eu).
* SPDX-FileCopyrightText: Copyright © 2011-2026 The Galette Team
* SPDX-License-Identifier: GPL-3.0-or-later
*/
declare(strict_types=1);
/** @var \Galette\Core\Plugins $this */
$this->register(
name: 'Galette Fullcard', //Name
desc: 'Full member card as PDF', //Short description
author: 'Johan Cwiklinski', //Author
version: '2.2.1', //Version
compver: '1.2.0', //Galette compatible version
route: 'fullcard', //routing name
date: '2025-12-08' //Release date
);