diff --git a/wire/modules/Markup/MarkupPagerNav/MarkupPagerNav.module b/wire/modules/Markup/MarkupPagerNav/MarkupPagerNav.module
index 0ba109c6..e2fa3932 100644
--- a/wire/modules/Markup/MarkupPagerNav/MarkupPagerNav.module
+++ b/wire/modules/Markup/MarkupPagerNav/MarkupPagerNav.module
@@ -59,6 +59,9 @@ require_once(dirname(__FILE__) . '/PagerNav.php');
* @property string $lastItemClass Class for last item (default='MarkupPagerNavLast')
* @property string $lastNumberItemClass Class for last numbered item (default='MarkupPagerNavLastNum')
* @property string $currentItemClass Class for current item (default='MarkupPagerNavOn')
+ * @property string $pagerAriaLabel label announcing pagination to screen readers (default='Pager Navigation')
+ * @property string $itemAriaLabel label announcing page number to screen readers (default='Page ')
+ * @property string $itemCurrentAriaLabel label announcing current page to screen readers (default=', current page')
* @property bool $arrayToCSV when arrays are present in getVars, they will be translated to CSV strings in the queryString: ?var=a,b,c. if set to false, then arrays will be kept in traditional format: ?var[]=a&var[]=b&var=c (default=true)
* @property int $totalItems Get total number of items to paginate (set automatically)
* @property int $itemsPerPage Get number of items to display per page (set automatically)
@@ -75,7 +78,7 @@ class MarkupPagerNav extends Wire implements Module {
return array(
'title' => 'Pager (Pagination) Navigation',
'summary' => 'Generates markup for pagination navigation',
- 'version' => 104,
+ 'version' => 105,
'permanent' => false,
'singular' => false,
'autoload' => false,
@@ -103,10 +106,10 @@ class MarkupPagerNav extends Wire implements Module {
'page' => null,
// List container markup. Place {out} where you want the individual items rendered.
- 'listMarkup' => "\n
{out}\n
",
+ 'listMarkup' => "\n",
// List item markup. Place {class} for item class (required), and {out} for item content.
- 'itemMarkup' => "\n\t