Skip to content

Releases: ProdigyView-Toolkit/prodigyview

Fixing broken else in mongo

10 Mar 21:48
6dd7e34

Choose a tag to compare

There was a broken if else statement

SSL for Mongo and Azure

28 Dec 06:09
1fcb796

Choose a tag to compare

Giving the ability to connect to azure mongo

Swapping out get_class with static methods

15 Jun 21:59

Choose a tag to compare

Making it PHP 8.3 complaint but swapping get_class and get_called_class with self:static class:static

Improvin Mongo Release

24 Apr 06:52
a3b209a

Choose a tag to compare

Using MongoDB instead of Mongo+Srv

Default value for cookie is string

08 Oct 01:59

Choose a tag to compare

Setting the default value for when data is to be set to a cookie to a string since null is deprecated.

Fixing Template str_replace

03 Oct 03:57

Choose a tag to compare

Fixing the str_replace in the template for PHP 8.1.0

PHP 8.1.0 Updates

02 Oct 23:16

Choose a tag to compare

PHP 8.1.0 has changes that required fixes in the toolkit to be compatible with future releases of 8.1.0

Updating Libraries, Added Docker and Improved Email checking

21 Jun 04:13
ddf660d

Choose a tag to compare

Adding the initial docker. Will be used letter for tested. Updated the email validation to user php filter function. Updated PHP united and removed unused libraries.

RESTFUL Router Updates

07 Jul 14:24
7a41ccd

Choose a tag to compare

Ensuring that PATCH, PUT, AND DELETE workin the router

Session Improvemnts

27 Apr 13:34
8a1e53e

Choose a tag to compare

Upgrading the Session class to now use the samesite option. This update will require the frameworks min version to be 7.0