Skip to content

Commit

Permalink
Update to 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdesign committed Jul 8, 2021
1 parent ae9e068 commit 7c42a62
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 262 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/.idea/
/bin
/dist/
/scripts.txt
vendor/bin
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<project name="juimage" default="dist" basedir=".">

<property name="VERSION" value="4.3.1"/>
<property name="VERSION" value="4.3.2"/>
<property name="build" value="build"/>
<property name="temp" value="temp"/>
<property name="dist" value="dist"/>
Expand Down
13 changes: 11 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@
"ext-gd": "PHP GD library",
"ext-imagick": "PHP ImageMagick"
},
"archive": {
"exclude": [
"/packages",
"/vendor",
"/pkg_juimage.xml",
"/noimage.png",
"/JUImage.php",
"/blank.png"
]
},
"require": {
"php": ">=7.0",
"ext-curl": "*",
Expand All @@ -76,7 +86,6 @@
"ext-json": "*",
"ext-mbstring": "*",
"ext-zlib": "*",
"marc1706/fast-image-size": "1.*",
"visavi/cleanup": "^v1.5.2"
"marc1706/fast-image-size": "1.*"
}
}
2 changes: 1 addition & 1 deletion src/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ private function createThumb($url, $img_cache, $target, array $attr = [])
* @return bool|string
* @since 4.0
*/
private function createVideoThumb($url, bool $video_detect = false)
private function createVideoThumb($url, $video_detect = false)
{
$urls = parse_url($url);

Expand Down
1 change: 0 additions & 1 deletion vendor/bin/cleanup

This file was deleted.

48 changes: 0 additions & 48 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,54 +63,6 @@
"source": "https://github.com/marc1706/fast-image-size/tree/v1.1.6"
},
"install-path": "../marc1706/fast-image-size"
},
{
"name": "visavi/cleanup",
"version": "v1.5.2",
"version_normalized": "1.5.2.0",
"source": {
"type": "git",
"url": "https://github.com/visavi/cleanup.git",
"reference": "fc13c6376fabe61522d4a3cfeab90e8555c1fbd2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/visavi/cleanup/zipball/fc13c6376fabe61522d4a3cfeab90e8555c1fbd2",
"reference": "fc13c6376fabe61522d4a3cfeab90e8555c1fbd2",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"time": "2019-12-08T16:59:14+00:00",
"bin": [
"cleanup"
],
"type": "library",
"installation-source": "dist",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alexander Grigorev",
"email": "[email protected]",
"homepage": "http://visavi.net"
}
],
"description": "Cleaning vendor directory",
"homepage": "http://visavi.net",
"keywords": [
"clean",
"composer",
"vendor"
],
"support": {
"issues": "https://github.com/visavi/cleanup/issues",
"source": "https://github.com/visavi/cleanup/tree/master"
},
"install-path": "../visavi/cleanup"
}
],
"dev": false,
Expand Down
21 changes: 6 additions & 15 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<?php return array(
'root' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => 'b7ed3aab57413e360dc62013a65cbc292342b8a0',
'reference' => NULL,
'name' => 'joomla-ua/juimage',
'dev' => false,
),
'versions' => array(
'joomla-ua/juimage' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => 'b7ed3aab57413e360dc62013a65cbc292342b8a0',
'reference' => NULL,
'dev_requirement' => false,
),
'marc1706/fast-image-size' => array(
Expand All @@ -28,14 +28,5 @@
'reference' => '3a3a2b036be20f43fa06ce00dfa754df503e6684',
'dev_requirement' => false,
),
'visavi/cleanup' => array(
'pretty_version' => 'v1.5.2',
'version' => '1.5.2.0',
'type' => 'library',
'install_path' => __DIR__ . '/../visavi/cleanup',
'aliases' => array(),
'reference' => 'fc13c6376fabe61522d4a3cfeab90e8555c1fbd2',
'dev_requirement' => false,
),
),
);
173 changes: 0 additions & 173 deletions vendor/visavi/cleanup/cleanup

This file was deleted.

21 changes: 0 additions & 21 deletions vendor/visavi/cleanup/composer.json

This file was deleted.

0 comments on commit 7c42a62

Please sign in to comment.