mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 11:33:17 +00:00
Update API version
This commit is contained in:
@@ -18,11 +18,6 @@ use Alchemy\Phrasea\Border\Manager as BorderManager;
|
|||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
|
|
||||||
* @link www.phraseanet.com
|
|
||||||
*/
|
|
||||||
class API_V1_adapter extends API_V1_Abstract
|
class API_V1_adapter extends API_V1_Abstract
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
@@ -30,7 +25,7 @@ class API_V1_adapter extends API_V1_Abstract
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $version = '1.3';
|
protected $version = '1.4.1';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Application context
|
* Application context
|
||||||
|
Reference in New Issue
Block a user