Skip to content

Commit

Permalink
3.0.14
Browse files Browse the repository at this point in the history
Force recreate .htaccess
  • Loading branch information
conseilgouz committed Mar 13, 2024
1 parent ae489f6 commit d6ba6cb
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 9 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 3 or later; see LICENSE.txt</license>
<authorEmail>pascal.leconte@conseilgouz.com</authorEmail>
<authorUrl>www.conseilgouz.com</authorUrl>
<version>3.0.13</version>
<version>3.0.14</version>
<description>CG Secure</description>
<scriptfile>script.install.php</scriptfile>
<files>
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>3.0.14</version>
<note>
<item>Update : 13/03/2024</item>
</note>
<fix>
<item>Force recreate .htaccess</item>
</fix>
</changelog>
<changelog>
<element>com_cgsecure</element>
<type>package</type>
Expand Down
2 changes: 1 addition & 1 deletion packages/com_cgsecure/admin/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) 2024 ConseilGouz.com. All Rights Reserved</copyright>
<license>GNU/GPL Version 3 or later - https://www.gnu.org/licenses/gpl-3.0.html</license>
<version>3.0.13</version>
<version>3.0.14</version>
<namespace path="src">ConseilGouz\Component\CGSecure</namespace>
<description>COM_CGSECURE_XML_DESCRIPTION</description>
<install>
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) 2024 ConseilGouz.com. All Rights Reserved</copyright>
<license>GNU/GPL Version 3 or later - https://www.gnu.org/licenses/gpl-3.0.html</license>
<version>3.0.13</version>
<version>3.0.14</version>
<namespace path="src">ConseilGouz\Component\CGSecure</namespace>
<description>COM_CGSECURE_XML_DESCRIPTION</description>
<install>
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-3.0.7--------------------
#------------------------CG SECURE HTACCESS BEGIN-3.0.14--------------------
# CG Secure blocks and reports hacking attempts
# from https://docs.joomla.org/Htaccess_examples_(security) , https://perishablepress.com/7g-firewall/ and AESecure.
#
Expand Down
2 changes: 1 addition & 1 deletion packages/library_cgsecure/cgsecure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>CGSecure Library</name>
<libraryname>cgsecure</libraryname>
<author>ConseilGouz</author>
<version>3.0.13</version>
<version>3.0.14</version>
<creationDate>2024-03-13</creationDate>
<copyright>(C)2024 ConseilGouz. All rights reserved.</copyright>
<license>GNU General Public License version 3 or later; https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL</license>
Expand Down
2 changes: 1 addition & 1 deletion packages/plg_authentication_cgsecure/cgsecure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<license>GNU General Public License version 3 or later; see LICENSE.txt</license>
<authorEmail>pascal.leconte@conseilgouz.com</authorEmail>
<authorUrl>www.conseilgouz.com</authorUrl>
<version>3.0.13</version>
<version>3.0.14</version>
<description>PLG_AUTH_COUNTRY_XML_DESCRIPTION</description>
<files>
<filename plugin="cgsecure">cgsecure.php</filename>
Expand Down
2 changes: 1 addition & 1 deletion packages/plg_system_cgsecure/cgsecure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<license>GNU General Public License version 3 or later; see LICENSE.txt</license>
<authorEmail>pascal.leconte@conseilgouz.com</authorEmail>
<authorUrl>www.conseilgouz.com</authorUrl>
<version>3.0.13</version>
<version>3.0.14</version>
<description>CG_SECURE_DESC</description>
<files>
<filename plugin="cgsecure">cgsecure.php</filename>
Expand Down
2 changes: 1 addition & 1 deletion packages/plg_user_cgsecure/cgsecure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<license>GNU General Public License version 3 or later; see LICENSE.txt</license>
<authorEmail>pascal.leconte@conseilgouz.com</authorEmail>
<authorUrl>www.conseilgouz.com</authorUrl>
<version>3.0.13</version>
<version>3.0.14</version>
<description>CG_COUNTRY_XML_DESCRIPTION</description>
<files>
<filename plugin="cgsecure">cgsecure.php</filename>
Expand Down
2 changes: 1 addition & 1 deletion script.install.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class PlgSystemCgsecureInstallerInstallerScript
private $previous_version = '';
private $dir = null;
private $installerName = 'cgsecureinstaller';
private $cgsecure_force_update_version = "3.0.7";
private $cgsecure_force_update_version = "3.0.14";
private $security;
private $config;
public const SERVER_CONFIG_FILE_HTACCESS = '.htaccess';
Expand Down

0 comments on commit d6ba6cb

Please sign in to comment.