Skip to content

Commit

Permalink
Release v4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 7, 2022
1 parent 676805e commit c7549f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion system/CodeIgniter.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class CodeIgniter
/**
* The current version of CodeIgniter Framework
*/
public const CI_VERSION = '4.2.2';
public const CI_VERSION = '4.2.3';

/**
* App startup time.
Expand Down
4 changes: 2 additions & 2 deletions system/Security/Security.php
Original file line number Diff line number Diff line change
Expand Up @@ -528,9 +528,9 @@ private function restoreHash(): void
}

/**
* Generates (Regenerate) the CSRF Hash.
* Generates (Regenerates) the CSRF Hash.
*/
protected function generateHash(): string
public function generateHash(): string
{
$this->hash = bin2hex(random_bytes(static::CSRF_HASH_BYTES));

Expand Down

0 comments on commit c7549f2

Please sign in to comment.