Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jul 13, 2017
1 parent c05ecf7 commit a1afdcf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions API/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ final class Client extends \Df\API\Client {
* @override
* @see \Df\API\Client::_construct()
* @used-by \Df\API\Client::__construct()
* @see \Df\ZohoBI\API\Client::_construct()
*/
final protected function _construct() {parent::_construct(); $this->addFilterJsonDecode();}
protected function _construct() {parent::_construct(); $this->resJson();}

/**
* 2017-07-09
Expand All @@ -29,7 +28,7 @@ final protected function _construct() {parent::_construct(); $this->addFilterJso
* @used-by \Df\API\Client::p()
* @return array(string => string)
*/
final protected function headers() {return [
protected function headers() {return [
'Accept' => 'application/json'
// 2017-07-10
// Note 1:
Expand Down
2 changes: 1 addition & 1 deletion API/Facade.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ private function p($path, array $p = [], $method = null) {return
(new Client($path, $p, $method))->p()
;}

/** @return self */
/** 2017-07-09 @return self */
static function s() {static $r; return $r ? $r : $r = new self;}
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/salesforce"
,"version": "0.0.5"
,"version": "0.0.6"
,"description": "The «Salesforce» extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/salesforce"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.8.2"}
,"require": {"mage2pro/core": ">=2.8.10"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Salesforce\\": ""}}
,"keywords": [
"API"
Expand Down

0 comments on commit a1afdcf

Please sign in to comment.