Skip to content

Releases: codefyphp/codefy

v2.0.6

26 Oct 21:09
v2.0.6
da3e92d
Compare
Choose a tag to compare
  • fixed config keys for Auth

v2.0.5

26 Oct 21:09
v2.0.5
21ae977
Compare
Choose a tag to compare
  • fixed default database prefix

v2.0.4

18 Oct 18:52
v2.0.4
aa7c516
Compare
Choose a tag to compare

Updated PdoServiceProvider to run via the console.

v2.0.3

26 Sep 18:44
v2.0.3
51daebf
Compare
Choose a tag to compare

Features

  • Role-Based Access Control (RBAC)
  • Added authentication and authorization system

Enhancements

  • Updated Password class with verify method
  • Used code beautifier

v2.0.2

04 Sep 17:00
v2.0.2
45642b5
Compare
Choose a tag to compare

Fixed the redirect method in the BaseController.

V2.0.1

04 Sep 16:43
v2.0.1
5528aa0
Compare
Choose a tag to compare

The interfaces ServerRequestInterface and ResponseInterface was removed from the BaseController constructor.

Mathias Verraes - v2.0.0 LTS

02 Sep 03:11
v2.0.0
Compare
Choose a tag to compare

This is the second major release of CodefyPHP and the first long-term support release. This release is dedicated to @mathiasverraes (Mathias Verraes) because his code buttercup.protects is the foundation of CodefyPHP.

v1.0.6

31 Oct 02:42
Compare
Choose a tag to compare
  • feature: Set base middlewares in config/app.php
  • fix: Visibility and permissions for filesystem

v2.0.0-BETA1

31 Oct 02:48
Compare
Choose a tag to compare
v2.0.0-BETA1 Pre-release
Pre-release
  • feature - Public properties to enhance rapid development
  • feature - Static class Codefy.php
  • feature - SMTP service provider

v1.0.5

17 Oct 14:29
Compare
Choose a tag to compare
  • Breaking change in the BaseController to fix caching issue and for injection to work correctly.