Skip to content

Commit

Permalink
new release of Date_Holidays_EnglandWales 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kenguest committed Jun 1, 2013
1 parent 7febacc commit 8a5a91c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
7 changes: 0 additions & 7 deletions Date/Holidays/Driver/EnglandWales.php
Expand Up @@ -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
*/
Expand Down
23 changes: 19 additions & 4 deletions package_englandwales.xml
Expand Up @@ -16,10 +16,10 @@
<email>ken@linux.ie</email>
<active>yes</active>
</lead>
<date>2011-12-03</date>
<time>22:20:20</time>
<date>2013-06-01</date>
<time>13:20:20</time>
<version>
<release>0.1.4</release>
<release>0.1.5</release>
<api>0.17.2</api>
</version>
<stability>
Expand All @@ -28,7 +28,7 @@
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
* Bug 19060: 2012 Changes to usual Bank Holidays.
* Bug 19960: Mother's day incorrectly reported as a holiday.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -61,6 +61,21 @@
</dependencies>
<phprelease />
<changelog>
<release>
<version>
<release>0.1.5</release>
<api>0.17.2</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2013-06-01</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
* Bug 19960: Mother's day incorrectly reported as a holiday.
</notes>
</release>
<release>
<version>
<release>0.1.4</release>
Expand Down
3 changes: 0 additions & 3 deletions tests/Date_Holidays_Driver_EnglandWales_TestSuite.php
Expand Up @@ -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),
Expand Down

0 comments on commit 8a5a91c

Please sign in to comment.