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 Nov 23, 2020
1 parent 7ec9571 commit 1a41d7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Command/C3.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ private function findLabeled(P $p, $base) {return df_find(function(_DO $io) use(
* 2020-11-22
* @return PC
*/
private function pc() {return dfc($this, function() {return $this->pcPrepare(df_product_c());});}
private function pc() {return dfc($this, function() {return $this->pcPrepare(df_pc());});}

/**
* 2020-11-22
* @return PC
*/
private function pcL() {return dfc($this, function() {return df_with_conn(self::$CONN_L, function() {return $this->pcPrepare(
df_product_c()->setPageSize(1)->addFieldToFilter('entity_id', 116)
df_pc()->setPageSize(1)->addFieldToFilter('entity_id', 116)
);});});}

/**
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": "tradefurniturecompany/image"
,"version": "0.0.6"
,"version": "0.0.7"
,"description": "A custom image processing module for tradefurniturecompany.co.uk (Magento 2)"
,"type": "magento2-module"
,"homepage": "https://github.com/tradefurniturecompany/image"
Expand All @@ -11,7 +11,7 @@
,"homepage": "https://mage2.pro/users/dmitry_fedyuk"
,"role": "Developer"
}]
,"require": {"google/cloud-vision": "*", "mage2pro/core": ">=7.0.2"}
,"require": {"google/cloud-vision": "*", "mage2pro/core": ">=7.0.9"}
,"autoload": {"files": ["registration.php"], "psr-4": {"TFC\\Image\\": ""}}
,"keywords": [
"eCommerce"
Expand Down

0 comments on commit 1a41d7b

Please sign in to comment.