Skip to content

Commit

Permalink
2.2.2
Browse files Browse the repository at this point in the history
Fix version number in cghtaccess file
  • Loading branch information
conseilgouz committed Mar 27, 2023
1 parent 22acaf9 commit 3e59d8b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cgsecureinstaller.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>pascal.leconte@conseilgouz.com</authorEmail>
<authorUrl>www.conseilgouz.com</authorUrl>
<version>2.2.1</version>
<version>2.2.2</version>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<description>CG Secure</description>
<scriptfile>script.install.php</scriptfile>
Expand Down
11 changes: 11 additions & 0 deletions com_cgsecure_changelog.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
<changelogs>
<changelog>
<element>com_cgsecure</element>
<type>package</type>
<version>2.2.2</version>
<note>
<item>Update : 27/03/2023</item>
</note>
<fix>
<item>Version number in cghtaccess.txt file</item>
</fix>
</changelog>
<changelog>
<element>com_cgsecure</element>
<type>package</type>
Expand Down
2 changes: 1 addition & 1 deletion packages/com_cgsecure/cgsecure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<authorUrl>www.conseilgouz.com</authorUrl>
<copyright>Copyright (C) 2023 ConseilGouz.com. All Rights Reserved</copyright>
<license>GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html</license>
<version>2.2.1</version>
<version>2.2.2</version>
<namespace path="src">ConseilGouz\Component\CGSecure</namespace>
<description>COM_CGSECURE_XML_DESCRIPTION</description>
<scriptfile>script.php</scriptfile>
Expand Down
2 changes: 1 addition & 1 deletion packages/com_cgsecure/media/txt/cgaccess.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#------------------------CG SECURE HTACCESS BEGIN-2.1.5--------------------
#------------------------CG SECURE HTACCESS BEGIN-2.2.2--------------------
# CG Secure blocks and reports hacking attempts
# from https://docs.joomla.org/Htaccess_examples_(security) , https://perishablepress.com/7g-firewall/ and AESecure.
#
Expand Down
4 changes: 2 additions & 2 deletions script.install.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @package CG Secure
* Version : 2.2.1
* Version : 2.2.2
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
* @copyright (C) 2023 ConseilGouz. All Rights Reserved.
* @author ConseilGouz
Expand All @@ -27,7 +27,7 @@ class PlgSystemCgsecureInstallerInstallerScript
private $previous_version = '';
private $dir = null;
private $installerName = 'cgsecureinstaller';
private $cgsecure_force_update_version = "2.2.0";
private $cgsecure_force_update_version = "2.2.2";
const SERVER_CONFIG_FILE_HTACCESS = '.htaccess';
const SERVER_CONFIG_FILE_NONE = '';
const CGPATH = '/media/com_cgsecure';
Expand Down

0 comments on commit 3e59d8b

Please sign in to comment.