- Hinzugefügt
 - Aktualisiert
 - Behoben
 - Entfernt
 
Version 2018.1
New / Changes / Bugfixes
- add {QUERY_STRING} in .htaccess
 - add loc_url_simple header parameter
 - add multi querys by init database
 - add minify class
 - add loadStatic method
 - add removeStyle and removeScript
 - add minify parameter by appendScript and appendStyle
 - add cache redirect in .htaccess
 - add dynamic class load system
 - add spl_autoload_register
 - change xss_clean security method
 - change AUTO_SECURE to false
 - update implements
 - fix gettext not exist
 - fix language error
 - fix styles and scripts by empty file
 - fix template priority scripts and styles
 - fix sort styles and scripts
 - minor bugfixes
 - deprecated getAllDefaultClasses
 - remove $LOAD_CLASSES
 
Version 2018.0
New / Changes / Bugfixes
- add new plugin system
 - add plugin hooks (addAction/callAction)
 - add redis cache system
 - add methode getImageUrlByName
 - add methode downloadImageAndSave
 - add methode saveImage
 - add methode setFilter
 - add methode callFilter
 - add htaccess rule for images
 - add test plugin skin
 - add getCssPath method
 - add getJsPath method
 - add getImageUrl method
 - add appendScript method
 - add getScripts method
 - add appendStyle method
 - add getStyles method
 - change inactivate redis plugin
 - change debug footer/header
 - change convert string to utf8
 - minor bugfixes
 - remove .htaccess from system path
 - remove plugin system 1.0
 - deprecated old plugin hooks/methode
 
Version 2017.0
New / Changes / Bugfixes
- add new version number system
 - add method create_own_error in errors.class.php
 - add plugin system 2.0
 - add language LC_*, change in constants.php
 - add function getApplyPlugin in implement IPlugin.class.php
 - add value object VOApplyPlugin.php
 - add plugins can called before or after from methods
 - add template childs (child skins next to primary skin)
 - add method getCssUrl in template class (for child skins)
 - add method getJsUrl in template class (for child skins)
 - add method get_host_from_url in url class
 - add method get_modify_url in url class (replace method get_url_simple)
 - change database.class.php __construct
 - change method copyDirectory in number.class.php, $start can now be a date
 - change method get_diff_value in number.class.php, optimized
 - change method autoSecurity in security.class.php, optimized
 - change method url in security.class.php, optimized
 - change method controllSecurity in security.class.php, optimized and faster
 - change testPlugin.master.class.php from plugin system 1.0 to 2.0
 - change $base_url in constants.php, optimized
 - change method getCurrentUrl in url class, optimized
 - fix controllExistsPath.php "permission denied" by chmod
 - fix logger.class.php all method "permission denied"
 - fix method copyDirectory in FileSystem.class.php by change chmod
 - minor bugfixes
 - deprecated method get_url_simple in url class
 - remove plugin system 1.0
 
Version 2.7.x
New / Changes / Bugfixes
- add auto security check _GET and POST requests
 - add constant HTTP_SKIN to skin path
 - add mod_rewrite to http skin path
 - change the update.php to multilanguage
 - update template.class.php the display methode
 - change copyright from 2016 to 2017
 - text.class.php performance update
 - template.class.php performance update
 - autoload.class.php change require_once to require
 - check security key by update.php
 - logger.class.php remove error
 - remove getTemplateFile.php
 - remove Content-Security-Policy
 
Version 2.6.0
New / Changes / Bugfixes
- add CSRF security methodes
 - add Content-Security-Policy
 - add security methode create_csrf_token()
 - add security methode exists_csrf_token()
 - add security methode get_csrf_token()
 - add security methode remove_csrf_token()
 - add restClient class
 - minor performance updates
 - spelling mistake corrected
 - change chmod 0777 to chmod 0755
 - fix url class loc_url_simple
 - fix load_dynamic_classes
 - minor bugfixes
 
Version 2.5.0
New / Changes / Bugfixes
- add curl get_city_coordinates, google api key
 - add template methode setSingleData
 - add text methode strip_tags_with_content
 - add url methode loc_url_simple
 - add phpMailer helperclass
 - add valueObjects for phpMailer
 - add phpMailer constants
 - cache control filesize by write
 - update phpMailer thirdParty Framework
 - change include_path function
 - minor changes
 - minor bugfixes
 - valid url string
 - load_functions remove phpMailer single function
 
Version 2.4.0
New / Changes / Bugfixes
- add multi_query_safety
 - add static methode getAllDefaultClasses in load_functions
 - add curl class downloadFile methode
 - add images class the optimizedImage methode
 - add images class the removeMetadata methode
 - add text class the convertToUTF8 methode
 - add text class the getCharacterEncoding methode
 - add autoload class $inCache parameter
 - add security headers
 - add redirect by ssl
 - change loadfunctions class with autoload get inCache methode
 - fix insertTable, updateTable and deleteTable for sqlite and sqlite3
 - fix template unset static var
 - fix captcha class the create_better_captcha methode
 
Version 2.3.0
New / Changes / Bugfixes
- add security key to update.php
 - add error message by update.php
 - add in cache class the methode set_cache_active
 - performance update all Scripts in framework
 - framework now uses less memory
 - change in loadSessionHandler the secQuery to safetyQuery
 - minor bugfixes
 - remove in captcha class the deprecated methode create_captcha
 
Version 2.2.0
New / Changes / Bugfixes
- add dynamic template language paths
 - minor bugfixes
 
