Releases: wilsonodk/wodk
v1.1.1: Adds new filter to Twig Extensions
v1.1.0: Adds new filter to Twig Extensions
Added a new filter that converts a string to a string safe to use as a CSS Selector.
v1.0.0: First Public Release
The initial release of the unified Wodk library. Originally, each of these items were in their own separate libraries.
-
DB
A MySQLi wrapper class with query formatting, table prefixing and "prepared" queries.
-
Logger
A very simple logger that writes to disk.
-
Twig Extensions
A few Twig filters that help with the Wodk Web App.
v1.0.0 Release Candidate 2
Clean up of REAME and Composer file.
First release
The initial release of the unified Wodk library. Originally, each of these items were in their own separate libraries.
-
DB
A MySQLi wrapper class with query formatting, table prefixing and "prepared" queries.
-
Logger
A very simple logger that writes to disk.
-
Twig Extensions
A few Twig filters that help with the Wodk Web App