From 1dd5d35f035d89af485d7016d07cf155994f56b1 Mon Sep 17 00:00:00 2001 From: Stephan Kasdorf Date: Mon, 9 Jul 2018 18:49:29 +0200 Subject: [PATCH] Update Version 0.4.0 beta 09.07.2018 - Bugfix on the form classes, now the select option is correctly set back. - Update for the database adapter - Improvement of the form elements, added onchange on the select boxes, the form tag now can have no element if needed. - Implementation of the Postgres and MySQL Adapter with propper Namespacing. - Minor bugfixing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 504759c..4062c25 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Engine Implementation.
  • Bugfix on the form classes, now the select option is correctly set back.
  • Update for the database adapter
  • Improvement of the form elements, added onchange on the select boxes, the form tag now can have no element if needed.
  • -
  • Implementation of the Postgres and MySQL Adapter with propper Namespacing.
  • +
  • Implementation of the Postgres and MySQL Adapter with proper Namespacing.
  • Minor bugfixing