Skip to content

Commit

Permalink
0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jul 8, 2017
1 parent 039f6ba commit 3e67812
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion API/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/**
* 2017-07-05
* @see \Df\ZohoBI\API\Client
* @see \Dfe\ZohoCRM\API\Client
*/
abstract class Client extends \Df\API\Client {
/**
Expand All @@ -17,9 +18,10 @@ final protected function _construct() {parent::_construct(); $this->addFilterJso

/**
* 2017-07-06
* @final I do not use the PHP «final» keyword here to allow refine the return type using PHPDoc.
* @return S
*/
final protected function ss() {return S::convention($this, S::class);}
protected function ss() {return S::convention($this, S::class);}

/**
* 2017-07-06
Expand Down
1 change: 1 addition & 0 deletions Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ abstract class Settings extends \Df\Config\Settings {
* 2017-07-05 «Authentication Token
* @used-by \Df\ZohoBI\API\Client::headers()
* @used-by \Df\ZohoBI\Source\Organization::isRequirementMet()
* @used-by \Dfe\ZohoCRM\API\Client::commonParams()
* @return string
*/
final function token() {return $this->p();}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/zoho"
,"version": "0.0.6"
,"version": "0.0.7"
,"description": "A common Zoho applications library for my «Zoho CRM», «Zoho Inventory», and «Zoho Books» Magento 2 extensions."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/tags/zoho"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.7.40"}
,"require": {"mage2pro/core": ">=2.7.43"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Df\\Zoho\\": ""}}
,"keywords": [
"Zoho"
Expand Down

0 comments on commit 3e67812

Please sign in to comment.