blob: 6d57ff094483ff7a51ddc73a2e9c4bbcb6c60cfb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?php
/**
* Gigolog Admin
*
* @package gigologadmin
* @author Andrea Chirulescu, Harald Eilertsen
* @copright 2021 Andrea Chirulescu, Harald Eilertsen
* @license AGPL-3.0
*
* @wordpress-plugin
* Plugin Name: Gigolog Admin
* Plugin URI: https://code.volse.no/wp/plugins/gigologadmin
* Description: Scheduling journalists and photographers to cover concerts or events.
* Version: 0.1.0
* Author: Andrea Chirulescu, Harald Eilertsen
* License: AGPLv3
* License URI: https://www.gnu.org/licenses/agpl-3.0.txthttps://www.gnu.org/licenses/agpl-3.0.txt
*/
?>
|