Skip to content

Commit c7549f2

Browse files
committed
Release v4.2.3
1 parent 676805e commit c7549f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

system/CodeIgniter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class CodeIgniter
4747
/**
4848
* The current version of CodeIgniter Framework
4949
*/
50-
public const CI_VERSION = '4.2.2';
50+
public const CI_VERSION = '4.2.3';
5151

5252
/**
5353
* App startup time.

system/Security/Security.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,9 +528,9 @@ private function restoreHash(): void
528528
}
529529

530530
/**
531-
* Generates (Regenerate) the CSRF Hash.
531+
* Generates (Regenerates) the CSRF Hash.
532532
*/
533-
protected function generateHash(): string
533+
public function generateHash(): string
534534
{
535535
$this->hash = bin2hex(random_bytes(static::CSRF_HASH_BYTES));
536536

0 commit comments

Comments
 (0)