Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekVolsk committed Jun 2, 2020
1 parent a0b845c commit 3b427ab
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# YtVideo

![Version](https://img.shields.io/badge/VERSION-1.7.1-0366d6.svg?style=for-the-badge)
![Version](https://img.shields.io/badge/VERSION-1.7.2-0366d6.svg?style=for-the-badge)
![Joomla](https://img.shields.io/badge/joomla-3.7+-1A3867.svg?style=for-the-badge)
![Php](https://img.shields.io/badge/php-5.6+-8892BF.svg?style=for-the-badge)

Expand Down
2 changes: 1 addition & 1 deletion README.ru.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# YtVideo

![Version](https://img.shields.io/badge/VERSION-1.7.1-0366d6.svg?style=for-the-badge)
![Version](https://img.shields.io/badge/VERSION-1.7.2-0366d6.svg?style=for-the-badge)
![Joomla](https://img.shields.io/badge/joomla-3.7+-1A3867.svg?style=for-the-badge)
![Php](https://img.shields.io/badge/php-5.6+-8892BF.svg?style=for-the-badge)

Expand Down
4 changes: 2 additions & 2 deletions pkg_ytvideo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<authorUrl>https://alekvolsk.pw</authorUrl>
<copyright>(C) Aleksey A. Morozov. All right reserved.</copyright>
<license>GNU General Public License version 3 or later; see http://www.gnu.org/licenses/gpl-3.0.txt</license>
<creationDate>May 2020</creationDate>
<creationDate>June 2020</creationDate>
<packager>Aleksey A. Morozov</packager>
<packagerurl>https://alekvolsk.pw</packagerurl>
<version>1.7.1</version>
<version>1.7.2</version>
<description>PKG_YTVIDEO_DESC</description>
<php_minimum>5.6</php_minimum>
<scriptfile>pkg_script.php</scriptfile>
Expand Down
19 changes: 0 additions & 19 deletions plg_content_ytvideo/ytvideo.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,22 +189,3 @@ private function isWebP() {
return in_array($name, array_keys($browsers)) && ($ver >= $browsers[$name]);
}
}

function vd(...$args)
{
print_r('<pre style="margin:0;padding:16px;font:14px/1.6 Consolas,monospace;' .
'background-color:#e9f0f0;color:#333e39;border:1px solid #aaa;border-radius:2px;">');
foreach ($args as $i => $context) {
if ($i > 0) {
print_r('<br>===<br><br>');
}
$type = gettype($context);
print_r('<b>Parameter ' . $i . ' (' . $type . ($type == 'array' ? '(' . count($context) . ')' : '') . '):</b><br>');
if (!(bool)$context) {
var_dump($context);
} else {
print_r($context);
}
}
print_r('<br>===</pre>');
}
4 changes: 2 additions & 2 deletions plg_content_ytvideo/ytvideo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<authorUrl>https://alekvolsk.pw</authorUrl>
<copyright>(C) Aleksey A. Morozov. All right reserved.</copyright>
<license>GNU General Public License version 3 or later; see http://www.gnu.org/licenses/gpl-3.0.txt</license>
<creationDate>May 2020</creationDate>
<version>1.7.1</version>
<creationDate>June 2020</creationDate>
<version>1.7.2</version>
<description>PLG_YTVIDEO_DESC</description>
<scriptfile>script.php</scriptfile>
<files>
Expand Down

0 comments on commit 3b427ab

Please sign in to comment.