Skip to content

Commit

Permalink
Update to 2.1.2
Browse files Browse the repository at this point in the history
* Small fix
  • Loading branch information
denysdesign committed Mar 19, 2024
1 parent 17e2e7f commit 11aeb76
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 31 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
basedir=".">

<property name="VERSION"
value="2.1.1" />
value="2.1.2" />
<property name="JOOMLA"
value="4.0" />

Expand Down
1 change: 1 addition & 0 deletions packages/plg_system_jupwa/libraries/src/Classes/Minify.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
* @author Stephen Clay <steve@mrclay.org>
* @package Minify
*/
#[AllowDynamicProperties]
class Minify
{
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

namespace JUPWA\Classes;

#[AllowDynamicProperties]
class PHP_ICO
{
/**
Expand Down
9 changes: 1 addition & 8 deletions packages/plg_system_jupwa/libraries/src/Data/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,19 +167,12 @@ class Data
'theme_color' => '',
'background_color' => '',
'screenshots' => [],
'gcm_sender_id' => '482941778795',
'gcm_user_visible_only' => true,
'prefer_related_applications' => '',
'related_applications' => [],
'handle_links' => '',
'launch_handler' => [],
'scope_extensions' => [],
'edge_side_panel' => [],
'author' => [
'name' => 'Joomla! Ukraine',
'website' => 'https://joomla-ua.org',
'github' => 'https://github.com/Joomla-Ukraine/JUPWA'
]
'edge_side_panel' => []
];

public static array $assetlinks = [
Expand Down
18 changes: 0 additions & 18 deletions packages/plg_system_jupwa/libraries/src/Helpers/Favicons.php

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@
'JUPWA\\Helpers\\Assetinks' => $baseDir . '/src/Helpers/Assetinks.php',
'JUPWA\\Helpers\\BrowserConfig' => $baseDir . '/src/Helpers/BrowserConfig.php',
'JUPWA\\Helpers\\Facebook' => $baseDir . '/src/Helpers/Facebook.php',
'JUPWA\\Helpers\\Favicons' => $baseDir . '/src/Helpers/Favicons.php',
'JUPWA\\Helpers\\Folders' => $baseDir . '/src/Helpers/Folders.php',
'JUPWA\\Helpers\\HTML' => $baseDir . '/src/Helpers/HTML.php',
'JUPWA\\Helpers\\Images' => $baseDir . '/src/Helpers/Images.php',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ class ComposerStaticInit4b8d8882bc29fff50f41e65be4486188
'JUPWA\\Helpers\\Assetinks' => __DIR__ . '/../..' . '/src/Helpers/Assetinks.php',
'JUPWA\\Helpers\\BrowserConfig' => __DIR__ . '/../..' . '/src/Helpers/BrowserConfig.php',
'JUPWA\\Helpers\\Facebook' => __DIR__ . '/../..' . '/src/Helpers/Facebook.php',
'JUPWA\\Helpers\\Favicons' => __DIR__ . '/../..' . '/src/Helpers/Favicons.php',
'JUPWA\\Helpers\\Folders' => __DIR__ . '/../..' . '/src/Helpers/Folders.php',
'JUPWA\\Helpers\\HTML' => __DIR__ . '/../..' . '/src/Helpers/HTML.php',
'JUPWA\\Helpers\\Images' => __DIR__ . '/../..' . '/src/Helpers/Images.php',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => 'joomla-ua/jupwa',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '8604fc1a57b8a717874e58106271f4e0d59601b0',
'reference' => '17e2e7fd697ec640f97a9f063fac90b2d27b187d',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down Expand Up @@ -31,7 +31,7 @@
'joomla-ua/jupwa' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '8604fc1a57b8a717874e58106271f4e0d59601b0',
'reference' => '17e2e7fd697ec640f97a9f063fac90b2d27b187d',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down

0 comments on commit 11aeb76

Please sign in to comment.