Skip to content

Commit

Permalink
Update to 5.18
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdesign committed Oct 27, 2023
1 parent f044823 commit 600b769
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 14 deletions.
2 changes: 2 additions & 0 deletions JUImage.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
* @package JUImage
*/

defined('_JEXEC') or die;

include_once __DIR__ . '/vendor/autoload.php';

use JUImage\Image;
Expand Down
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.16" />
value="5.18" />
<property name="build"
value="build" />
<property name="temp"
Expand Down
6 changes: 3 additions & 3 deletions packages/lib_juimage/juimage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<author>Denys Nosov</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://joomla-ua.org</authorUrl>
<license>https://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
<license>GNU/GPL Version 2 or later and Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 License</license>
<copyright>(C) 2006-2023 Joomla! Ukraine. All rights reserved.</copyright>
<description>JUImage</description>
<version>@version@</version>
<packager>Joomla! Ukraine</packager>
<packagerurl>https://joomla-ua.org</packagerurl>

<files folder="juimage">
<folder>src</folder>
<folder>vendor</folder>
Expand Down
2 changes: 1 addition & 1 deletion packages/plg_system_juimage/juimage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<creationDate>@date@</creationDate>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://joomla-ua.org</authorUrl>
<license>https://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
<license>GNU/GPL Version 2 or later and Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 License</license>
<copyright>(C) 2019-2023 Joomla! Ukraine. All rights reserved.</copyright>
<version>@version@</version>
<description>Register JUImage library.</description>
Expand Down
11 changes: 2 additions & 9 deletions pkg_juimage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@
<creationDate>@date@</creationDate>
<packager>Joomla! Ukraine</packager>
<copyright>(C) 2016-2023 Denys Nosov, Joomla! Ukraine</copyright>
<packageremail>[email protected]</packageremail>
<packagerurl>https://joomla-ua.org</packagerurl>
<author>Denys Nosov, Joomla! Ukraine</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://joomla-ua.org</authorUrl>
<version>@version@</version>
<description />
<license>GNU/GPL Version 2 or later and Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 License</license>
<description>JUImage</description>
<scriptfile>script.php</scriptfile>

<update>https://joomla-ua.org/update/lib/juimage.xml</update>
Expand All @@ -32,10 +31,4 @@
<file type="library"
id="juimage">lib_juimage.zip</file>
</files>

<compatibility>
<version>3</version>
<version>4</version>
<version>5</version>
</compatibility>
</extension>

0 comments on commit 600b769

Please sign in to comment.