Skip to content

Commit

Permalink
Release v3.2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 7, 2021
1 parent bc5d4b5 commit 3cf727d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 22 deletions.
20 changes: 0 additions & 20 deletions nodcms-core/Validation/Rules.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,6 @@
*
*/

/**
* NodCMS
*
* Copyright (c) 2020.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* @author Mojtaba Khodakhah
* @copyright 2016-2020 Mojtaba Khodakhah
* @license https://opensource.org/licenses/MIT MIT License
* @link https://nodcms.com
* @since Version 3.2.0
* @filesource
*
*/

namespace NodCMS\Core\Validation;

use Config\Services;
Expand Down
2 changes: 1 addition & 1 deletion nodcms-installer/Controllers/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class Installer extends Base
{
public $product_name = "NodCMS";
public $product_version = "3.2.0";
public $product_version = "3.2.1";
private $required_php_version = '7.3.0';
private $required_extensions = array('mysqli');
public $php_version_valid;
Expand Down
3 changes: 2 additions & 1 deletion public/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Options All -Indexes

# Redirect Trailing Slashes...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/$ /$1 [L,R=301]
RewriteCond %{REQUEST_URI} (.+)/$
RewriteRule ^ %1 [L,R=301]

# Rewrite "www.example.com -> example.com"
RewriteCond %{HTTPS} !=on
Expand Down

0 comments on commit 3cf727d

Please sign in to comment.