# upstream/1.39.1/includes.php

UpStream: a Project Management Plugin for WordPress, version 1.39.1. 19 lines.

- Page: https://pluginprobe.com/plugins/upstream/1.39.1/code/includes.php
- Raw: https://pluginprobe.com/plugins/upstream/1.39.1/raw/includes.php
- Modified: 2021-01-20T17:00:44+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/upstream/1.39.1/code/includes.php#L10-L20`.

```php
<?php
define('UPSTREAM_VERSION', '1.39.1');

global $upstream_addon_requirements;
$upstream_addon_requirements = [
    ['Upstream-Advanced-Permissions/upstream-advanced-permissions.php', '1.4.0'],
    ['UpStream-API/upstream-api.php', '1.0.0'],
    ['UpStream-Calendar-View/upstream-calendar-view.php', '1.6.0'],
    ['UpStream-Copy-Project/upstream-copy-project.php', '1.3.0'],
    ['UpStream-Custom-Fields/upstream-custom-fields.php', '1.9.0'],
    ['UpStream-Customizer/upstream-customizer.php', '1.2.1'],
    ['UpStream-Email-Notifications/upstream-email-notifications.php', '1.6.0'],
    ['UpStream-Forms/upstream-forms.php', '1.1.0'],
    ['UpStream-Frontend-Edit/upstream-frontend-edit.php', '1.18.0'],
    ['UpStream-Name-Replacement/upstream-name-replacement.php', '1.0.0'],
    ['UpStream-Project-Timeline/upstream-project-timeline.php', '1.6.0'],
    ['UpStream-Reporting/upstream-reporting.php', '1.2.0'],
    ['UpStream-Time-Tracking/upstream-time-tracking.php', '1.0.0'],
];
```
