Skip to content

Commit

Permalink
Prepare 2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Septdir committed Dec 29, 2023
1 parent e276a1b commit 4487583
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 17 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 __DEPLOY_VERSION__
; @version 2.0.1
; @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 __DEPLOY_VERSION__
; @version 2.0.1
; @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 __DEPLOY_VERSION__
; @version 2.0.1
; @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 __DEPLOY_VERSION__
; @version 2.0.1
; @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>April 2023</creationDate>
<creationDate>December 2023</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-dev</version>
<version>2.0.1</version>
<description>PLG_AUTHENTICATION_RADICALMART_DESCRIPTION</description>
<namespace path="src">Joomla\Plugin\Authentication\RadicalMart</namespace>
<scriptfile>script.php</scriptfile>
Expand Down
9 changes: 1 addition & 8 deletions 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 __DEPLOY_VERSION__
* @version 2.0.1
* @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 All @@ -12,21 +12,14 @@
\defined('_JEXEC') or die;

use Joomla\CMS\Application\AdministratorApplication;
use Joomla\CMS\Component\ComponentHelper;
use Joomla\CMS\Factory;
use Joomla\CMS\Filesystem\File;
use Joomla\CMS\Filesystem\Folder;
use Joomla\CMS\Filesystem\Path;
use Joomla\CMS\Installer\Installer;
use Joomla\CMS\Installer\InstallerAdapter;
use Joomla\CMS\Installer\InstallerScriptInterface;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Log\Log;
use Joomla\CMS\Version;
use Joomla\Database\DatabaseDriver;
use Joomla\DI\Container;
use Joomla\DI\ServiceProviderInterface;
use Joomla\Registry\Registry;

return new class () implements ServiceProviderInterface {
public function register(Container $container)
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 __DEPLOY_VERSION__
* @version 2.0.1
* @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 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 __DEPLOY_VERSION__
* @version 2.0.1
* @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 Expand Up @@ -119,7 +119,7 @@ public function onUserAuthenticate(array &$credentials, array $options, object &
* @param array $options Array of extra options.
* @param object $response Authentication response object.
*
* @since __DEPLOY_VERSION__
* @since 2.0.1
*/
public function onUserAuthenticateJoomla5(AuthenticationEvent $event)
{
Expand Down

0 comments on commit 4487583

Please sign in to comment.