Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions _define.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@
desc: 'Helloasso integration', //Short description
author: 'Guillaume AGNIERAY', //Author
version: '1.0.0', //Version
compver: '1.2.1', //Galette compatible version
compver: '1.3.0', //Galette compatible version
route: 'helloasso', //Routing name and translation domain
date: '2026-01-10', //Release date
acls: [ //Permissions needed
'helloasso_preferences' => 'staff',
'store_helloasso_preferences' => 'staff',
'helloasso_history' => 'staff',
'filter_helloasso_history' => 'staff'
]
],
dbver: 1.00 //DB version
);

$this->setCsrfExclusions(
Expand Down
10 changes: 5 additions & 5 deletions bin/release
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/python

/**
* This file is part of Galette Helloasso plugin (https://galette-community.github.io/plugin-helloasso).
* SPDX-FileCopyrightText: Copyright © 2025-2026 The Galette Team
* SPDX-License-Identifier: GPL-3.0-or-later
*/
#
# This file is part of Galette Helloasso plugin (https://galette-community.github.io/plugin-helloasso).
# SPDX-FileCopyrightText: Copyright © 2025-2026 The Galette Team
# SPDX-License-Identifier: GPL-3.0-or-later
#

import os, sys, argparse, re, git, http.client, subprocess, glob
import urlgrabber.progress, tarfile, shutil, gitdb, time, fnmatch
Expand Down