updated plugin Easy Digital Downloads version 3.1.4

This commit is contained in:
2023-07-19 21:08:59 +00:00
committed by Gitium
parent a7f6efbebb
commit 9a42dc17d2
109 changed files with 12446 additions and 5563 deletions

View File

@ -788,7 +788,7 @@ function parse_relative_dates_for_range( $range = null, $relative_range = null,
case 'previous_month':
$dates = array(
'start' => $dates['start']->copy()->subMonth( 1 ),
'end' => $dates['end']->copy()->subMonth( 1 ),
'end' => $dates['end']->copy()->subMonthNoOverflow( 1 ),
);
break;
case 'previous_quarter':