Skip to content

Commit

Permalink
🐛 does not call global helpers
Browse files Browse the repository at this point in the history
🔥 removed some md files from dependencies

Signed-off-by: Bruno Meilick <b@bnomei.com>
  • Loading branch information
bnomei committed Feb 26, 2020
1 parent 5d70d34 commit ad23d9e
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 4,484 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -14,7 +14,7 @@
/vendor/**/.*
/vendor/**/*.json
/vendor/**/*.txt
/vendor/**/*.md``
/vendor/**/*.md
/vendor/**/*.yml
/vendor/**/*.yaml
/vendor/**/*.xml
Expand Down
2 changes: 1 addition & 1 deletion classes/CloudConvert.php
Expand Up @@ -98,7 +98,7 @@ public static function convert(array $options, string $outputPath = null, $async
return F::exists($outputPath);
}

if (is_callable($convert)) {
if (!is_string($convert) && is_callable($convert)) {
$a = F::filename($outputPath);
$b = md5($outputPath) . '.' . F::extension($outputPath);
$options['kirby.outputPath'] = $outputPath;
Expand Down
2 changes: 1 addition & 1 deletion composer.json
@@ -1,7 +1,7 @@
{
"name": "bnomei/kirby3-cloudconvert",
"type": "kirby-plugin",
"version": "1.1.4",
"version": "1.1.5",
"description": "Plugin to convert anything to anything using cloudconvert.",
"license": "MIT",
"authors": [
Expand Down
264 changes: 0 additions & 264 deletions vendor/cloudconvert/cloudconvert-php/README.md

This file was deleted.

0 comments on commit ad23d9e

Please sign in to comment.