PluginProbe
UpStream: a Project Management Plugin for WordPress / 1.39.0
UpStream: a Project Management Plugin for WordPress v1.39.0
trunk 1.39.0 1.39.1 1.39.2 1.39.3 2.0.7 2.1.0
upstream / includes.php

includes.php in UpStream: a Project Management Plugin for WordPress 1.39.0, at includes.php

19 lines 1006 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 define('UPSTREAM_VERSION', '1.39.0');
3
4 global $upstream_addon_requirements;
5 $upstream_addon_requirements = [
6 ['Upstream-Advanced-Permissions/upstream-advanced-permissions.php', '1.4.0'],
7 ['UpStream-API/upstream-api.php', '1.0.0'],
8 ['UpStream-Calendar-View/upstream-calendar-view.php', '1.6.0'],
9 ['UpStream-Copy-Project/upstream-copy-project.php', '1.3.0'],
10 ['UpStream-Custom-Fields/upstream-custom-fields.php', '1.9.0'],
11 ['UpStream-Customizer/upstream-customizer.php', '1.2.1'],
12 ['UpStream-Email-Notifications/upstream-email-notifications.php', '1.6.0'],
13 ['UpStream-Forms/upstream-forms.php', '1.1.0'],
14 ['UpStream-Frontend-Edit/upstream-frontend-edit.php', '1.18.0'],
15 ['UpStream-Name-Replacement/upstream-name-replacement.php', '1.0.0'],
16 ['UpStream-Project-Timeline/upstream-project-timeline.php', '1.6.0'],
17 ['UpStream-Reporting/upstream-reporting.php', '1.2.0'],
18 ['UpStream-Time-Tracking/upstream-time-tracking.php', '1.0.0'],
19 ];