Skip to content

Commit

Permalink
Prepare 1.2.0 realise
Browse files Browse the repository at this point in the history
  • Loading branch information
Septdir committed Dec 22, 2022
1 parent 83416fd commit f639dc6
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions email.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* @package RadicalMart Package
* @subpackage plg_radicalmart_message_email
* @version __DEPLOY_VERSION__
* @version 1.2.0
* @author Delo Design - delo-design.ru
* @copyright Copyright (c) 2021 Delo Design. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down Expand Up @@ -158,7 +158,7 @@ public function onRadicalMartSendMessage($type = null, $data = null)
*
* @throws Exception
*
* @since __DEPLOY_VERSION__
* @since 1.2.0
*/
public function onRadicalMartExpressSendMessage($type = null, $data = null)
{
Expand Down
4 changes: 2 additions & 2 deletions email.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<extension version="3.9" type="plugin" group="radicalmart_message" method="upgrade">
<name>PLG_RADICALMART_MESSAGE_EMAIL</name>
<author>Delo Design</author>
<creationDate>August 2022</creationDate>
<creationDate>December 2022</creationDate>
<copyright>Copyright © 2021 Delo Design. All rights reserved.</copyright>
<license>https://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
<authorEmail>boss@delo-design.ru</authorEmail>
<authorUrl>https://delo-design.ru</authorUrl>
<version>1.1.3-dev</version>
<version>1.2.0</version>
<description>PLG_RADICALMART_MESSAGE_EMAIL_DESCRIPTION</description>
<scriptfile>script.php</scriptfile>
<languages folder="language">
Expand Down
2 changes: 1 addition & 1 deletion language/en-GB/en-GB.plg_radicalmart_message_email.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; @package RadicalMart Package
; @subpackage plg_radicalmart_message_email
; @version __DEPLOY_VERSION__
; @version 1.2.0
; @author Delo Design - delo-design.ru
; @copyright Copyright (c) 2021 Delo Design. All rights reserved.
; @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion language/en-GB/en-GB.plg_radicalmart_message_email.sys.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; @package RadicalMart Package
; @subpackage plg_radicalmart_message_email
; @version __DEPLOY_VERSION__
; @version 1.2.0
; @author Delo Design - delo-design.ru
; @copyright Copyright (c) 2021 Delo Design. All rights reserved.
; @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion language/ru-RU/ru-RU.plg_radicalmart_message_email.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; @package RadicalMart Package
; @subpackage plg_radicalmart_message_email
; @version __DEPLOY_VERSION__
; @version 1.2.0
; @author Delo Design - delo-design.ru
; @copyright Copyright (c) 2021 Delo Design. All rights reserved.
; @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion language/ru-RU/ru-RU.plg_radicalmart_message_email.sys.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; @package RadicalMart Package
; @subpackage plg_radicalmart_message_email
; @version __DEPLOY_VERSION__
; @version 1.2.0
; @author Delo Design - delo-design.ru
; @copyright Copyright (c) 2021 Delo Design. All rights reserved.
; @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion layouts/radicalmart/order/change_status.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* @package RadicalMart Package
* @subpackage plg_radicalmart_message_email
* @version __DEPLOY_VERSION__
* @version 1.2.0
* @author Delo Design - delo-design.ru
* @copyright Copyright (c) 2021 Delo Design. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion layouts/radicalmart/order/create.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* @package RadicalMart Package
* @subpackage plg_radicalmart_message_email
* @version __DEPLOY_VERSION__
* @version 1.2.0
* @author Delo Design - delo-design.ru
* @copyright Copyright (c) 2021 Delo Design. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion layouts/radicalmart/user/create.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* @package RadicalMart Package
* @subpackage plg_radicalmart_message_email
* @version __DEPLOY_VERSION__
* @version 1.2.0
* @author Delo Design - delo-design.ru
* @copyright Copyright (c) 2021 Delo Design. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion layouts/radicalmart_express/order/change_status.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* @package RadicalMart Package
* @subpackage plg_radicalmart_message_email
* @version __DEPLOY_VERSION__
* @version 1.2.0
* @author Delo Design - delo-design.ru
* @copyright Copyright (c) 2021 Delo Design. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion layouts/radicalmart_express/order/create.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* @package RadicalMart Package
* @subpackage plg_radicalmart_message_email
* @version __DEPLOY_VERSION__
* @version 1.2.0
* @author Delo Design - delo-design.ru
* @copyright Copyright (c) 2021 Delo Design. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion layouts/radicalmart_express/user/create.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* @package RadicalMart Package
* @subpackage plg_radicalmart_message_email
* @version __DEPLOY_VERSION__
* @version 1.2.0
* @author Delo Design - delo-design.ru
* @copyright Copyright (c) 2021 Delo Design. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
4 changes: 2 additions & 2 deletions script.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* @package RadicalMart Package
* @subpackage plg_radicalmart_message_email
* @version __DEPLOY_VERSION__
* @version 1.2.0
* @author Delo Design - delo-design.ru
* @copyright Copyright (c) 2021 Delo Design. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down Expand Up @@ -32,7 +32,7 @@ class PlgRadicalMart_MessageEmailInstallerScript
*
* @return boolean True on success, False on failure.
*
* @since __DEPLOY_VERSION__
* @since 1.2.0
*/
function preflight($type, $parent)
{
Expand Down

0 comments on commit f639dc6

Please sign in to comment.