Skip to content

Releases: wpanel/wpanel4-cms

Release 4.3.1

Choose a tag to compare

@elieldepaula elieldepaula released this 05 Oct 01:26
  • 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

Choose a tag to compare

@elieldepaula elieldepaula released this 25 Sep 00:33
  • Small fiXes
  • Remove events
  • Remove check_news()

4.2.2

Choose a tag to compare

@elieldepaula elieldepaula released this 30 Aug 06:57
  • 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

Choose a tag to compare

@elieldepaula elieldepaula released this 04 Dec 01:44
  • Resolve um bug decorrente da alteração da reorganização dos temas.

Release 4.2.1

Choose a tag to compare

@elieldepaula elieldepaula released this 01 Dec 00:59
  • 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

Choose a tag to compare

@elieldepaula elieldepaula released this 20 Jan 22:02

Várias correções, melhorias e principalmente atualização do CodeIgniter para a versão 3.1.10.

Release 4.0.0

Choose a tag to compare

@elieldepaula elieldepaula released this 21 Sep 02:48

The largest and most radical version of the Wpanel until today!

Some features:

  1. Responsive admin thanks to AdminLTE.
  2. Account management with ACL granting access by URI.
  3. Posts - It could be a blog or news on your site.
  4. Pages - Manage first pages on your site, like 'About' page.
  5. Events - The same structure of Posts/Pages but changed to show events, like parties and shows.
  6. Banners - Manage the slide banner of the home page.
  7. Galleries - Manage the pictures galleries of the site. Each gallery has his onw pictures.
  8. Videos from YouTube.
  9. Menu management.
  10. Newsletters - Collect leads on your site.
  11. Accounts management.
  12. Configurations.

.. and more.

Wpanel CMS 3.2.2

Choose a tag to compare

@elieldepaula elieldepaula released this 29 Jun 16:22

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

Choose a tag to compare

@elieldepaula elieldepaula released this 04 Jun 17:48

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

Choose a tag to compare

@elieldepaula elieldepaula released this 29 May 01:32

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;