Skip to content

Commit

Permalink
release version 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed May 22, 2023
1 parent 5ec2c7e commit 4d92af4
Show file tree
Hide file tree
Showing 15 changed files with 39 additions and 37 deletions.
8 changes: 4 additions & 4 deletions ActiveDataProvider.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://www.yiiframework.com/
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license https://www.yiiframework.com/license/
*/

namespace yii\elasticsearch;
Expand All @@ -19,9 +19,9 @@
* count will be fetched after pagination limit applying, which eliminates ability to verify if requested page number
* actually exist. Data provider disables [[yii\data\Pagination::$validatePage]] automatically because of this.
*
* @property-read array $aggregations All aggregations results. This property is read-only.
* @property-read array $aggregations All aggregations results.
* @property array $queryResults Full query results.
* @property-read array $suggestions All suggestions results. This property is read-only.
* @property-read array $suggestions All suggestions results.
*
* @author Paul Klimov <klimov.paul@gmail.com>
* @since 2.0.5
Expand Down
4 changes: 2 additions & 2 deletions ActiveFixture.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://www.yiiframework.com/
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license https://www.yiiframework.com/license/
*/

namespace yii\elasticsearch;
Expand Down
4 changes: 2 additions & 2 deletions ActiveQuery.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://www.yiiframework.com/
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license https://www.yiiframework.com/license/
*/

namespace yii\elasticsearch;
Expand Down
4 changes: 2 additions & 2 deletions ActiveRecord.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://www.yiiframework.com/
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license https://www.yiiframework.com/license/
*/

namespace yii\elasticsearch;
Expand Down
4 changes: 2 additions & 2 deletions BatchQueryResult.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://www.yiiframework.com/
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license https://www.yiiframework.com/license/
*/

namespace yii\elasticsearch;
Expand Down
4 changes: 2 additions & 2 deletions BulkCommand.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://www.yiiframework.com/
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license https://www.yiiframework.com/license/
*/

namespace yii\elasticsearch;
Expand Down
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
Yii Framework 2 Elasticsearch extension Change Log
==================================================

2.1.4 under development
-----------------------
- Enh #329: Added `curlOptions` attribute for advanced configuration of curl session (yuniorsk)
2.1.4 May 22, 2023
------------------

- Bug #330: Fix `curlOptions` merging (yuniorsk)
- Bug #332: Added `[\ReturnTypeWillChange]` attribute for BatchQueryResult methods to be compatible with Iterator interface (warton)
- Enh #329: Added `curlOptions` attribute for advanced configuration of curl session (yuniorsk)


2.1.3 August 07, 2022
-----------------------
Expand Down
4 changes: 2 additions & 2 deletions Command.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://www.yiiframework.com/
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license https://www.yiiframework.com/license/
*/

namespace yii\elasticsearch;
Expand Down
10 changes: 5 additions & 5 deletions Connection.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://www.yiiframework.com/
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license https://www.yiiframework.com/license/
*/

namespace yii\elasticsearch;
Expand All @@ -16,9 +16,9 @@
/**
* Elasticsearch Connection is used to connect to an Elasticsearch cluster version 0.20 or higher
*
* @property-read string $driverName Name of the DB driver. This property is read-only.
* @property-read bool $isActive Whether the DB connection is established. This property is read-only.
* @property-read QueryBuilder $queryBuilder This property is read-only.
* @property-read string $driverName Name of the DB driver.
* @property-read bool $isActive Whether the DB connection is established.
* @property-read QueryBuilder $queryBuilder
*
* @author Carsten Brandt <mail@cebe.cc>
* @since 2.0
Expand Down
4 changes: 2 additions & 2 deletions DebugAction.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://www.yiiframework.com/
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license https://www.yiiframework.com/license/
*/

namespace yii\elasticsearch;
Expand Down
4 changes: 2 additions & 2 deletions DebugPanel.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://www.yiiframework.com/
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license https://www.yiiframework.com/license/
*/

namespace yii\elasticsearch;
Expand Down
4 changes: 2 additions & 2 deletions ElasticsearchTarget.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://www.yiiframework.com/
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license https://www.yiiframework.com/license/
*/

namespace yii\elasticsearch;
Expand Down
4 changes: 2 additions & 2 deletions Exception.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://www.yiiframework.com/
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license https://www.yiiframework.com/license/
*/

namespace yii\elasticsearch;
Expand Down
6 changes: 3 additions & 3 deletions Query.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://www.yiiframework.com/
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license https://www.yiiframework.com/license/
*/

namespace yii\elasticsearch;
Expand Down Expand Up @@ -128,7 +128,7 @@ class Query extends Component implements QueryInterface
*/
public $runtimeMappings;
/**
* @var array Use the fields parameter to retrieve the values of runtime fields. Runtime fields won’t display in
* @var array Use the fields parameter to retrieve the values of runtime fields. Runtime fields won’t display in
* _source, but the fields API works for all fields, even those that were not sent as part of the original _source.
* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/runtime-retrieving-fields.html
* @see fields()
Expand Down
4 changes: 2 additions & 2 deletions QueryBuilder.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://www.yiiframework.com/
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license https://www.yiiframework.com/license/
*/

namespace yii\elasticsearch;
Expand Down

0 comments on commit 4d92af4

Please sign in to comment.