Skip to content

Commit

Permalink
Change 4.10.0 to 4.11.0 (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroCesso committed Jan 4, 2022
1 parent 4cf4464 commit 8b4b734
Show file tree
Hide file tree
Showing 127 changed files with 128 additions and 128 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![OpenSupports](http://www.opensupports.com/logo.png)

[![Build Status](https://travis-ci.org/opensupports/opensupports.svg?branch=master)](https://travis-ci.org/opensupports/opensupports) v4.10.0
[![Build Status](https://travis-ci.org/opensupports/opensupports.svg?branch=master)](https://travis-ci.org/opensupports/opensupports) v4.11.0

OpenSupports is an open source ticket system built primarily with PHP and ReactJS.
Please, visit our website for more information: [http://www.opensupports.com/](http://www.opensupports.com/)
Expand Down
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "OpenSupports",
"version": "4.10.0",
"version": "4.11.0",
"author": "Ivan Diaz <contact@opensupports.com>",
"description": "Open source ticket system made with PHP and ReactJS",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion client/src/config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
opensupports_version = '4.10.0';
opensupports_version = '4.11.0';
root = 'http://localhost:3000';
apiRoot = 'http://localhost:3000/api';
globalIndexPath = '';
Expand Down
2 changes: 1 addition & 1 deletion client/src/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div id="app"></div>

<script>
opensupports_version = '4.10.0';
opensupports_version = '4.11.0';
root = "<?=$url ?>";
apiRoot = '<?=$url ?>/api';
globalIndexPath = "<?=$path ?>";
Expand Down
2 changes: 1 addition & 1 deletion server/apidoc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "OpenSupports API Documentation",
"version": "4.10.0",
"version": "4.11.0",
"title": "OpenSupports API Documentation",
"description": "Backend API documentation for developers.",
"header": {
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/article/add-topic.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @api {post} /article/add-topic Add topic
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Add topic
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/article/add.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @api {post} /article/add Add article
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Add article
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/article/delete-topic.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @api {post} /article/delete-topic Delete topic
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Delete topic
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/article/delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @api {post} /article/delete Delete article
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Delete article
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/article/edit-topic.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @api {post} /article/edit-topic Edit topic
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Edit topic
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/article/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @api {post} /article/edit Edit article
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Edit a article
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/article/get-all.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @api {post} /article/get-all Get all articles
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Get all articles
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/staff/assign-ticket.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @api {post} /staff/assign-ticket Assign ticket
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Assign ticket
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/staff/delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @api {post} /staff/delete Delete staff
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Delete staff
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/staff/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/**
* @api {post} /staff/edit Edit staff
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Edit staff
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/staff/get-all-tickets.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/**
* @api {post} /staff/get-all-tickets Get all tickets according to search
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Get all tickets
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/staff/get-all.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/**
* @api {post} /staff/get-all Get all staffs
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Get all staffs
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/staff/get-new-tickets.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @api {post} /staff/get-new-tickets Get new tickets
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Get new tickets
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/staff/get-tickets.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/**
* @api {post} /staff/get-tickets Get tickets
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Get tickets
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/staff/get.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @api {post} /staff/get Get staff
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Get staff
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/staff/invite.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @api {post} /staff/invite Invite staff
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Invite staff
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/staff/last-events.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/**
* @api {post} /staff/last-events Get last events
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Get last events
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/staff/resend-invite-staff.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @api {post} /staff/resend-invite-staff resend invite staff
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Resend resend invite staff
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/staff/search-tickets.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/**
* @api {post} /staff/search-tickets Search tickets
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Search tickets
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/staff/un-assign-ticket.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @api {post} /staff/un-assign-ticket Un-assign ticket
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Un-assign ticket
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/system/add-api-key.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/**
* @api {post} /system/add-api-key Add APIKey
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Add APIKey
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/system/add-custom-field.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @api {post} /system/add-custom-field Add a custom field
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Add Custom field
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/system/add-department.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
DataValidator::with('CustomValidations', true);
/**
* @api {post} /system/add-department Add department
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Add department
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/system/backup-database.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/**
* @api {post} /system/backup-database Backup database
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Backup database
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/system/check-requirements.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @api {post} /system/check-requirements Checks requirements
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Check requirements
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/system/csv-import.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @api {post} /system/csv-import CSV import
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName CSV import
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/system/delete-all-users.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/**
* @api {post} /system/delete-all-users Delete all users
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Delete all users
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/system/delete-api-key.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/**
* @api {post} /system/delete-api-key Delete APIKey
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Delete APIKey
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/system/delete-custom-field.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/**
* @api {post} /system/delete-custom-field Delete custom field
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Delete a custom field
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/system/delete-department.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @api {post} /system/delete-department Delete department
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Delete department
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/system/disable-mandatory-login.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @api {post} /system/disable-mandatory-login Disable mandatory Login
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Disable Mandatory Login
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/system/disable-registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @api {post} /system/disable-registration Disable registration
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Disable registration
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/system/download.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @api {get} /system/download Download file
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Download file
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/system/edit-department.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @api {post} /system/edit-department Edit department
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Edit department
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/system/edit-mail-template.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/**
* @api {post} /system/edit-mail-template Edit mail template
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Edit mail template
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/system/edit-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @api {post} /system/edit-settings Edit settings
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Edit settings
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/system/enable-mandatory-login.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @api {post} /system/enable-mandatory-login Enable mandatory Login
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Enable Mandatory Login
*
Expand Down
2 changes: 1 addition & 1 deletion server/controllers/system/enable-registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/**
* @api {post} /system/enable-registration Enable registration
* @apiVersion 4.10.0
* @apiVersion 4.11.0
*
* @apiName Enable registration
*
Expand Down

0 comments on commit 8b4b734

Please sign in to comment.