gocodebox / lifterlms-rest

LifterLMS REST API Feature Plugin
6 stars 7 forks source link

Replaced use of the deprecated `FILTER_SANITIZE_STRING` constant and `strftime()` #320

Closed eri-trabiccolo closed 1 year ago

eri-trabiccolo commented 1 year ago

Description

PHP 8.1 Compatibility. Replaced use of the deprecated FILTER_SANITIZE_STRING constant and strftime().

How has this been tested?

manually and with unit tests

Screenshots

Types of changes

compatibility with 8.1

Checklist: