Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Releases: Digital-Media/normform

v1.2.3

08 Feb 14:45
v1.2.3
4fba73f
Compare
Choose a tag to compare

1.2.3 - 2021-02-08

Fixed

  • Changed PHP version constraint to >=7.1 to support PHP 8.0.

v1.2.2

22 Mar 03:45
Compare
Choose a tag to compare

[1.2.2] - 2020-03-22

Changed

  • Updated dependencies to Twig ^3.0. This is a non-breaking, backwards-compatible change.
  • Made code fully PSR-12 compliant.

Fixed

  • Removed some unreachable code blocks.

v1.2.1

04 Apr 13:21
Compare
Choose a tag to compare

[1.2.1] - 2018-10-12

Fixed

  • Forced LF line breaks on checkout to avoid unpredictable behavior.

v1.2.0

04 Apr 13:20
Compare
Choose a tag to compare

[1.2.0] - 2018-07-16

Added

  • Support for AJAX requests.

v1.1.0

14 May 20:57
Compare
Choose a tag to compare

[1.1.0] - 2018-05-14

Added

  • $_SESSION is passed to the template engine as _session.

Removed

  • PHPUnit dev-dependency (only necessary for normform-skeleton)

Fixed

  • Simplified normForm() method to remove redundancies: 11: Update AbstractNormForm.php.
  • Updated .gitignore to make exclusion of directories more strict and only exclude on root level.

v1.0.0

12 Apr 09:46
Compare
Choose a tag to compare

[1.0.0] - 2018-04-11

Added

  • Project now follows Semantic Versioning. Old version (2017) will not be part of the versioning structure, but will live on in Git history.
  • New directory structure (src, docs), ready for Composer.
  • composer.json and composer.lock to declare project information and dependencies.
  • PHP version 7.1 requirement.
  • Twig template engine for rendering and displaying output
  • Namespaces "Fhooe/Core", "Fhooe/Parameter" and "Fhooe/View".
  • API Documentation generated using Sami.
  • Changelog (yes, this one) based on Keep a Changelog.

v0.1.0

04 Mar 12:15
Compare
Choose a tag to compare

This is NormForm release 0.1.0, developed for the courses during summer semester 2017.