Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zikkuratvk committed Nov 25, 2022
1 parent 29c21be commit df96983
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<project name="contentcart" default="dist" basedir=".">

<property name="VERSION" value="1.1.4"/>
<property name="VERSION" value="2.0.0"/>

<tstamp>
<format property="DATE" pattern="%d.%m.%Y" />
</tstamp>

<property name="build" value="_build" />
<property name="dist" value="_dist" />
<property name="filename" value="pkg_jlcontentcart_v${VERSION}_j3.zip" />
<property name="filename" value="pkg_jlcontentcart_v${VERSION}_j4.zip" />


<target name="init" depends="clean">
Expand Down
8 changes: 4 additions & 4 deletions mod_contentcart/mod_contentcart.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="4.0.0" client="site" method="upgrade">
<name>MOD_CONTENTCART_NAME</name>
<author>Efanych</author>
<authorEmail>[email protected]</authorEmail>
<author>Joomline</author>
<authorEmail>[email protected]</authorEmail>
<creationDate>@date@</creationDate>
<authorUrl>https://joomlaforum.ru/index.php?action=profile;u=79782</authorUrl>
<copyright>(C) 2018-2021 Joomline. All rights reserved.</copyright>
<authorUrl>https://joomline.ru/</authorUrl>
<copyright>(C) 2018-2022 Joomline. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later</license>
<version>@version@</version>
<description>MOD_CONTENTCART_XML_DESCRIPTION</description>
Expand Down
4 changes: 2 additions & 2 deletions pkg_contentcart.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<extension type="package" version="4.0" method="upgrade">
<extension type="package" version="4.0.0" method="upgrade">
<name>Content Cart</name>
<author>Joomline</author>
<packagename>contentcart</packagename>
<creationDate>@date@</creationDate>
<copyright>(C) 2018-2021 Joomline. All rights reserved.</copyright>
<copyright>(C) 2018-2022 Joomline. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>[email protected]</authorEmail>
<packager>JoomLine</packager>
Expand Down
4 changes: 2 additions & 2 deletions plg_contentcart/contentcart.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<extension version="4.0.0" type="plugin" group="content" method="upgrade">
<name>PLG_CONTENT_CONTENTCART</name>
<author>Efanych</author>
<author>Joomline</author>
<authorEmail>[email protected]</authorEmail>
<creationDate>@date@</creationDate>
<authorUrl>https://joomline.ru/</authorUrl>
<copyright>(C) 2018-2021 Joomline. All rights reserved.</copyright>
<copyright>(C) 2018-2022 Joomline. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later</license>
<version>@version@</version>
<description>PLG_CONTENTCART_DESC</description>
Expand Down

0 comments on commit df96983

Please sign in to comment.