diff --git a/email.php b/email.php index 393319f..ad547c2 100644 --- a/email.php +++ b/email.php @@ -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 @@ -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) { diff --git a/email.xml b/email.xml index 0e53c01..cabf34b 100644 --- a/email.xml +++ b/email.xml @@ -2,12 +2,12 @@ PLG_RADICALMART_MESSAGE_EMAIL Delo Design - August 2022 + December 2022 Copyright © 2021 Delo Design. All rights reserved. https://www.gnu.org/copyleft/gpl.html GNU/GPL boss@delo-design.ru https://delo-design.ru - 1.1.3-dev + 1.2.0 PLG_RADICALMART_MESSAGE_EMAIL_DESCRIPTION script.php diff --git a/language/en-GB/en-GB.plg_radicalmart_message_email.ini b/language/en-GB/en-GB.plg_radicalmart_message_email.ini index 390872d..b511c8e 100644 --- a/language/en-GB/en-GB.plg_radicalmart_message_email.ini +++ b/language/en-GB/en-GB.plg_radicalmart_message_email.ini @@ -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 diff --git a/language/en-GB/en-GB.plg_radicalmart_message_email.sys.ini b/language/en-GB/en-GB.plg_radicalmart_message_email.sys.ini index 7c25f30..f2a5efe 100644 --- a/language/en-GB/en-GB.plg_radicalmart_message_email.sys.ini +++ b/language/en-GB/en-GB.plg_radicalmart_message_email.sys.ini @@ -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 diff --git a/language/ru-RU/ru-RU.plg_radicalmart_message_email.ini b/language/ru-RU/ru-RU.plg_radicalmart_message_email.ini index 29ea892..a504b00 100644 --- a/language/ru-RU/ru-RU.plg_radicalmart_message_email.ini +++ b/language/ru-RU/ru-RU.plg_radicalmart_message_email.ini @@ -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 diff --git a/language/ru-RU/ru-RU.plg_radicalmart_message_email.sys.ini b/language/ru-RU/ru-RU.plg_radicalmart_message_email.sys.ini index 8a2bdf4..a411efd 100644 --- a/language/ru-RU/ru-RU.plg_radicalmart_message_email.sys.ini +++ b/language/ru-RU/ru-RU.plg_radicalmart_message_email.sys.ini @@ -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 diff --git a/layouts/radicalmart/order/change_status.php b/layouts/radicalmart/order/change_status.php index 81edab2..fe401b7 100644 --- a/layouts/radicalmart/order/change_status.php +++ b/layouts/radicalmart/order/change_status.php @@ -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 diff --git a/layouts/radicalmart/order/create.php b/layouts/radicalmart/order/create.php index e43447f..a9d6365 100644 --- a/layouts/radicalmart/order/create.php +++ b/layouts/radicalmart/order/create.php @@ -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 diff --git a/layouts/radicalmart/user/create.php b/layouts/radicalmart/user/create.php index 5d506d6..b90031f 100644 --- a/layouts/radicalmart/user/create.php +++ b/layouts/radicalmart/user/create.php @@ -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 diff --git a/layouts/radicalmart_express/order/change_status.php b/layouts/radicalmart_express/order/change_status.php index 1b0d9a8..d465f15 100644 --- a/layouts/radicalmart_express/order/change_status.php +++ b/layouts/radicalmart_express/order/change_status.php @@ -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 diff --git a/layouts/radicalmart_express/order/create.php b/layouts/radicalmart_express/order/create.php index c431e02..6531949 100644 --- a/layouts/radicalmart_express/order/create.php +++ b/layouts/radicalmart_express/order/create.php @@ -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 diff --git a/layouts/radicalmart_express/user/create.php b/layouts/radicalmart_express/user/create.php index 5d506d6..b90031f 100644 --- a/layouts/radicalmart_express/user/create.php +++ b/layouts/radicalmart_express/user/create.php @@ -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 diff --git a/script.php b/script.php index d5dff1c..dd3f7f7 100644 --- a/script.php +++ b/script.php @@ -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 @@ -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) {