| 1 |
<?php |
| 2 |
define('UPSTREAM_VERSION', '1.39.3'); |
| 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 |
]; |