Skip to content

Commit

Permalink
RELEASE 4.6.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantcholakov committed Aug 25, 2022
1 parent 9bfc3d5 commit b469a5e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2012 - 2021 Ivan Tcholakov, Gwenaël Gallon
Copyright (c) 2012 - 2022 Ivan Tcholakov, Gwenaël Gallon

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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ https://www.codeigniter.com/userguide3/
Requirements
------------

PHP 7.2.5 or higher, Apache 2.2 - 2.4 (mod_rewrite should be enabled).
PHP 7.3.0 or higher, Apache 2.2 - 2.4 (mod_rewrite should be enabled).
For database support seek information within CodeIgniter 3 documentation.

For UTF-8 encoded sites it is highly recommendable the following PHP extensions to be installed:
Expand Down
2 changes: 1 addition & 1 deletion platform/bootstrap/versions.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Platform (Application Starter) Version
* @var string
*/
define('PLATFORM_VERSION', '4.6.6');
define('PLATFORM_VERSION', '4.6.7');


/**
Expand Down
2 changes: 1 addition & 1 deletion platform/common/libraries/Kcaptcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* -----------------------------------------------------------------------------
*
* Ported for CodeIgniter by Ivan Tcholakov, 2013-2020.
* Ported for CodeIgniter by Ivan Tcholakov, 2013-2022.
* Code repository: https://github.com/ivantcholakov/codeigniter-kcaptcha
*
* Important note: This feature requires Session library/driver to be loaded.
Expand Down

0 comments on commit b469a5e

Please sign in to comment.