From 40990357084aa25b56198d43e49957d1aa7cc61e Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Fri, 1 Mar 2024 15:56:08 -0500 Subject: [PATCH] Update PagesVersions to force singular mode --- wire/modules/Pages/PagesVersions/PagesVersions.module.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wire/modules/Pages/PagesVersions/PagesVersions.module.php b/wire/modules/Pages/PagesVersions/PagesVersions.module.php index c4b3a913..39fbf856 100644 --- a/wire/modules/Pages/PagesVersions/PagesVersions.module.php +++ b/wire/modules/Pages/PagesVersions/PagesVersions.module.php @@ -3,7 +3,7 @@ /** * PagesVersions * - * ProcessWire 3.x, Copyright 2023 by Ryan Cramer + * ProcessWire 3.x, Copyright 2024 by Ryan Cramer * https://processwire.com * * #pw-summary Provides a version control API for pages in ProcessWire. @@ -60,6 +60,7 @@ class PagesVersions extends Wire implements Module { 'version' => 2, 'icon' => self::iconName, 'autoload' => true, + 'singular' => true, 'author' => 'Ryan Cramer', ]; }