frontend

DotKernel Frontend Application. Based on Zend namespace for branch 1. Based on Laminas and Mezzio for branch 2 and above.

MIT License

Downloads
289
Stars
22
Committers
18

Bot releases are hidden (Show)

frontend - 5.0.0 Release

Published by alexmerlin about 1 month ago

What's Changed

Full Changelog: https://github.com/dotkernel/frontend/compare/4.2.1...5.0.0

frontend - 4.2.1 Release Latest Release

Published by arhimede 5 months ago

What's Changed

Full Changelog: https://github.com/dotkernel/frontend/compare/4.2.0...4.2.1

frontend - PHP 8.2 and 8.3 version bump

Published by bidi47 8 months ago

frontend - 4.1.0 Release

Published by alexmerlin 12 months ago

What's Changed

Full Changelog: https://github.com/dotkernel/frontend/compare/4.0.0...4.1.0

frontend - 4.0.0

Published by MarioRadu almost 2 years ago

PHP version

  • bump to 8.1 and 8.2

What's Changed

New Contributors

Full Changelog: https://github.com/dotkernel/frontend/compare/3.2.4...4.0.0

frontend - 3.3.0 Release

Published by arhimede almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/dotkernel/frontend/compare/3.2.4...3.3

frontend - 3.2.4 release

Published by alexmerlin almost 3 years ago

3.2.4 - 2021-11-09

Changed

  • Nothing

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • package doctrine/doctrine-module #239
  • references to some deleted classes #237

Fixed

  • Nothing
frontend - 3.2.3 release

Published by alexmerlin over 3 years ago

3.2.3 - 2021-07-06

Changed

  • replaced tuupola/cors with mezzio/cors.

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • old CorsFactory was removed.

Fixed

  • Nothing
frontend - 3.2.2 release

Published by alexmerlin over 3 years ago

3.2.2 - 2021-05-21

Changed

  • Nothing

Added

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Fixed an issue where errors were logged in the wrong file (because filename was cached)
frontend - 3.2.1 release

Published by alexmerlin over 3 years ago

3.2.1 - 2021-04-21

Changed

  • Replaced usage of DateTime with DateTimeImmutable.

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Some unused/duplicate classes.

Fixed

  • Nothing
frontend - 3.2.0

Published by arhimede over 3 years ago

Update composer.json to use Composer 2.0 packages
Incorporate all changes from and fixes from July 2020 to March 2021

frontend - DotKernel Frontend 3.1.0

Published by alexmerlin about 4 years ago

Improved the way user identities are handled in the application.
Implemented GDPR-related features.

Changed

Changed the structure of the user table.

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing
frontend - DotKernel Frontend 3.0.1

Published by alexmerlin over 4 years ago

This release offers multiple design and bug fixes.
You can see a diff between this and the previous release here

Changed

  • Nothing

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Multiple design and bug fixes
frontend - DotKernel Frontend 3.0.0

Published by alexmerlin over 4 years ago

This is the default branch for DotKernel Frontend.

Changed

  • Require PHP ^7.4
  • Require Doctrine 2.7.x
  • Require Twig 3.x
  • Limited dot-* packages to version 3.x and above

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Removed obsolete/abandoned packages

Fixed

  • Nothing
frontend - Frontend v2.0.0

Published by alexmerlin over 4 years ago

The first version of DotKernel's Frontend application based on Laminas and Mezzio.

Changed

  • Limited dot-* packages to v2.*

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing
frontend - Frontend v1.0.4

Published by alexmerlin over 4 years ago

The last version of DotKernel's Frontend application based on Zend Framework and Zend Expressive.

Changed

  • Limited dot-* packages to v1.*

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing
frontend - Frontend v1.0.3

Published by alexmerlin over 5 years ago

Changed

  • Nothing

Added

  • Implemented dot-errorhandler (#65)

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing
frontend - frontend v1.0.2

Published by gabidj over 5 years ago

Changed

  • Fixed the twig renderer extension issue ("unknown function navigationPartial")
    (#60)

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Removed rendered mail template from config

Fixed

  • Nothing
frontend - frontend v1.0.1

Published by gabidj about 6 years ago

1.0.1 - 2018-10-15

Changed

  • Update service manager requirement

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing
frontend - Frontend 1.0.0

Published by gabidj over 6 years ago

Migrated to Expressive 3

Changed

  • Updated dependencies and other packages to support Zend Framework 3 and PSR15 middlewares

List of updated packages

  • dotkernel/dot-authentication-service:^1.0
  • dotkernel/dot-authentication-web:^1.0.1
  • dotkernel/dot-authentication:^1.0
  • dotkernel/dot-controller:^1.0
  • dotkernel/dot-controller-plugin-authentication:^1.0
  • dotkernel/dot-controller-plugin-authorization:^1.0
  • dotkernel/dot-controller-plugin-flashmessenger:^1.0
  • dotkernel/dot-controller-plugin-forms:^1.0
  • dotkernel/dot-controller-plugin-mail:^1.0
  • dotkernel/dot-controller-plugin-session:^1.0
  • dotkernel/dot-flashmessenger:^1.0
  • dotkernel/dot-helpers:^1.0
  • dotkernel/dot-log:^1.1.1
  • dotkernel/dot-mail:^1.0
  • dotkernel/dot-mapper:^1.0
  • dotkernel/dot-navigation:^1.0
  • dotkernel/dot-rbac:^0.2.1
  • dotkernel/dot-rbac-guard:^1.0
  • dotkernel/dot-session:^3.0
  • dotkernel/dot-twigrenderer:^1.1
  • dotkernel/dot-user:^1.0

List of updated dependencies

  • psr/http-server-middleware:^1.0
  • php-fig/http-server-handler:^1.0
  • zendframework/zend-expressive-helpers:^5.0
  • zendframework/zend-expressive-twigrenderer:^2.0
  • zendframework/zend-expressive-template:^2.0
  • zendframework/zend-expressive:^3.0
  • zendframework/zend-expressive-fastroute:^3.0
  • zendframework/zend-expressive-tooling:^1.0
  • zendframework/zend-expressive-router:^3.0
  • zendframework/zend-stratigility:^3.0
  • zendframework/zend-component-installer:^2.0

Added

  • Migration instructions

Deprecated

  • Nothing

Removed

  • Old middleware implementations

List of removed packages

  • http-interop/http-middleware
  • webimpress/http-middleware-compatibility

Fixed

  • Nothing