Skip to content

Commit

Permalink
Prepare 2.0.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Septdir committed Aug 1, 2024
1 parent d5266fb commit cbc485d
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion language/en-GB/en-GB.plg_authentication_radicalmart.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; @package RadicalMart Authentication
; @subpackage plg_authentication_radicalmart
; @version 2.0.1
; @version 2.0.2
; @author Delo Design - delo-design.ru
; @copyright Copyright (c) 2023 Delo Design. All rights reserved.
; @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; @package RadicalMart Authentication
; @subpackage plg_authentication_radicalmart
; @version 2.0.1
; @version 2.0.2
; @author Delo Design - delo-design.ru
; @copyright Copyright (c) 2023 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_authentication_radicalmart.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; @package RadicalMart Authentication
; @subpackage plg_authentication_radicalmart
; @version 2.0.1
; @version 2.0.2
; @author Delo Design - delo-design.ru
; @copyright Copyright (c) 2023 Delo Design. All rights reserved.
; @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; @package RadicalMart Authentication
; @subpackage plg_authentication_radicalmart
; @version 2.0.1
; @version 2.0.2
; @author Delo Design - delo-design.ru
; @copyright Copyright (c) 2023 Delo Design. All rights reserved.
; @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
4 changes: 2 additions & 2 deletions radicalmart.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<extension version="4.3" type="plugin" group="authentication" method="upgrade">
<name>PLG_AUTHENTICATION_RADICALMART</name>
<author>Delo Design</author>
<creationDate>December 2023</creationDate>
<creationDate>August 2024</creationDate>
<copyright>Copyright © 2023 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>2.0.1</version>
<version>2.0.2</version>
<description>PLG_AUTHENTICATION_RADICALMART_DESCRIPTION</description>
<namespace path="src">Joomla\Plugin\Authentication\RadicalMart</namespace>
<scriptfile>script.php</scriptfile>
Expand Down
2 changes: 1 addition & 1 deletion script.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* @package RadicalMart Authentication
* @subpackage plg_authentication_radicalmart
* @version 2.0.1
* @version 2.0.2
* @author Delo Design - delo-design.ru
* @copyright Copyright (c) 2023 Delo Design. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
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 Authentication
* @subpackage plg_authentication_radicalmart
* @version 2.0.1
* @version 2.0.2
* @author Delo Design - delo-design.ru
* @copyright Copyright (c) 2023 Delo Design. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down
2 changes: 1 addition & 1 deletion src/Extension/RadicalMart.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* @package RadicalMart Authentication
* @subpackage plg_authentication_radicalmart
* @version 2.0.1
* @version 2.0.2
* @author Delo Design - delo-design.ru
* @copyright Copyright (c) 2023 Delo Design. All rights reserved.
* @license GNU/GPL license: https://www.gnu.org/copyleft/gpl.html
Expand Down

0 comments on commit cbc485d

Please sign in to comment.