Skip to content

Commit

Permalink
10.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Mar 25, 2024
1 parent 333134e commit 6e76d4c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Cms/lib/o.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php
use Magento\Cms\Model\Template\FilterProvider as FP;
/**
* 2024-03-25
* @used-by \Sharapov\Cabinetsbay\Block\Category\View::getCabinetAssembly() (https://github.com/cabinetsbay/site/issues/98)
*/
function df_cms_fp():FP {return df_o(FP::class);}
1 change: 1 addition & 0 deletions Core/lib/object/om.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ function df_is_virtual(string $c):bool {return !!dfa(df_virtual_types(), $c);}
* @used-by df_category_h()
* @used-by df_checkout_h()
* @used-by df_cms_block_r()
* @used-by df_cms_fp()
* @used-by df_component_r()
* @used-by df_config_field()
* @used-by df_customer_address_rep()
Expand Down
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": "10.7.7"
,"version": "10.7.8"
,"description": "Mage2.PRO core package."
,"type": "magento2-module"
,"homepage": "https://mage2.pro"
Expand Down

0 comments on commit 6e76d4c

Please sign in to comment.