jonathanbardo / WP-Date-Range-Filter

Easily filter the admin list of post and custom post type with a date range.
http:/wordpress.org/plugins/date-range-filter/
GNU General Public License v2.0
15 stars 2 forks source link

Warning for PHP 7.1 and above #3

Open tonykim5 opened 6 years ago

tonykim5 commented 6 years ago

There is a warning on the WordPress dashboard for sites that are using PHP 7.1 and above.

Warning: Declaration of Carbon\Carbon::setTime($hour, $minute, $second = 0) should be compatible with DateTime::setTime($hour, $minute, $second = NULL, $microseconds = NULL) in /path/public_html/wp-content/plugins/date-range-filter/includes/vendor/Carbon.php on line 2127

jgwheeler commented 5 years ago

Looks like the Carbon library (https://github.com/briannesbitt/Carbon) is way out of date here,