summaryrefslogblamecommitdiffstats
path: root/giglogadmin.php
blob: 893ee24d84ea8491622ebc3f023247899b1fa31f (plain) (tree)
1
2
3
4
5
6
7
8
9
10

     

                



                                                                                                     

                    


                                                                                             
                             
                             
                           


                                                                 





                                                                               
 

                                                                
<?php
/**
 * Gigolog Admin
 *
 * @package   Giglogadmin
 * @author    Andrea Chirulescu <andrea.chirulescu@gmail.com>, Harald Eilertsen <haraldei@anduin.net>
 * @copyright 2021 Andrea Chirulescu, Harald Eilertsen
 * @license   https://www.gnu.org/licenses/agpl-3.0.txt, AGPL-3.0-or-later
 *
 * @wordpress-plugin
 * Plugin Name:         Giglog Admin
 * Plugin URI:          https://code.volse.no/wp/plugins/giglogadmin
 * Description:         Scheduling journalists and photographers to cover concerts or events.
 * Version:             0.3.1
 * Requires at least:   5.9.2
 * Requires PHP:        8.1
 * Author:              Andrea Chirulescu, Harald Eilertsen
 * License:             AGPLv3
 * License URI:         https://www.gnu.org/licenses/agpl-3.0.txt
 *
 * SPDX-FileCopyrightText: 2021 Andrea Chirulescu <andrea.chirulescu@gmail.com>
 * SPDX-FileCopyrightText: 2021 Harald Eilertsen <haraldei@anduin.net>
 *
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */

require_once __DIR__ . '/vendor/autoload.php';
require_once __DIR__ . '/includes/class-giglogadmin-plugin.php';