diff --git a/Date/Holidays/Driver/EnglandWales.php b/Date/Holidays/Driver/EnglandWales.php index 08c610d..d174bc2 100644 --- a/Date/Holidays/Driver/EnglandWales.php +++ b/Date/Holidays/Driver/EnglandWales.php @@ -113,13 +113,6 @@ function _buildHolidays() $easterDate->getNextDay(), 'Easter Monday'); - /** - * Mothers Day - */ - $this->_addHoliday('mothersDay', - $this->_addDays($easterDate, -21), - 'Mother\'s Day'); - /** * May Day Bank Holiday */ diff --git a/package_englandwales.xml b/package_englandwales.xml index 069ca06..cfa31d1 100644 --- a/package_englandwales.xml +++ b/package_englandwales.xml @@ -16,10 +16,10 @@ ken@linux.ie yes - 2011-12-03 - + 2013-06-01 + - 0.1.4 + 0.1.5 0.17.2 @@ -28,7 +28,7 @@ PHP License - * Bug 19060: 2012 Changes to usual Bank Holidays. + * Bug 19960: Mother's day incorrectly reported as a holiday. @@ -61,6 +61,21 @@ + + + 0.1.5 + 0.17.2 + + + alpha + alpha + + 2013-06-01 + PHP License + + * Bug 19960: Mother's day incorrectly reported as a holiday. + + 0.1.4 diff --git a/tests/Date_Holidays_Driver_EnglandWales_TestSuite.php b/tests/Date_Holidays_Driver_EnglandWales_TestSuite.php index 4b49c18..45596de 100644 --- a/tests/Date_Holidays_Driver_EnglandWales_TestSuite.php +++ b/tests/Date_Holidays_Driver_EnglandWales_TestSuite.php @@ -52,9 +52,6 @@ function setUp() 'easterMonday' => array('day' => 13, 'month' => 4, 'year' => 2009), - 'mothersDay' => array('day' => 22, - 'month' => 3, - 'year' => 2009), 'mayDay' => array('day' => 4, 'month' => 5, 'year' => 2009),