Skip to content

Commit

Permalink
[RELEASE] Release of crawler 6.3.0
Browse files Browse the repository at this point in the history
[FEATURE] Implements CommandController, deprecates the CommandLineControllers tomasnorre#322
  • Loading branch information
Tomas Norre Mikkelsen committed Mar 8, 2019
1 parent fb7f1a4 commit 06f289c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Classes/Command/CrawlerCommandLineController.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
* @package AOE\Crawler\Command
* @codeCoverageIgnore
*
* @deprecated since crawler v6.2.1, will be removed in crawler v7.0.0.
* @deprecated since crawler v6.3.0, will be removed in crawler v7.0.0.
*/
class CrawlerCommandLineController extends CommandLineController
{

/**
* Constructor
*
* @deprecated since crawler v6.2.1, will be removed in crawler v7.0.0.
* @deprecated since crawler v6.3.0, will be removed in crawler v7.0.0.
*/
public function __construct()
{
Expand Down
4 changes: 2 additions & 2 deletions Classes/Command/FlushCommandLineController.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
* @package AOE\Crawler\Command
* @codeCoverageIgnore
*
* @deprecated since crawler v6.2.1, will be removed in crawler v7.0.0.
* @deprecated since crawler v6.3.0, will be removed in crawler v7.0.0.
*/
class FlushCommandLineController extends CommandLineController
{

/**
* Constructor
*
* @deprecated since crawler v6.2.1, will be removed in crawler v7.0.0.
* @deprecated since crawler v6.3.0, will be removed in crawler v7.0.0.
*/
public function __construct()
{
Expand Down
4 changes: 2 additions & 2 deletions Classes/Command/QueueCommandLineController.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
* @package AOE\Crawler\Command
* @codeCoverageIgnore
*
* @deprecated since crawler v6.2.1, will be removed in crawler v7.0.0.
* @deprecated since crawler v6.3.0, will be removed in crawler v7.0.0.
*/
class QueueCommandLineController extends CommandLineController
{

/**
* Constructor
*
* @deprecated since crawler v6.2.1, will be removed in crawler v7.0.0.
* @deprecated since crawler v6.3.0, will be removed in crawler v7.0.0.
*/
public function __construct()
{
Expand Down
2 changes: 1 addition & 1 deletion Classes/Controller/CrawlerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2216,7 +2216,7 @@ public function CLI_main_flush()
* @param string $conf
* @return array
*
* @deprecated since crawler v6.2.1, will be removed in crawler v7.0.0.
* @deprecated since crawler v6.3.0, will be removed in crawler v7.0.0.
*/
protected function getConfigurationKeys($conf)
{
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "6.2.x-dev"
"dev-master": "6.4.x-dev"
},
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'author' => 'Kasper Skaarhoj, Daniel Poetzinger, Fabrizio Branca, Tolleiv Nietsch, Timo Schmidt, Michael Klapper, Stefan Rotsch, Tomas Norre Mikkelsen',
'author_email' => 'dev@aoe.com',
'author_company' => 'AOE GmbH',
'version' => '6.3.0-dev',
'version' => '6.3.0',
'constraints' => [
'depends' => [
'typo3' => '7.6.0-8.7.99',
Expand Down

0 comments on commit 06f289c

Please sign in to comment.