Releases: wpanel/wpanel4-cms
Releases · wpanel/wpanel4-cms
Release list
Release 4.3.1
- Small fixes
- Add Terget to menu manager
- Add link to slide banner
- Add sidebar menu widget
- Update bootstrap and jquery libs in template.
Release 4.3.0
- Small fiXes
- Remove events
- Remove check_news()
4.2.2
- Add new feature to the module manager
- Fix profiler to 7.x
- Fix composer.json
- Add scripts (composer run) to composer.json
Release 4.2.1
- Resolve um bug decorrente da alteração da reorganização dos temas.
Release 4.2.1
- Adiciona uma nova organização para facilitar a implantação de templates.
- Remove a definição de tema padrão da classe MY_Controller para os controllers Main e User;
- Adiciona a configuração de proteção CSRF como padrão;
- Definido a versão do PHP mínima para 7.0.0;
- Atualiza a versão do Codeigtniter para 3.1.11
Release 4.1.0
Várias correções, melhorias e principalmente atualização do CodeIgniter para a versão 3.1.10.
Release 4.0.0
The largest and most radical version of the Wpanel until today!
Some features:
- Responsive admin thanks to AdminLTE.
- Account management with ACL granting access by URI.
- Posts - It could be a blog or news on your site.
- Pages - Manage first pages on your site, like 'About' page.
- Events - The same structure of Posts/Pages but changed to show events, like parties and shows.
- Banners - Manage the slide banner of the home page.
- Galleries - Manage the pictures galleries of the site. Each gallery has his onw pictures.
- Videos from YouTube.
- Menu management.
- Newsletters - Collect leads on your site.
- Accounts management.
- Configurations.
.. and more.
Wpanel CMS 3.2.2
This maybe is the last update before big changes I have planned some time.
Changelog:
[29/06/2017]
- User option link included in the default main menu;
- Fixed Auth library;
- Fixed banner module;
- Setup default database to Sqlite;
- Clear database folder;
- Fixed Loader error;
- Update the core of CodeIgniter to 3.1.5
Wpanel CMS 3.2.1
In this release we make some changes to the basic website and some code revision to the Users class.
[04/06/2017]
- Renamed classes to first upper-case.
- Updates on /app/controllers/Users.php
- Updates on basic website;
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;