Skip to content

Commit

Permalink
11.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jun 17, 2024
1 parent 2b37490 commit 2f1e585
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Core/lib/empty.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ function df_fts($v) {return false === $v ? '' : $v;}
* @used-by df_cfg_empty()
* @used-by df_deployment_cfg()
* @used-by df_float()
* @used-by df_js_x()
* @used-by df_json_decode()
* @used-by df_metadata()
* @used-by df_oi()
Expand Down
2 changes: 1 addition & 1 deletion Core/lib/js/x-magento-init.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
*/
function df_js_x(string $selector, $m, string $script = '', array $p = []):string {return df_tag(
'script', ['type' => 'text/x-magento-init'], df_json_encode([$selector => [
df_cc_path(null === $m ? '' : df_module_name($m), $script ?: 'main') => $p
df_cc_path(df_nes($m) ? '' : df_module_name($m), $script ?: 'main') => $p
]])
);}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/core"
,"version": "11.2.9"
,"version": "11.3.0"
,"description": "Mage2.PRO core package."
,"type": "magento2-module"
,"homepage": "https://mage2.pro"
Expand Down

0 comments on commit 2f1e585

Please sign in to comment.