-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f044823
commit 600b769
Showing
5 changed files
with
9 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> |