Changelog History
Page 1
-
v3.2.2 Changes
October 05, 2020๐ Changelog:
- ๐ Fixed bug related to the fast query methods of the
Wolff\Core\DB
class not working with conditions.
- ๐ Fixed bug related to the fast query methods of the
-
v3.2.1 Changes
September 11, 2020๐ Changelog:
- ๐ Fixed bug related to the
init
method of theWolff\Core\Config
class not throwing the right exception. - ๐ Fixed bug related to the
getAllowedIPs
andremoveAllowedIP
methods of theWolff\Core\Maintenance
class not throwing the right exception.
- ๐ Fixed bug related to the
-
v3.2.0 Changes
August 21, 2020๐ Changelog:
- โ Added support for view files with
php
andhtml
extensions. - โ Added
relativePath
function to the standard library.
- โ Added support for view files with
-
v3.1.0 Changes
July 04, 2020โ Added
- โ Added
port
option to the database constructor.
๐ Fixed
- ๐ Fixed bug related to fast queries conditions.
๐ Changed
- โ Removed default database encoding.
- โ Added
-
v3.0.2 Changes
May 13, 2020๐ Changelog:
- ๐ Fixed bug related to general routing.
-
v3.0.1 Changes
May 08, 2020๐ Changelog:
- โ Added multibyte string support for most methods of the
Wolff\Utils\Str
class.
- โ Added multibyte string support for most methods of the
-
v3.0.0 Changes
May 01, 2020โ Added
โ Add support for routes that call a controller's method directly.
โ Add view inheritance support to the template engine.
โ Add
setFile
,isEnabled
andsetStatus
method to theCore\Maintenance
class.โ Add
view
method to theCore\Route
class.๐ Allow dot notation in the
select
method of theCore\DB
class.โ Add support for csrf protection.
โ Add support for environment files.
โ Add
setDateFormat
andsetFolder
methods to theCore\Log
class.โ Add
removeQuotes
method to theUtilities\Str
class.โ Add
arrayRemove
,bytesToString
,path
andvalidateCsrf
functions to the standard library.
๐ Changed
๐ Rename the
Core
namespace toWolff\Core
.๐ Rename the
Utilities
namespace toWolff\Utils
.๐ Improve internal routing.
๐ Improve configuration system.
๐ Improve exception handling.
๐ Make the standard library optional.
โก๏ธ Update the
for
tag in the template engine.๐ Rename the
@load
tag to@include
in the template engine.Remake the
Core\Request
andCore\Response
classes.Remake the
Core\Middleware
class.๐ง Remake the
Core\Maintenance
class.๐ Rename
selectAll
,countAll
anddeleteAll
methods toselect
,count
anddelete
in theCore\DB
class.๐ Rename
toJson
method togetJson
in theCore\Query
class.๐ Rename
run
method toquery
in theCore\DB
class.๐ Rename
methodExists
andcall
methods tohasMethod
andget
in theCore\Controller
class.๐ Rename
getContent
method toget
in theCore\Cache
class.Treat the
Core\DB
class functionality as non-static.๐ Rename the
Core\Request
andCore\Response
classes toCore\Http\Request
andCore\Http\Response
.๐ Rename
add
method toany
in theCore\Route
class.๐ Replace the
system/definitions/Middlewares.php
,system/definitions/Routes.php
andsystem/definitions/Templates.php
files withsystem/web.php
.
๐ Fixed
- ๐ Fix bug related to the
title
function of the template engine.
โ Removed
โ Remove
Core\Cookie
class.โ Remove
Utilities\Upload
class.โ Remove conditional tags of the template engine.
โ Remove
getTableSchema
method of theCore\DB
class.โ Remove
getStartTime
andgetLiveTime
methods of theCore\Session
class.โ Remove
getPath
method of theCore\Controller
class.โ Remove
createFile
andisClientAllowed
methods of theCore\Maintenance
class.โ Remove
expired
,getFilename
andgetPath
methods of theCore\Cache
class.โ Remove
setType
,getData
method of theUtilities\Validation
class.โ Remove
unshift
,pathToNamespace
andnamespaceToPath
methods of theUtilities\Str
class.โ Remove
mkdir
andfolderExists
methods of theCore\Middleware
class.โ Remove
inCli
,arrayToCsv
,getUserAgent
,getServerRoot
,deleteFilesInDir
,dumpAll
,getServer
,getDB
,getDBMS
,getDbUser
,getDbPass
,getLanguage
,getDir
,getProjectDir
,getSystemDir
,getAppDir
,getCacheDir
andgetPageTitle
,getMainPage
functions of the standard library.
-
v2.8.1 Changes
April 16, 2020๐ Changelog:
- ๐ Fixed bug related to the
title
function of the template engine.
- ๐ Fixed bug related to the
-
v2.8 Changes
March 09, 2020๐ Changelog:
- โ Added
insert
method to theCore\DB
class. - โ Added
code
method to theCore\Route
class. - โ Added
isAssoc
function to the standard library.
- โ Added
-
v2.7 Changes
March 04, 2020๐ Changelog:
- The URI now are case sensitive and the 'sanitizeUrl' method of the 'Utilities\Str' class doesn't put the given string lowercase.
- ๐ New 'csv' and 'json' prefixes for the routes.
- ๐จ Refactored code.