Fixed critical escaping bug in pagination plugin and made this a hard dependency
diff --git a/Makefile.PL b/Makefile.PL
index 96cf8b3..4fcb944 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -15,7 +15,8 @@
   LICENSE      => 'artistic_2',
   PREREQ_PM => {
     'Mojolicious' => '5.00',
-    'Mojolicious::Plugin::TagHelpers::Pagination' => 0.01,
+#    'Mojolicious::Plugin::Oro::Account' => 0.07,
+    'Mojolicious::Plugin::TagHelpers::Pagination' => 0.04,
     'Mojolicious::Plugin::Notifications' => 0.04,
     'Mojolicious::Plugin::MailException' => 0.18,
     'Mojolicious::Plugin::CHI' => 0.09,