Version 2.1.1 / 2.1.2
New / Changes / Bugfixes
- change update.php
 - change url::createValidUrlString
 - bugfixes constants.php
 - bugfixes update.php
 - bugfix read models
 
Version 2.1.0
New / Changes / Bugfixes
- add new captcha methode
 - add getImageHeight & getImageWidth methode in images class
 - add removeFileFromZipArchive & renameFileInZipArchive methode in zip class
 - add update.php file for actually webpackages framework
 - bugfix sqlite database connection
 
Version 2.0.0
New / Changes / Bugfixes
- Add php extension gettext for multilanguage
 - Add initiator abstract class for pluginsystem
 - add benchmark class
 - add date class
 - add file system class
 - add images class
 - add number class
 - add paypal class
 - add text class
 - add url class
 - add more plugin hooks
 - add php version method in version class
 - add "trim_slashes", "strip_quotes", "reduce_double_slashes" and "random_string" in text class
 - add load dynamic css, javascript and images in html with load_tempate_file method in template class
 - add "insert", "update" and "delete" methode in database class
 - add phpunit control system
 - change directory structur
 - performance update plugins class
 - security update all methods
 - performance update template class
 - performance update xml class
 - performance update by load all classes
 - change http header errors
 - change all helper classes. extends initiator
 - remove gettext thirdParty
 - remove mod rewrite class
 - remove GeneralFunctions class
 - remove validater class
 - remove browser class
 - remove download class
 - minor bugfixes
 
Version 1.1.0
New / Changes / Bugfixes
- Add loadSessionHandler, safe session handler, needs a database, can in constants.php deactivated
 - Add mod_rewrite getUrlSimple method
 - Change security class filter_input to filter_var
 - Bugfixes for mod rewrite class
 - Remove session class
 - Remove session_start() function
 - Remove connection to GitHub
 
Version 1.0.0
New / Changes / Bugfixes
- PHP 7 Supported
 - Add Class mod_rewrite for valid urls
 - Renamed error.class.php to errors.class.php (PHP 7)
 - Change zip.class.php content to ZipArchive PHP Class
 - Remove deprecated pclzip.lib.php
 - Minor bugfixes
 
Version 0.6.0
New / Changes / Bugfixes
- Add createException method in error class
 - Change FTP class, more controls in system method
 - Change template class, more controls in system method
 - Performance fix at all files
 - Fix curl get data post fields
 - Fix zip class readFiles method
 - Fix number getDiffValue method get seconds
 
Version 0.5.0
New / Changes / Bugfixes
- Add XML Class
 - Add Validater Class
 - Change Security Class with Validater Class
 - Change loadFunctions -> initClasses
 - Fix init initialize folders
 
Version 0.4.10
Bugfixes
- Fix start session by memcache / redis
 - Fix get filteype
 - Fix method truncate to static method
 
Version 0.4.9
New / Bugfixes
- Add FTP setPassivMode
 - Add .htacces Performance
 - Fix FTP Connections in all methods
 - Fix language loadLang method
 - Fix template createValidURL method
 
Version 0.4.8
Add / Changes
- Add FTP get function
 - Change security get ip address
 
Version 0.4.7
New / Bugfixes
- Add Browser Class
 - Fix Unix get locale
 
Version 0.4.6
Bugfixes
- Fix PDO Options
 - Fix Session and Cookie isset
 
Version 0.4.5
Changes
- Add init libs directory
 - Change include pclzip
 - Change session include
 - Fix Template cache
 - Remove simple array define in ftp class
 
Version 0.4.4
Security Hijacking
- Add Session Hijacking Security
 
Version 0.4.3
Bugfixes
- database connection
 
Version 0.4.2
Changes
- Add all package Class Documentation
 - Change database class "result_array" method. allowed select commands
 - Change move template class "truncate" method to text class
 - Remove cURL Class "downloadUrl" method
 
Version 0.4.1
PHPDocumentor
- Add phpdocumentor
 - Add "autoload.class.php" documentation and example
 - Remove phpunit directory
 
Version 0.4.0
Multiple database
- Add multiple database support
 - Add pdo charset support
 - Add pdo driver support: MySQL, CUBRID, MS SQL Server, Firebird, Informix, ODBC, PostgreSQL, SQLite, SQLite 2);
 
Version 0.3.5
Change update class
- Add version update
 - Add show current version
 
Version 0.3.4
Change update class
- Final Update functions
 
Version 0.3.3
Add PCLZip
- Add PCLZip for Update
 - Add rename Directory
 - Add copy Directory
 - Change update class
 
Version 0.3.1
Bugfixes and new classes
- Add curl Download methode
 - Add Version Sha and Repo URL
 - Add Update Step 3 and 4
 - Fix Template cache class
 - Fix welcome Session access
 
Version 0.3.2
Add update step5
- Add Update step5
 - Change Repo
 - Change step4 control exists master.zip
 
Version 0.3.1
Bugfixes and new classes
- Add curl Download methode
 - Add Version Sha and Repo URL
 - Add Update Step 3 and 4
 - Fix Template cache class
 - Fix welcome Session access
 
Version 0.3.0
Initial / First Update
- cache.class.php: Add Template Cache
 - curl.class.php: Add UserAgent and Cookie Support
 - template.class.php: Add Template Cache and Dynamic Header and Footer function
 - Add version.class.php
 - update.class.php - Change Template Build
 - Fix dynamic load Page directory
 - Fix dynamic load Dynamic Directory