Skip to content

Commit

Permalink
1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jun 9, 2024
1 parent 40bae06 commit e0ad612
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Fonts/Fs.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Fs {
* @used-by \Dfe\GoogleFont\Fonts\Sprite::pathToDatumPoints()
* @param string[] $rel
*/
function absolute(array $rel):string {return df_media_path_absolute('df/api/google/fonts/'). df_cc_path($rel);}
function absolute(array $rel):string {return df_media_path_abs('df/api/google/fonts/'). df_cc_path($rel);}

/**
* 2015-12-08
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": "mage2pro/google-font"
,"version": "1.3.4"
,"version": "1.3.5"
,"description": "Google Font API."
,"type": "magento2-module"
,"homepage": "https://github.com/mage2pro/google-font"
Expand All @@ -11,6 +11,6 @@
"homepage": "https://upwork.com/fl/mage2pro",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=11.0.1", "mage2pro/google": "*"}
,"require": {"mage2pro/core": ">=11.1.5", "mage2pro/google": "*"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\GoogleFont\\": ""}}
}

0 comments on commit e0ad612

Please sign in to comment.