Skip to content

Commit

Permalink
Prepare 3.0.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Septdir committed Jul 8, 2024
1 parent 51a7665 commit 93caa0d
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion language/en-GB/plg_radicalmart_shipping_standard.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; @package RadicalMart Shipping Standard Plugin
; @subpackage plg_radicalmart_shipping_standard
; @version __DEPLOY_VERSION__
; @version 3.0.0
; @author RadicalMart Team - radicalmart.ru
; @copyright Copyright (c) 2024 RadicalMart. 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/plg_radicalmart_shipping_standard.sys.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; @package RadicalMart Package
; @subpackage plg_radicalmart_shipping_standard
; @version __DEPLOY_VERSION__
; @version 3.0.0
; @author RadicalMart Team - radicalmart.ru
; @copyright Copyright (c) 2024 RadicalMart. 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/plg_radicalmart_shipping_standard.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; @package RadicalMart Shipping Standard Plugin
; @subpackage plg_radicalmart_shipping_standard
; @version __DEPLOY_VERSION__
; @version 3.0.0
; @author RadicalMart Team - radicalmart.ru
; @copyright Copyright (c) 2024 RadicalMart. 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/plg_radicalmart_shipping_standard.sys.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; @package RadicalMart Shipping Standard Plugin
; @subpackage plg_radicalmart_shipping_standard
; @version __DEPLOY_VERSION__
; @version 3.0.0
; @author RadicalMart Team - radicalmart.ru
; @copyright Copyright (c) 2024 RadicalMart. All rights reserved.
; @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion layouts/radicalmart/checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* @package RadicalMart Shipping Standard Plugin
* @subpackage plg_radicalmart_shipping_standard
* @version __DEPLOY_VERSION__
* @version 3.0.0
* @author RadicalMart Team - radicalmart.ru
* @copyright Copyright (c) 2024 RadicalMart. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion layouts/radicalmart/personal.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* @package RadicalMart Shipping Standard Plugin
* @subpackage plg_radicalmart_shipping_standard
* @version __DEPLOY_VERSION__
* @version 3.0.0
* @author RadicalMart Team - radicalmart.ru
* @copyright Copyright (c) 2024 RadicalMart. 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/checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* @package RadicalMart Shipping Standard Plugin
* @subpackage plg_radicalmart_shipping_standard
* @version __DEPLOY_VERSION__
* @version 3.0.0
* @author RadicalMart Team - radicalmart.ru
* @copyright Copyright (c) 2024 RadicalMart. 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/personal.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* @package RadicalMart Shipping Standard Plugin
* @subpackage plg_radicalmart_shipping_standard
* @version __DEPLOY_VERSION__
* @version 3.0.0
* @author RadicalMart Team - radicalmart.ru
* @copyright Copyright (c) 2024 RadicalMart. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
6 changes: 3 additions & 3 deletions script.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* @package RadicalMart Shipping Standard Plugin
* @subpackage plg_radicalmart_shipping_standard
* @version __DEPLOY_VERSION__
* @version 3.0.0
* @author RadicalMart Team - radicalmart.ru
* @copyright Copyright (c) 2024 RadicalMart. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down Expand Up @@ -73,7 +73,7 @@ public function register(Container $container)
*
* @var array
*
* @since __DEPLOY_VERSION__
* @since 3.0.0
*/
protected array $updateMethods = [
'update3_0_0',
Expand Down Expand Up @@ -359,7 +359,7 @@ protected function removeLayouts(SimpleXMLElement $element = null): bool
/**
* Method to update to 3.0.0 version.
*
* @since __DEPLOY_VERSION__
* @since 3.0.0
*/
protected function update3_0_0()
{
Expand Down
2 changes: 1 addition & 1 deletion services/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* @package RadicalMart Shipping Standard Plugin
* @subpackage plg_radicalmart_shipping_standard
* @version __DEPLOY_VERSION__
* @version 3.0.0
* @author RadicalMart Team - radicalmart.ru
* @copyright Copyright (c) 2024 RadicalMart. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
14 changes: 7 additions & 7 deletions src/Extension/Standard.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* @package RadicalMart Shipping Standard Plugin
* @subpackage plg_radicalmart_shipping_standard
* @version __DEPLOY_VERSION__
* @version 3.0.0
* @author RadicalMart Team - radicalmart.ru
* @copyright Copyright (c) 2024 RadicalMart. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down Expand Up @@ -65,7 +65,7 @@ class Standard extends CMSPlugin implements SubscriberInterface
*
* @var array|string[]
*
* @since __DEPLOY_VERSION__
* @since 3.0.0
*/
public static array $defaultFieldsParams = [
'country' => 'required',
Expand Down Expand Up @@ -152,7 +152,7 @@ public function onRadicalMartNormaliseRequestData(string $context, object $objDa
*
* @throws \Exception
*
* @since __DEPLOY_VERSION__
* @since 3.0.0
*/
public function onRadicalMartGetOrderShipping(string $context, object $method, array $formData,
array $products, array $currency)
Expand Down Expand Up @@ -328,7 +328,7 @@ public function onRadicalMartExpressGetOrderShipping(string $context, object $me
* @param array $currency Order currency data.
* @param bool $isNew Is new order.
*
* @since __DEPLOY_VERSION__
* @since 3.0.0
*/
public function onLoadOrderMethodFormData(string $context, array &$data, object $method, array $formData,
array $products, array $currency, bool $isNew)
Expand All @@ -354,7 +354,7 @@ public function onLoadOrderMethodFormData(string $context, array &$data, object
* @param array $currency Order currency data.
* @param bool $isNew Is new order.
*
* @since __DEPLOY_VERSION__
* @since 3.0.0
*/
public function onPrepareOrderMethodSaveData(string $context, array &$data, object $method, array $formData,
array $products, array $currency, bool $isNew)
Expand Down Expand Up @@ -624,7 +624,7 @@ public function onGetPersonalShippingMethods(string $context, object $method)
*
* @return string
*
* @since __DEPLOY_VERSION__
* @since 3.0.0
*/
protected function addressToString(array $data = []): string
{
Expand Down Expand Up @@ -667,7 +667,7 @@ protected function addressToString(array $data = []): string
*
* @return array
*
* @since __DEPLOY_VERSION__
* @since 3.0.0
*/
protected function prepareMethodNotification(array $data): array
{
Expand Down
2 changes: 1 addition & 1 deletion standard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<license>https://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
<authorEmail>info@radicalmart.ru</authorEmail>
<authorUrl>https://radicalmart.ru/</authorUrl>
<version>2.0.1-dev</version>
<version>3.0.0</version>
<description>PLG_RADICALMART_SHIPPING_STANDARD_DESCRIPTION</description>
<namespace path="src">Joomla\Plugin\RadicalMartShipping\Standard</namespace>
<scriptfile>script.php</scriptfile>
Expand Down

0 comments on commit 93caa0d

Please sign in to comment.