Last change: |
V2.2.0 (#2)
* Updated dependencies
* Permitions changed
* Added some exception classes
* Permitions changed
* Changed the set method algoritm, now uses pointes instead of merging arrays
Method objectives now are different, load -> loads a single file to the configs, without setting the keys as the filename, this is to be used as to load a backup file of the configs, save -> this method saves a full backup of all the configurations changes into a single file, read -> loads multiple files into the config array, like the old load method did, write -> writes every configuration into it's respective file
Added auxiliary methods to read and write files
* Added sugestions
* ...
* testing season
* Fixed some todo's
* Changed the test files
* Added misc files
* Changed the docs
* Changed [] to array()
* Deleted unused class
* Small fix on the php export
* Initial commit of the tests
* Added phpstorm to ignored files
* Added new methods to read/write contents
* Changes...
Uniformization of the config files content
|