Skip to content

Tags: CatLabInteractive/Neuron

Tags

v3.0.13

Toggle v3.0.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #6 from CatLabInteractive/copilot/fix-library-inst…

…all-requirements

Remove unused nesbot/carbon dependency

v3.0.12

Toggle v3.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4 from CatLabInteractive/copilot/add-php-7-4-support

Add PHP 7.4+ support

v3.0.11

Toggle v3.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2 from CatLabInteractive/copilot/fix-input-valida…

…tion-bug

Fix date input validation in Tools.php, modernize test infrastructure, add DB injection tests

v3.0.10

Toggle v3.0.10's commit message
htmlentity() all template input before it goes out by default, unless…

… it is set raw.

v3.0.9

Toggle v3.0.9's commit message
Make name field more strict.

v3.0.8

Toggle v3.0.8's commit message
Apply strip_tags to all input that is not raw or html. (Breaking chan…

…ge but nobody uses this anyway)

v3.0.7

Toggle v3.0.7's commit message
Set a max length to passwords.

v3.0.6

Toggle v3.0.6's commit message
Add parameters to filters.

v3.0.5

Toggle v3.0.5's commit message
Add 'clear' method to collection.

v3.0.4

Toggle v3.0.4's commit message
Fix routing issue with optional parameters.