Bug Fixes
-
SHWR-1806: Fixed an issue in Events where resources could not be saved in certain cases.
-
SHWR-18257: Fixed an issue that prevented autobatching from completing as expected.
-
SHWR-16951: Fixed an issue where advanced header content did not display as expected.
- SHWR-18774: Fixed an issue that prevented top links from displaying on sites using certain templates.
-
SHWR-18110: Fixed an issue on the Payment page where the CVV code input box was too narrow on certain templates.
-
SHWR-18387: Fixed an issue on the Payment page where the Card Details step was shifted to the right on certain templates.
-
SHWR-18429: Fixed an issue where the Merchant Application menu item did not display for some admins.
-
SHWR-19099: Fixed an issue that prevented "Advanced Page Header" content in Settings from saving.
-
SHWR-19138: Fixed an issue where users reloading a page did not receive the latest edition.
-
SHWR-19517: Fixed an issue in Schedule Rules that caused a SQL error or blank page after adding or updating a schedule rule.
Enhancements
-
SHWR-19129: You can now add a
mailto:link to the URL field in the "Insert Link" feature of the new rich text editor (not yet available on all sites). -
SHWR-19185: Improved email validation on the login screen to better detect malformed email addresses.
Detailed Summary:
Bug Fixes
SHWR-1806
Issue: Intermittent 500 errors when saving events with resources, traced to resource-related conflicts and session handling.
Fix: Resolved the issue preventing event resource changes from saving properly. Applies especially to sites where adding specific resources caused the page to time out or go blank.
SHWR-16951
Issue: Advanced header content was not rendering as expected.
Fix: Corrected rendering issues to ensure header content displays properly when enabled in Settings.
SHWR-18110
Issue: On some templates, the CVV input box was too narrow, affecting usability.
Fix: UI adjustment made to ensure the CVV code input field displays correctly across all supported templates.
SHWR-18257
Issue: Autobatching process stalled and failed to complete under certain conditions.
Fix: Logic corrected to ensure autobatching runs reliably and completes as expected.
SHWR-18387
Issue: On the Payment page, the Card Details step appeared misaligned in certain templates.
Fix: Fixed layout issue to ensure proper alignment of the Card Details section.
SHWR-18429
Issue: Some admin users could not see the "Merchant Application" menu item.
Fix: Corrected permission checks and visibility logic for the menu item.
SHWR-18774
Issue: Top links failed to display on some sites using specific templates.
Fix: Resolved template compatibility issue so that top links render correctly.
SHWR-19099
Issue: Admins were unable to save “Advanced Page Header” content from the Settings page.
Fix: Corrected underlying save logic to ensure content is retained properly.
SHWR-19138
Issue: After reloading a page, users did not see the most recent version.
Fix: Addressed caching or state issue to ensure latest edition is served on reload.
SHWR-19517
Issue: Adding or updating schedule rules caused SQL errors and a blank page.
Fix: Fixed SQL execution error triggered by invalid or incomplete schedule rule inputs.
Enhancements
SHWR-19129
Feature: The “Insert Link” tool in the new rich text editor now supports mailto: links.
Note: This enhancement is only available on sites using the new editor.
SHWR-19185
Improvement: Email address validation on the login screen has been improved to better detect malformed addresses and prevent login issues.