Skip to content

Releases: codefyphp/skeleton

v3.0.1 - Maintenance Release

18 Oct 20:10
v3.0.1
77dabe9

Choose a tag to compare

This is a small maintenance release.

  • fixed: hardcoded user cookie name
  • enhancement: UserAuth added as a singleton in container

Full Changelog: v3.0.1...v3.0.1

v3.0.0

15 Oct 18:10
v3.0.0
46b0dc4

Choose a tag to compare

This new release brings lots of changes, updates, and bug fixes:

And a host of other bug fixes, enhancements, and new features. Check out the new documentation for a full view of what v3.0.0 has to offer.

Full Changelog: v2.1.1...v3.0.0

v2.1.1

14 Aug 05:23
v2.1.1
f7a0d46

Choose a tag to compare

Fixed escaping url's along with some other minor fixes.

Full Changelog: v2.0.2...v2.1.1

v2.0.2

18 Oct 18:53
v2.0.2
d10d5bb

Choose a tag to compare

  • Fixed missing token
  • Renamed GenerateEncryptionKey command
  • Added a default connection string to database config

v2.0.1

26 Sep 19:00
v2.0.1
a5fedc6

Choose a tag to compare

Features

Enhancements

  • Named routes
  • Removed unused JavaScript from views

v2.0.0

05 Sep 03:56
v2.0.0
7e45a1e

Choose a tag to compare

New Features and Enhancements

  • User session middleware
  • New auth config
  • Updated mailer config
  • Full user domain (model, domain events, repository, etc.)
  • Simple admin backend
  • Added middleware keys and base middleware to app config
  • New AdminController and routes

Full Changelog: https://github.com/codefyphp/skeleton/commits/v2.0.0

v1.0.6

31 Oct 16:06

Choose a tag to compare

  • feature: CSRF Middleware
  • feature: Cors Middleware
  • feature: Secure Headers Middleware
  • feature: HoneyPot Middleware
  • feature: Logger Middleware
  • feature: Middleware Service Provider
  • feature: Config files for middleware
  • feature: Option for setting base middleware in config/app.php
  • feature: Added config files for sessions and cookies
  • feature: Added csrf_field() function
  • fix: Filesystem configuration
  • fix: Missing strict type declaration
  • fix: Filecache saving in the correct directory
  • fix: Dynamic connection in bootstrap/phpmig.php

v1.0.5

24 Sep 23:24

Choose a tag to compare

  • Renamed App/Infrastructure/Http/Routers to App/Infrastructure/Http/Routes
  • Added new Value Objects
  • Added new routes config file
  • Updated README for completion

v1.0.4

22 Sep 17:42

Choose a tag to compare

  • Updated the logo in the readme
  • Added missing test script in composer.json
  • Added the new UlidCommand to app config
  • Added the new UuidCommand to app config

v1.0.3

22 Sep 17:40

Choose a tag to compare

  • Updated favicon
  • Updated documentation link in the readme
  • Added code image example in the readme