Skip to content

Commit 1e82df4

Browse files
committed
release version 3.0.6
1 parent 6674a3e commit 1e82df4

39 files changed

+77
-77
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Yii Framework 2 apidoc extension Change Log
22
===========================================
33

4-
3.0.6 under development
4+
3.0.6 November 18, 2022
55
-----------------------
66

77
- Bug #288: Improve handling of trait inheritance - precedence, prevent methods' and properties' duplication (arogachev)

commands/ApiController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\commands;

commands/GuideController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\commands;

components/BaseController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\components;

helpers/ApiIndexer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\helpers;

helpers/ApiMarkdown.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\helpers;

helpers/ApiMarkdownLaTeX.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\helpers;

helpers/ApiMarkdownTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\helpers;

helpers/BrokenLinkException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\helpers;

helpers/IndexFileAnalyzer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\helpers;

helpers/MarkdownHighlightTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\helpers;

helpers/PrettyPrinter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\helpers;

models/BaseDoc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\models;

models/ClassDoc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\models;

models/ConstDoc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\models;

models/Context.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\models;

models/EventDoc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\models;

models/FunctionDoc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\models;

models/InterfaceDoc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\models;

models/MethodDoc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\models;

models/ParamDoc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\models;

models/PropertyDoc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\models;

models/TraitDoc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\models;

models/TypeDoc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\models;

renderers/ApiRenderer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\renderers;

renderers/BaseRenderer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\renderers;

renderers/GuideRenderer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\renderers;

templates/bootstrap/ApiRenderer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\templates\bootstrap;

templates/bootstrap/GuideRenderer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\templates\bootstrap;

templates/bootstrap/RendererTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\templates\bootstrap;

templates/bootstrap/SideNavWidget.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\templates\bootstrap;

templates/bootstrap/assets/AssetBundle.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\templates\bootstrap\assets;

templates/bootstrap/assets/HighlightBundle.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\templates\bootstrap\assets;

templates/bootstrap/assets/JsSearchAsset.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\templates\bootstrap\assets;

templates/html/ApiRenderer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\templates\html;

templates/html/GuideRenderer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @link http://www.yiiframework.com/
3+
* @link https://www.yiiframework.com/
44
* @copyright Copyright (c) 2008 Yii Software LLC
5-
* @license http://www.yiiframework.com/license/
5+
* @license https://www.yiiframework.com/license/
66
*/
77

88
namespace yii\apidoc\templates\html;

0 commit comments

Comments
 (0)