Skip to content

Commit

Permalink
1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zikkuratvk committed Mar 14, 2021
1 parent 9ac0856 commit 49a97ed
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<project name="contentcart" default="dist" basedir=".">

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

<tstamp>
<format property="DATE" pattern="%d.%m.%Y" />
Expand Down
2 changes: 1 addition & 1 deletion mod_contentcart/mod_contentcart.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<authorEmail>efanych@gmail.com</authorEmail>
<creationDate>@date@</creationDate>
<authorUrl>https://joomlaforum.ru/index.php?action=profile;u=79782</authorUrl>
<copyright>(C) 2018-2020 Joomline. All rights reserved.</copyright>
<copyright>(C) 2018-2021 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
Expand Up @@ -4,9 +4,9 @@
<author>Joomline</author>
<packagename>contentcart</packagename>
<creationDate>@date@</creationDate>
<copyright>(C) 2018-2020 Joomline. All rights reserved.</copyright>
<copyright>(C) 2018-2021 Joomline. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>sales@joomline.ru</authorEmail>
<authorEmail>sale@joomline.ru</authorEmail>
<packager>JoomLine</packager>
<packagerurl>https://joomline.ru</packagerurl>
<version>@version@</version>
Expand Down
4 changes: 2 additions & 2 deletions plg_contentcart/contentcart.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<extension version="3.8.0" type="plugin" group="content" method="upgrade">
<name>PLG_CONTENT_CONTENTCART</name>
<author>Efanych</author>
<authorEmail>efanych@gmail.com</authorEmail>
<authorEmail>sale@joomline.ru</authorEmail>
<creationDate>@date@</creationDate>
<authorUrl>https://joomline.ru/</authorUrl>
<copyright>(C) 2018-2020 Joomline. All rights reserved.</copyright>
<copyright>(C) 2018-2021 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
2 changes: 0 additions & 2 deletions plg_contentcart/tmpl/mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@

$mailer = JFactory::getMailer();
$app = JFactory::getApplication();
$sender = array('no-reply@'.$_SERVER['HTTP_HOST'], $fromname = $app->get('fromname'));
$mailer->setSender($sender);

$recipient = array($app->get('mailfrom'));
$mailer->addRecipient($recipient);
Expand Down

0 comments on commit 49a97ed

Please sign in to comment.