Skip to content

Commit

Permalink
Update to 5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdesign committed Feb 7, 2023
1 parent fbb42da commit 0bbedf6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 100 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="5.11" />
value="5.12" />
<property name="build"
value="build" />
<property name="temp"
Expand Down
1 change: 0 additions & 1 deletion packages/lib_juimage/juimage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<version>@version@</version>
<packager>Joomla! Ukraine</packager>
<packagerurl>https://joomla-ua.org</packagerurl>
<scriptfile>script.php</scriptfile>
<files folder="juimage">
<folder>src</folder>
<folder>vendor</folder>
Expand Down
96 changes: 0 additions & 96 deletions packages/lib_juimage/script.php

This file was deleted.

2 changes: 1 addition & 1 deletion packages/plg_system_juimage/juimage.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ class plgSystemJUImage extends CMSPlugin
*/
public function onAfterInitialise()
{
require_once JPATH_LIBRARIES . '/juimage/JUImage.php';
JLoader::registerPrefix('JUImage', JPATH_LIBRARIES . '/juimage/JUImage.php');
}
}
6 changes: 5 additions & 1 deletion script.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@
* @package JUImage
*/

use Joomla\CMS\Factory;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Version;

defined('_JEXEC') or die;

class Pkg_JUImageInstallerScript
class pkg_juimageInstallerScript
{
/**
* @return bool
Expand Down

0 comments on commit 0bbedf6

Please sign in to comment.