mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Update patch application range
This commit is contained in:
@@ -20,7 +20,7 @@ class patch_370 implements patchInterface
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
private $release = '3.7.0.0.a2';
|
private $release = '3.7.0a2';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
@@ -20,7 +20,7 @@ class patch_370a3 implements patchInterface
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
private $release = '3.7.0.0.a3';
|
private $release = '3.7.0a3';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
@@ -53,6 +53,7 @@ class patch_370a3 implements patchInterface
|
|||||||
|
|
||||||
public function apply(base &$appbox)
|
public function apply(base &$appbox)
|
||||||
{
|
{
|
||||||
|
exit('applying atch'.__CLASS__);
|
||||||
$appbox = \appbox::get_instance(\bootstrap::getCore());
|
$appbox = \appbox::get_instance(\bootstrap::getCore());
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
@@ -20,7 +20,7 @@ class patch_370a4 implements patchInterface
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
private $release = '3.7.0.0.a4';
|
private $release = '3.7.0a4';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
@@ -20,7 +20,7 @@ class patch_370a5 implements patchInterface
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
private $release = '3.7.0.0.a5';
|
private $release = '3.7.0a5';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
@@ -20,7 +20,7 @@ class patch_370a6 implements patchInterface
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
private $release = '3.7.0.0.a6';
|
private $release = '3.7.0a6';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
@@ -23,7 +23,7 @@ class patch_370a7 implements patchInterface
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
private $release = '3.7.0.0.a7';
|
private $release = '3.7.0a7';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
@@ -20,7 +20,7 @@ class patch_370a8 implements patchInterface
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
private $release = '3.7.0.0.a8';
|
private $release = '3.7.0a8';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
@@ -22,7 +22,7 @@ class patch_370a9 implements patchInterface
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
private $release = '3.7.0.0.a9';
|
private $release = '3.7.0a9';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user