Skip to content

Commit

Permalink
Bump release date
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Dec 7, 2023
1 parent 194ec02 commit b4beabd
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions _define.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
*
* PHP version 5
*
* Copyright © 2011-2021 The Galette Team
* Copyright © 2011-2023 The Galette Team
*
* This file is part of Galette (http://galette.tuxfamily.org).
* This file is part of Galette (https://galette.eu).
*
* Galette is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -28,20 +28,19 @@
* @package GalettePaypal
*
* @author Johan Cwiklinski <[email protected]>
* @copyright 2011-2021 The Galette Team
* @copyright 2011-2023 The Galette Team
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
* @link http://galette.tuxfamily.org
* @since Available since 0.7dev - 2011-05-31
* @link https://galette.eu
*/

$this->register(
'Galette Paypal', //Name
'Paypal integration', //Short description
'Johan Cwiklinski', //Author
'2.0.0', //Version
'2.0.0', //Version
'1.0.0', //Galette compatible version
'paypal', //routing name and translation domain
'2022-25-29', //Release date
'2023-12-07', //Release date
[ //Permissions needed
'paypal_preferences' => 'staff',
'store_paypal_preferences' => 'staff',
Expand Down

0 comments on commit b4beabd

Please sign in to comment.