Wpanel CMS 3.2.0
In this release I tried to fix as many bugs as possible and to develop as many features as I could. There's still a lot to do but this is the best version so far.
Change log:
[28/05/2017]
- General revision;
- License updating into the files;
- Documentation of the methods;
- Installation of Forensics Profiler from Lonnie Ezell;
- Fix composer autoload on config.php
- Update HMVC libraries;
- Changed default database config to SQLite3;
- Fix Setup View;
- Updated .gitignore;
- Git-Flow adopted to the project;
- Added empty_table() into MY_Model.php class;
- Added Export and Clear newsletters email list;
- Ipban.php model renamed from ipban.php;
- Bug fix missing 'ipaddress' field on 'newsletter_email' table;
- Functions valid_cpf() and valid_cnpj() included to MY_Form_validation.php;
- Enhanced security for fileman;
- /app/sessions/* removed;
- Bug fix on configurations module at smtp_ssl value;
- Small change in Auth.php library;
- Changed send_mail() method from Wpanel.php library;
- Included TLS/SSL into configurations panel;
- Changed config.json and database.php to isolate the basic config info from the main project;
- Changes into .htaccess file;
- Introduced the new front-end alerts system;
- Complete change into send contact messages grom WpanelCMS;
- Created send_mail() into wpanel();
- Changes in Main() controller;
- Changes in contact.php view;
- Created migration to fix the contact link in database;
- Refactoring 'Fotos' views;
- Refactoring 'Albuns' views;
- Refactoring 'Agenda' views;
- Bug fix on configuration admin module;
- Added manual 'date' from posts;
- Fixed user_id error on post creation;
- Changed the configuration admin module;
- Fixed error on form validation of captcha;
- Changes on config.php to auto setup the base_url config;
- Fixed bug on Main.php with wpn_config();
- I added the count_by () method to MY_Model.php and fixed an error that prevented bulk uploading of photos beyond 5 files;
- Fixed delete_by() lost in the merge;
- Cleaning In some folders and codes;
- Fix some links on user accounts views;