Skip to content

Commit

Permalink
1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jan 28, 2023
1 parent 98c50f5 commit 883f37b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion W/Result/Js.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ final protected function render(IR $r):void {
*/
final static function i(string $name):self {
$i = new self; /** @var self $i */
$i->_r = ju_module_file(__CLASS__, "js/$name", 'js', true, function($f) {return file_get_contents($f);});
$i->_r = ju_module_file_read(__CLASS__, "js/$name", 'js', function($f) {return file_get_contents($f);}, true);
return $i;
}
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "justuno.com/m2"
,"version": "1.8.0"
,"version": "1.8.1"
,"description": "Justuno module for Magento 2"
,"type": "magento2-module"
,"homepage": "https://github.com/justunoCom/m2"
Expand All @@ -11,7 +11,7 @@
,"homepage": "https://www.upwork.com/fl/mage2pro"
,"role": "Developer"
}]
,"require": {"justuno.com/core": ">=1.3.0"}
,"require": {"justuno.com/core": ">=1.4.4"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Justuno\\M2\\": ""}}
,"keywords": ["Magento 2"]
}

0 comments on commit 883f37b

Please sign in to comment.