Skip to content

Commit 6a4f3ec

Browse files
committed
Update to 2.1.3
* Small fix * Update dependencies
1 parent 0add98b commit 6a4f3ec

File tree

9 files changed

+453
-429
lines changed

9 files changed

+453
-429
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
## Download
1717

18-
[JUPWA v 2.1.2](https://github.com/Joomla-Ukraine/JUPWA/releases/download/2.1.2/pkg_jupwa_v2.1.2.zip)
18+
[JUPWA v 2.1.3](https://github.com/Joomla-Ukraine/JUPWA/releases/download/2.1.3/pkg_jupwa_v2.1.3.zip)
1919

2020
## Integration
2121

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
basedir=".">
44

55
<property name="VERSION"
6-
value="2.1.2" />
6+
value="2.1.3" />
77
<property name="JOOMLA"
88
value="4.0" />
99

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jupwa",
33
"sideEffects": true,
4-
"version": "1.9",
4+
"version": "1.10",
55
"description": "JUPWA",
66
"private": true,
77
"scripts": {
@@ -17,10 +17,10 @@
1717
"keywords": [],
1818
"license": "ISC",
1919
"devDependencies": {
20-
"@babel/core": "^7.24.0",
21-
"@babel/plugin-transform-runtime": "^7.24.0",
22-
"@babel/preset-env": "^7.24.0",
23-
"@babel/runtime": "^7.24.0",
20+
"@babel/core": "^7.24.1",
21+
"@babel/plugin-transform-runtime": "^7.24.1",
22+
"@babel/preset-env": "^7.24.1",
23+
"@babel/runtime": "^7.24.1",
2424
"@swc/core": "^1.4.8",
2525
"babel-loader": "^9.1.3",
2626
"clean-webpack-plugin": "^4.0.0",
@@ -42,6 +42,6 @@
4242
"yargs": "^17.7.2"
4343
},
4444
"dependencies": {
45-
"@khmyznikov/pwa-install": "^0.3.4"
45+
"@khmyznikov/pwa-install": "^0.3.5"
4646
}
4747
}

packages/plg_system_jupwa/jupwa.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ public function onAfterDispatch(): void
287287
if($this->params->get('usepwainstall') == 1)
288288
{
289289
$wa = $doc->getWebAssetManager();
290-
$jupwa_install_version = '1.9';
290+
$jupwa_install_version = '1.10';
291291

292292
$wa->registerAndUseScript('jupwa', Uri::root() . 'media/jupwa/js/jupwa.' . $jupwa_install_version . '.js', [ 'version' => false ], [
293293
'defer' => 'defer',

packages/plg_system_jupwa/libraries/src/Thumbs/Render.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ public static function manifest_icons(array $option = []): array
245245
$image[] = Image::render_image($source, $out, [
246246
'width' => $icon,
247247
'height' => $icon,
248-
'ratio' => 1.12,
248+
'ratio' => 1.11,
249249
'color' => $option[ 'manifest_icon_background_color' ] == 1 ? $option[ 'background_color' ] : null
250250
]);
251251
}

packages/plg_system_jupwa/libraries/vendor/composer/installed.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => 'joomla-ua/jupwa',
44
'pretty_version' => 'dev-main',
55
'version' => 'dev-main',
6-
'reference' => '17e2e7fd697ec640f97a9f063fac90b2d27b187d',
6+
'reference' => '0add98bf95b837029243749b12c5c865c5829b0d',
77
'type' => 'library',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -31,7 +31,7 @@
3131
'joomla-ua/jupwa' => array(
3232
'pretty_version' => 'dev-main',
3333
'version' => 'dev-main',
34-
'reference' => '17e2e7fd697ec640f97a9f063fac90b2d27b187d',
34+
'reference' => '0add98bf95b837029243749b12c5c865c5829b0d',
3535
'type' => 'library',
3636
'install_path' => __DIR__ . '/../../',
3737
'aliases' => array(),

packages/plg_system_jupwa/media/jupwa/js/jupwa.1.10.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plg_system_jupwa/media/jupwa/js/jupwa.1.9.js

-1
This file was deleted.

0 commit comments

Comments
 (0)