All Versions
34
Latest Version
Avg Release Cycle
18 days
Latest Release
1494 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.6 Changes
February 10, 2020๐ Changelog:
- โ Added tests (finally!).
- ๐ New 'average' function in the standard library.
- \Core\Route::add method works for any request method.
- \Core\Controller::closure returns the result of the function.
- ๐ Fixed 'local' function of the standard library.
- ๐ฒ \Core\Session::get and \Core\Request::{get, post, delete, patch, cookie} now doesn't perform any logging when the specified variable isn't set.
- ๐จ Refactored code.
-
v2.5 Changes
February 07, 2020๐ Changelog:
- ๐ Fixed the result of the 'isEmail', 'isAlphanumeric' and 'isAlpha' functions in the standard library.
- ๐ Fixed bug in the 'getClientIp' function of the standard library when the server REMOTE_ADDR isn't set.
- ๐ Renamed the 'system/log' folder to 'system/logs'.
-
v2.4 Changes
January 15, 2020๐ Changelog:
- โ Added an
Auth
utility. - ๐ Fixed bug in the
first
method of theCore\Query
class when no rows are present.
- โ Added an
-
v2.3 Changes
January 11, 2020๐ Changelog:
- โ Added a DI Container.
- โ Added
val
andconfig
functions to the standard library. - The
interpolate
method of the Utilities\Str class returns the given string instead offalse
if the given values array is empty. - ๐ฒ The methods of the Core\Log class now takes a second parameter which is and array with values to interpolate in the string.
- The
redirect
function of the standard library redirects to the home when no parameter is passed. - ๐ Fixed Core\DB fetch mode.
- ๐จ Refactored code.
-
v2.2.2 Changes
January 06, 2020๐ Changelog:
- ๐ Fixed bugs in the 'moveRows' and 'runLastSql' methods from the Core\DB
class. - ๐ Fixed bug in the 'file' method of the Utilities\Upload class.
- The directory variable of the Utilities\Upload class is now relative
to the server root directory. - ๐จ Refactored code.
- ๐ Fixed bugs in the 'moveRows' and 'runLastSql' methods from the Core\DB
-
v2.2 Changes
January 05, 2020๐ Changelog:
- ๐ Fixed bug in the 'limit' method of the Utilities\Str class related to
special characters. - โ Added 'concatPath' method to the Utilities\Str class.
- ๐จ Refactored code.
- ๐ Fixed bug in the 'limit' method of the Utilities\Str class related to
-
v2.1 Changes
December 31, 2019๐ Changelog:
- Now the template function tags can be escaped.
- ๐จ Refactored code.
-
v2.0 Changes
December 29, 2019๐ New redesigned version of Wolff
-
v1.10 Changes
November 25, 2019๐ Changelog: โฆ
- โ Added new
token
method to theUtilities\Str
class. - ๐ Fixed bug in the
first
method of theCore\Query
class when there are
no rows.
- โ Added new
-
v1.9.1 Changes
November 15, 2019๐ Changelog:
- ๐ Fixed bug in the
Core\DB
andCore\Query
classes related to theget
method. - ๐ Fixed bug in
toUtf8
method from theUtilities\Str
class.
- ๐ Fixed bug in the