Skip to content

Releases: leandrowkz/acmeframework-php

Stable version #10

16 Nov 16:06
Compare
Choose a tag to compare

Changes on this release:

  • Added folders application/logs and application/sessions to avoid permission issues.

Stable version #9

12 Nov 16:02
Compare
Choose a tag to compare

Changes on this release:

Complete redesign in ACME Framework architecture. Some features of this release:

  • New feature for external modules (read on docs);
  • New feature: protect ROOT users from editing;
  • Completely new architecture. Now ACME is not compatible with older versions;
  • New templates: google, material and adminlte (read on docs how to change it);
  • Free support for Oracle databases from now on;
  • Improvement on security systems;
  • Support for CodeIgniter version 3.0.2;

Stable version #8

09 Oct 14:39
Compare
Choose a tag to compare

Changes on this release:

  • Improvements on framework update method - now it is easier to update ACME Framework: just copy and paste the latest release and that is it.
  • Security improvements: now it is not possible to delete some critical permissions on config page from app_module_manager module.

Stable version #7

01 Oct 18:13
Compare
Choose a tag to compare

Some bug fixes in this release:

  • Fixed bug: HTML component logo_area tried to find IMG by URL_IMG, now looking correctly for PATH_IMG

Stable version #6

30 Sep 18:12
Compare
Choose a tag to compare

Improvements on this version:

  • Added constant ACME_VERSION to module app_settings
  • Added session var id_user to module app_settings

Stable version #5

30 Sep 13:55
Compare
Choose a tag to compare

A lot of general improvements on this version:

  • Security: now it is not possible to disable ROOT user by default, via interface
  • Security: now it is not possible to delete permissions ENTER and PERMISSION_MANAGER from module app_user
  • Security: now it is not possible to disable permissions ENTER and PERMISSION_MANAGER from default user ROOT
  • Improvement: now it is more agile to upgrade ACME Framework from an older to a newer version (just copy the latest release and paste on your project and change $acme_installed = false; to $acme_installed = true; on acme_core_controller.php

Stable version #4

04 Sep 14:40
Compare
Choose a tag to compare

Some improvements and adjustments on this version:

  • Fixed bug on acme_module_controller on index list
  • Changed some labels on log saving
  • Changed some javascript functions description
  • Changed some site calls from acmeengine to acmeframework
  • Changed the loading icon

Stable version #3

21 Aug 21:32
Compare
Choose a tag to compare

This version includes the following changes:

  • Removed a duplicated line on controller app_installer
  • Added protecting identifiers on database names. Now is possible to install ACME Framework on database names such as acme-framework-example.
  • Improvements on compatibility with MYSQL servers.

Stable version #2

21 Aug 18:52
Compare
Choose a tag to compare

Stable release. Changes on this version:

  • Changed ACME Framework logo

Stable version #1

14 Aug 23:31
Compare
Choose a tag to compare

In this release ACME Framework is fully working and is in a stable state. However, the next step is do a full and complete test on all ACME so you still can get some bugs. Please, report them on section Issues. This version contains the following changes:

  • Installer 100% done
  • Translation 100% done (for english and brazilian portuguese)
  • CSS and design adjustments